Hi,
I’m integrating Bubble and EventBrite in my app and need to get real-time data back from EventBrite to Bubble when new attendees signed up via EventBrite.
My question is: Can I use the EventBrite Webhook (json response) and pull that directly into a Bubble workflow, or do I need something like Zapier (a Bubble plugin) for Bubble to understand the response? (Eventbrite is not an existing Bubble plugin)
I’m solving for Step #2. My overall workflow looks like this:
- Bubble (create event) --> POST via Bubble Connector --> EventBrite (now has my new event)
- EventBrite (people signup for my new event) --> EventBrite Webhook (informs Bubble someone has signed up, super!)
- Bubble --> GET via Bubble connector --> EventBrite (to retrieve new information about the new register) … Perhaps this step is unnecessary if the webhook contains the same info? Not clear to me.
The EventBrite Webhook response looks like this:
I need to move data about the event into my Bubble database. How have others tackled this with other APIs? Can I use the webhook response directly or do I need to use something like Zapier to translate it?
Appreciate any guidance.
Thanks.