Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Integration? #423

Open
swise23 opened this issue Oct 24, 2017 · 1 comment
Open

API Integration? #423

swise23 opened this issue Oct 24, 2017 · 1 comment

Comments

@swise23
Copy link

swise23 commented Oct 24, 2017

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

@stephenharris
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants