Priava's Eventbrite integration allows you to share information about events, contacts, registration and attendance between Priava and Eventbrite in real-time.
Only system administrators can configure Integrations. If you are not an administrator, please consult a member of your team that is an administrator to increase the level of access you have been granted.
Please make sure you have completed all items outlined on the Configuration Prerequisite Checklist prior to configuring this integration.
Creating an API Key in Eventbrite
To create an API key:
- Log into the Eventbrite application via the following URL: https://www.eventbrite.com.au/
- On the Navigation Pane, click Developer Links select API Keys from the drop-down menu
- Click
- In the "Request a new key" form, enter the relevant Contact Information
- Under "Application Details", enter all of the relevant OAuth 2.0 redirect URLs:
- For APAC customers please include:
https://apac-app.priava.com/app/rest/v2/eventbriteSync/authCallback?state={tenantId} - For UK customers please include:
https://eu-app.priava.com/app/rest/v2/eventbriteSync/authCallback?state={tenantId} - For US customers please include:
https://us-app.priava.com/app/rest/v2/eventbriteSync/authCallback?state={tenantId}
- For APAC customers please include:
- Enter https://www.priava.com in the Application URL field , an application name and description
- You will be prompted to accept the application details. Tick the check box to agree to the terms of use.
- Click
- Once the API key is created you will be redirected to 'App details' page
- Copy the API key (Client id) and Client Secret and store them securely as these cannot be accessed again
Adding a Webhook in Eventbrite
- Log into the Eventbrite application via the following URL: https://www.eventbrite.com.au/
- On the Navigation Pane, click Developer Links select Webhooks from the drop-down menu
- Click
- Paste the Payload URL
- For UK/EU customers please include:
https://eu-app.priava.com/app/rest/v2/eventbriteSync/handleWebhook/{tenantId} - For APAC customers please include:
https://apac-app.priava.com/app/rest/v2/eventbriteSync/handleWebhook/{tenantId} - For US customers please include:
https://us-app.priava.com/app/rest/v2/eventbriteSync/handleWebhook/{tenantId}
- For UK/EU customers please include:
- From the "Actions" menu, tick the "attendee.checked_in" and "event_updated" checkboxes
- Click