I tried this setup
When the order is updated, woocommerce will send webhook to my app and I can get the data I want.
The data I want is the buyer’s email and the SKU of the purchased product(s).
When setting up I go to “backend workflow” then Detect the data and then I generate a fake purchase from woocommerce.
And I get what I want (the email and the SKUs)
However, I can’t seem to sign the user up with the email.
When I say I can’t seem to sign the user up, I mean I looked into the app database and there is no email, sku in the field.
I also tried create an account for someone else but no luck either.
Can you please help me?