Event-Organiser icon indicating copy to clipboard operation
Event-Organiser copied to clipboard

API Integration?

Open swise23 opened this issue 7 years ago • 1 comments

Is API integration a possibility? We use ActiveCampaign for email automation, and need a way to send booking form data to AC.

swise23 avatar Oct 24 '17 19:10 swise23

It's certainly possible, there are hooks you can use to 'listen' for when a booking is confirmed (for example) and then send the data to ActiveCampaign. It out of the scope of the plug-in to provide such an integration for example. Hooks are documented here: http://codex.wp-event-organiser.com/ of particular interest would probably be: http://codex.wp-event-organiser.com/hook-eventorganiser_confirmed_booking.html.

Booking meta data (including data collected in the booking form) can be obtained via: http://codex.wp-event-organiser.com/function-eo_get_booking_meta.html

stephenharris avatar Nov 15 '17 23:11 stephenharris