Eventbrite Destination

Eventbrite
Create an Eventbrite Destination
-
Click the + icon on the Nexset that will be sent to the Eventbrite destination, and select the Send to Destination option from the menu.
-
Select the Eventbrite connector from the list of available destination connectors. Then, select the credential that will be used to connect to the Eventbrite organization, and click Next; or, create a new Eventbrite credential for use in this flow.
-
In Nexla, Eventbrite destinations can be created using pre-built endpoint templates, which expedite destination setup for common Eventbrite write operations. Each template is designed specifically for the corresponding Eventbrite endpoint, making destination configuration easy and efficient.
• To configure this destination using a template, follow the instructions in Configure Using a Template.Eventbrite destinations can also be configured manually, allowing you to send data to Eventbrite endpoints not included in the pre-built templates or apply further customizations to exactly suit your needs.
• To configure this destination manually, follow the instructions in Configure Manually.
Configure Using a Template
Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common Eventbrite endpoints. Each template is designed specifically for the corresponding Eventbrite endpoint, making destination setup easy and efficient.
-
To configure this destination using a template, select the endpoint to which data will be sent from the Endpoint pulldown menu. Then, click on the template in the list below to expand it, and follow the instructions to configure additional endpoint settings.
Configure Manually
Eventbrite destinations can be manually configured to send data to any valid Eventbrite API endpoint.
Using manual configuration, you can also configure Nexla to automatically send the response received from the Eventbrite API after each call to a new Nexla webhook data source.
API Method
-
To manually configure this destination, select the Advanced tab at the top of the configuration screen.
-
Select the API method that will be used for calls to the Eventbrite API from the Method pulldown menu. Common methods used for Eventbrite write operations include:
- POST: For creating new resources or triggering actions (most common for Eventbrite write operations)
- DELETE: For removing resources such as ticket classes
Eventbrite's API uses POST for both create and update operations. Update endpoints (e.g., updating an event or ticket class) use POST, not PUT or PATCH. Always refer to the Eventbrite Platform API documentation to confirm the correct method for each endpoint.
Data Format
- Select the format in which the Nexset data will be sent to the Eventbrite API from the Content Format pulldown menu. Eventbrite's API accepts data in JSON format (
application/json). Nexla will automatically convert the data to the selected format for each API call.
API Endpoint URL
-
Enter the URL of the Eventbrite API endpoint to which you want to send the Nexset data in the URL field. All Eventbrite API v3 endpoints follow the base URL format
https://www.eventbriteapi.com/v3/. For update or action operations, include the relevant ID(s) in the URL path. For example:https://www.eventbriteapi.com/v3/events/{'{event_id}'}/— Update an existing eventhttps://www.eventbriteapi.com/v3/events/{'{event_id}'}/publish/— Publish a draft eventhttps://www.eventbriteapi.com/v3/events/{'{event_id}'}/ticket_classes/— Create a ticket classhttps://www.eventbriteapi.com/v3/organizations/{'{organization_id}'}/organizers/— Create an organizer profilehttps://www.eventbriteapi.com/v3/webhooks/— Register a new webhook
Request Headers
-
If Nexla should include any additional request headers in API calls to this destination, enter the headers & corresponding values as comma-separated pairs in the Request Headers field (e.g.,
header1:value1,header2:value2).You do not need to include the
Authorizationheader in this field—Nexla automatically includes it using the API key from the configured Eventbrite credential. TheContent-Type: application/jsonheader is also handled automatically when JSON is selected as the data format.
Exclude Attributes from the Call
-
If any record attributes in the Nexset should be omitted when sending data to this Eventbrite destination, select the attributes from the Exclude Attributes pulldown menu.
-
Any number of attributes can be selected for exclusion, and all excluded attributes will be shown in the field. To remove an attribute from the list, click the X icon next to the attribute name.
Record Batching
-
If records should be sent to this destination in batched API calls, check the box next to Would you like to batch your records together? to enable record batching.
-
Enter the maximum number of records that should be batched together in a single API call in the Batch Size field. By default, this value is set to
100. -
Select the algorithm that will be used to group records into batches from the Grouping Algorithm pulldown menu. The sample request shown in the panel on the right will be updated to reflect the current batching settings. Some algorithms require additional settings—click on an algorithm listed below to view instructions for configuring these settings.
Response Webhook
Nexla can automatically send the response received from the Eventbrite API after each call to a new Nexla webhook data source. This option allows you to keep track of the status of each API call and any additional information returned after each call.
- To enable this option, check the box next to Would you like to process the API response as a Nexla Webhook source?.