Sign a user up with webhook is not working?

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?

No one?
Yesterday I have read the whole API bubble manual but i think what i’m doing is already correct.
This is quite frustrating.
Sorry guys but I will bump this again in the future as this function is very important to me.

Ok, so after a very long time. I figured this out.
I’m posting this just in case some body needs it in the future.
The problem is I don’t realize I need to remove the “initialize”
after the endpoint in woocommerce webhook.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.