Woocommerce order data to Bubble database

I’m fairly new too Bubble, but I like to send data from Woocommerce to my Bubble database, everytime an order is placed, as a test.

I created an endpoint in Bubble, and data is detected when a Woocommerce order is placed, through a webhook (so this works). In an action I inserted dynamic data to make a new ‘thing’.
new-thing

But this action is not working after a new order. Am I missing something?

1 Like

I found out what the problem was. For request data detection I used the webhook URL with /initialize at the end. Apparently it can only be used once.
I use the url without /initialize now, and works like a charm !

1 Like

Hi,
I am also building something similar to this
Can You elaborate how to send cart data from woo commerce website to our bubble application and which webhook you used?