I am trying to get eventbrite integration with my chatbot, but failing miserable. I am trying to allow people to sign up for eventbrite events through the chatbot. I am having trouble make this work and does anyone have any suggestion or tutorial on how to make the eventbrite integration work correctly?
Eventbrite Integration
HI there
Unfortunately we don’t have any tutorials at the moment regarding Eventbrite. You can find our support documentation here though.
Looking over the documentation it seems like we can trigger a flow on:
- New Contact
-
New Event
-
New Attendee
-
New Attendee Check In
The only action we currently support is:
- Add a Contact
Unfortunately looking over those options, there doesn’t seem to be anything there to allow users to actually sign up for the event in our integration. However, it might be possible to do this using Webhooks and the Eventbrite API.
I did a quick scan of the Eventbrite API, and it doesn’t seem like adding a person to an event is a supported endpoint.
https://www.eventbrite.com/developer/v3/endpoints/events/
You may have success creating a widget on their site and using that in a webview within the bot.
Another option would be to just collect their info and shoot it over to an agent to add manually.
https://www.eventbrite.com/support/articles/en_US/How_To/how-to-add-attendees-manually