The Tray.io connector for Eventbrite provides access to the Eventbrite API, enabling you to receive data about events you are hosting.
Authentication
Click "Add Authentication" in the properties panel on the right
In the window that appears, give a name for your authentication, then click "Add authentication":
A pop-up window will then appear, allowing you to sign in, either using your Eventbrite account or using Facebook:
If your login is successful, the pop-up window will close and you will be able to use the Eventbrite connector.
Note on available operations
The Eventbrite connector currently only supports Get, List, and Search operations; in other words, users can query data, but cannot create, modify, or delete data.
All Operations
Latest version:
6.0
Get event
Get an event by its ID.
Get order
Get an order by its ID.
Get user
Get a user by its ID.
List artists
Get a list of artists for an event.
List attendees by event ID
Return a list of attendees for an event.
List attendees by organization ID
Return a list of attendees for an organization.
List event discounts by current user
Return a list of event discounts for the current user.
List event discounts by organization ID
Return a list of event discounts for an organization.
List events by organization ID
Return a list of events for an organization.
List events by organization ID DDL
List events name by organization ID DDL
List events with all options DDL
List members of an organization
Return the list of members of an organization.
List multi events discounts by organization ID
Return a list of multi-events discounts for an organization.
List orders by event ID
Return a list of orders for an event.
List orders by user ID
Return a list of orders for a user.
List organizations
Get a list of organizations.
List organizations DDL
List ticket classes by event
Get a list ticket classes for an event.
List venues by organization ID
Return a list of venues for an organization.
List venues by organization ID DDL
Raw HTTP request (advanced)
Perform a raw HTTP request with some pre-configuration and processing by the connector, such as authentication.