Eventbrite enables organizers to plan, promote, and manage events, selling tickets and providing attendee tools for conferences, concerts, and gatherings
Eventbrite enables organizers to plan, promote, and manage events, selling tickets and providing attendee tools for conferences, concerts, and gatherings On Nagent, Eventbrite is exposed as a fully-configurable event management integration that any agent can call — 95 actions, and OAuth authentication. No code is required to wire Eventbrite into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Eventbrite to automate the kinds of tasks event management teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Eventbrite into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Eventbrite, with input parameters and output schema. Drop these into any step of an agent built in Helix.
EVENTBRITE_ADD_TICKET_TO_GROUPTool to add a ticket class to one or more ticket groups for an Eventbrite event. Use when you need to organize tickets by grouping them together. If an empty array is provided, the ticket class is removed from all groups.
Input parameters
The ID of the event containing the ticket class and ticket groups.
The ID of the ticket class to add to ticket groups.
Array of ticket group IDs to add the ticket class to. If empty array is provided, removes the ticket class from all ticket groups.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_ADD_TICKET_TO_GROUP_BY_ORGANIZATIONTool to add a ticket class to ticket groups using organization and event IDs. Use when managing ticket groups at the organization level.
Input parameters
The ID of the event containing the ticket class and ticket groups.
The ID of the organization that owns the event.
The ID of the ticket class to add to ticket groups.
Array of ticket group IDs to add the ticket class to. If empty array is provided, removes the ticket class from all ticket groups.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CALCULATE_PRICE_FOR_ITEMTool to calculate Eventbrite fees for a given ticket price. Use when you need to determine the exact fees, taxes, and organizer share for a specific price point before creating tickets.
Input parameters
Scope configuration defining the context for pricing calculation (organization or event level).
Two-letter ISO 3166-1 alpha-2 country code for the pricing calculation.
Price in format 'CURRENCY,amount_in_cents' where amount is in minor units (e.g., cents for USD). Example: 'USD,1000' for $10.00 USD.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CANCEL_EVENTTool to cancel an Eventbrite event. Use when you need to cancel an event. Note: Event must not have any pending or completed orders or the cancellation will fail.
Input parameters
The ID of the event to cancel. Event must not have any pending or completed orders.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_COPY_EVENTTool to copy an Eventbrite event and create a duplicate with a new Event ID. Use when you need to duplicate an existing event to create a similar event with the same settings.
Input parameters
The ID of the event to copy. A duplicate event will be created with a new Event ID.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_ACCESS_CODETool to create a new access code for an Eventbrite event. Use when you need to create promotional codes, early bird access, or VIP ticket codes that unlock hidden ticket classes.
Input parameters
The ID of the event to create an access code for.
Access code configuration including code string, ticket IDs, and optional settings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_CHECKOUT_SETTINGSTool to create checkout settings for an Eventbrite organization. Use when you need to configure payment methods, country, and currency for an organization's checkout process.
Input parameters
The unique identifier of the organization to create checkout settings for.
Checkout settings configuration including checkout method, country code, and currency code.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_CUSTOM_QUESTIONTool to create a custom question for an Eventbrite event. Use when you need to collect additional information from attendees during registration (e.g., dietary preferences, T-shirt sizes, special requirements).
Input parameters
The ID of the event to create the custom question for.
Question object containing the question configuration including text, type, and settings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_DISCOUNTTool to create a new discount for an Eventbrite organization. Use when you need to create promotional discounts, coupon codes, or special pricing for events.
Input parameters
Discount configuration including type, code, discount amount, and other settings.
The unique identifier of the organization to create the discount for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_EVENTTool to create a new Eventbrite event. Use when you need to create single events or series parent events for repeating events. By default creates a single occurrence event unless is_series is set to true.
Input parameters
Event data containing all required and optional fields for creating the event.
The organization ID under which to create the event. Use LIST_USER_ORGANIZATIONS to retrieve your organization IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_EVENT_SCHEDULETool to create an event schedule for a series parent event. Use when you need to add recurring occurrences to an event based on a recurrence pattern (daily, weekly, monthly, etc.). The schedule follows iCalendar RFC 5545 format.
Input parameters
The ID of the series parent event to create a schedule for. This must be a series parent event that can have multiple occurrences.
Schedule configuration including occurrence duration and recurrence rule following iCalendar RFC 5545 standard.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_INVENTORY_TIERTool to create a new inventory tier for an Eventbrite event. Use when you need to set up tiered seating, pricing levels, or capacity allocation for an event.
Input parameters
The ID of the event to create an inventory tier for.
Inventory tier configuration including name and optional settings for capacity, color, and ticket class associations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_ORGANIZERTool to create a new organizer for an Eventbrite organization. Use when you need to add an organizer profile that can be associated with events.
Input parameters
Organizer configuration including name and optional profile details.
The ID of the organization under which to create the organizer.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_TICKET_CLASSTool to create a new ticket class for an Eventbrite event. Use when you need to add ticket types such as General Admission, VIP, Early Bird, or other pricing tiers to an event.
Input parameters
The ID of the event to create a ticket class for.
Ticket class configuration including name, pricing, quantity, and optional settings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_TICKET_GROUPTool to create a new ticket group for an Eventbrite organization. Use when you need to organize multiple ticket classes across events. Maximum 300 live ticket groups per organization.
Input parameters
Ticket group configuration including name and optional status.
The ID of the organization to create the ticket group for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_TRACKING_BEACONTool to create a tracking beacon for an Eventbrite event or user. Use when you need to add analytics pixels (Google Analytics, Facebook Pixel, etc.) to track attendee behavior on event pages or order confirmation pages. Either event_id or user_id must be provided.
Input parameters
The user identifier to assign the beacon to all events by that user. Either event_id or user_id must be provided. If user_id is specified, the beacon will fire for all events owned by that user.
The event identifier where the tracking beacon will execute. Either event_id or user_id must be provided. If event_id is specified, the beacon will only fire for that specific event.
The Pixel ID given by the third party that will fire when an attendee lands on the page you are tracking. Required for most tracking types (e.g., UA-12345678-1 for Google Analytics, or pixel ID for Facebook).
Additional pixel configuration data determining which page fires the tracking pixel. This is an optional object containing trigger settings like page types (order confirmation, event page, etc.).
The tracking pixel third party type. Must be one of: Facebook Pixel, Twitter Ads, AdWords, Google Analytics, Simple Image Pixel, or Adroll iPixel.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_VENUETool to create a new venue under an organization in Eventbrite. Use when you need to add a physical location that can be reused across multiple events within the same organization.
Input parameters
Venue configuration including name and complete address details.
The ID of the organization to create the venue under. Venues are organization-scoped and can be reused across multiple events.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_CREATE_WEBHOOKTool to create a new webhook for an Eventbrite organization. Use when you need to set up webhook notifications for events like order placement, event creation, or attendee check-ins.
Input parameters
Comma-separated list of webhook action types to subscribe to (e.g., 'order.placed', 'event.created', 'attendee.checked_in'). Multiple actions can be specified separated by commas.
Optional event ID to subscribe to webhooks for a specific event. If not provided, webhook will apply to all events in the organization.
The URL where webhook notifications will be sent. Must be a valid HTTPS endpoint that can receive POST requests.
The organization ID to create the webhook for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_DELETE_DEFAULT_QUESTIONTool to deactivate a canned question for an event. Use when you need to remove default questions like cell_phone, job_title, company, or work_phone from event registration forms.
Input parameters
The ID of the event to delete the canned question from.
The ID of the canned question to deactivate. Common values include 'cell_phone', 'job_title', 'company', 'work_phone'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_DELETE_DISCOUNTTool to delete a discount from Eventbrite. Only unused discounts can be deleted. Use when you need to remove a discount that has not been applied to any orders.
Input parameters
The ID of the discount to delete. Only unused discounts can be deleted.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_DELETE_EVENTTool to delete an Eventbrite event. Use when you need to remove an event from the system. Note: Event must not have any pending or completed orders or the deletion will fail.
Input parameters
The ID of the event to delete. Event must not have any pending or completed orders.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_DELETE_INVENTORY_TIERTool to mark an existing inventory tier as deleted for an Eventbrite event. Use when you need to remove an inventory tier that is no longer needed.
Input parameters
The unique identifier of the event containing the inventory tier to delete.
The unique identifier of the inventory tier to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_DELETE_TICKET_CLASSTool to delete a ticket class from an Eventbrite event by its ID. Use when you need to remove a ticket type/class that is no longer needed or was created in error.
Input parameters
The unique identifier of the event containing the ticket class to delete.
The unique identifier of the ticket class to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_DELETE_TICKET_GROUPTool to delete a ticket group by changing its status to deleted. Use when you need to remove a ticket group from an event.
Input parameters
The ID of the ticket group to delete.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_ACCESS_CODETool to retrieve a specific access code by ID for an Eventbrite event. Use when you need to check access code details, availability, or redemption status.
Input parameters
The ID of the event that the access code belongs to.
The ID of the access code to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_ASSORTMENTTool to retrieve assortment information for a specific organization. Use when you need to check the plan type or version details associated with an organization.
Input parameters
The unique identifier of the organization to retrieve assortment for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_ATTENDEE_REPORTTool to retrieve an attendee report for events in an Eventbrite organization. Use when you need aggregated attendee data, sales statistics, or demographic information across events. Supports filtering by event status, date ranges, and grouping by various dimensions.
Input parameters
Time period in selected units for grouping data. Used in conjunction with date_facet to define reporting intervals.
Filter events by end date in ISO 8601 format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).
Group report data by specific field: payment_method, ticket, currency, event_currency, country, city, state, source, zone, location, or delivery_method.
Timezone for date calculations (e.g., 'America/New_York', 'UTC'). Defaults to the first event's timezone if not specified.
Comma-separated list of event IDs to generate the attendee reports for. Required parameter to specify which events to include in the report.
Filter specification for report data. Allows custom filtering criteria based on attendee or event attributes.
Date period options for grouping report data.
Filter events by start date in ISO 8601 format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).
Event status filter options for attendee reports.
The organization ID to retrieve the attendee report for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_CAPACITY_TIERTool to retrieve the capacity tier for an Eventbrite event. Use when you need to check ticket availability, sales status, or capacity information for an event.
Input parameters
The ID of the event to retrieve capacity tier information for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_CATEGORYTool to retrieve a specific category by ID. Use when fetching details about a particular event category. Returns category information including name, localized names, and subcategories.
Input parameters
The ID of the category to retrieve. Common IDs include 103 (Music), 101 (Business), 104 (Networking).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_CHECKOUT_SETTINGSTool to retrieve checkout settings for a specific Eventbrite organization. Use when you need to view or verify payment configuration and checkout methods for an organization.
Input parameters
The unique identifier of the organization to retrieve checkout settings for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_DEFAULT_QUESTIONTool to retrieve a specific default (canned) question for an Eventbrite event by Event ID and Question ID. Use when you need to get details about a specific attendee information field.
Input parameters
The Event ID to retrieve the default question for.
The ID of the canned question to retrieve (e.g., first_name, last_name, email, company, prefix, suffix, age, job_title, website, blog, gender, birth_date, cell_phone, home_phone, work_phone, ship_address, bill_address, home_address, work_address).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_DISCOUNTTool to retrieve a discount by its ID from Eventbrite. Use when you need to check discount details, verify discount codes, or inspect discount configurations.
Input parameters
The ID of the discount to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_DISPLAY_SETTINGSTool to retrieve display settings for a specific Eventbrite event. Use when you need to view what information is shown on an event page.
Input parameters
The unique identifier for the event to retrieve display settings for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_EVENTTool to retrieve detailed information for a specific Eventbrite event by ID. Use when you need event details like name, description, dates, venue, organizer, or ticket information. Supports expanding related objects via the expand parameter.
Input parameters
Comma-separated list of fields to expand in the response. Common values: 'organizer', 'venue', 'ticket_classes', 'ticket_availability'.
The unique identifier of the event to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_EVENT_CATEGORIESTool to retrieve event categories. Use when selecting a category for an event. Localizes results via optional locale parameter.
Input parameters
Return categories in this locale (BCP-47 format), e.g., 'en_US'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_EVENT_DESCRIPTIONTool to retrieve the full HTML description for an Eventbrite event. Use when you need the complete event description content (formatted as HTML).
Input parameters
The unique identifier for the event whose description you want to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_EVENT_FORMATSTool to list event formats. Use when you need the available formats before creating or updating an event.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_EVENT_SUBCATEGORIESTool to list all event subcategories. Use when fetching available subcategory options, optionally filtered by locale after selecting a category.
Input parameters
Return subcategories in this locale (BCP-47 format), e.g., 'en_US'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_FORMATTool to retrieve a format by format ID. Use when you need detailed information about a specific event format.
Input parameters
The unique identifier for the format to retrieve. Example values: 1 (Conference), 2, 3, etc.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_INVENTORY_TIERTool to retrieve an Inventory Tier by ID for an Event. Use when you need to check inventory tier details, capacity, or ticket class associations for a specific event.
Input parameters
The ID of the event.
The ID of the inventory tier to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_METool to retrieve the authenticated user's account information. Use when you need to get details about the current user.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_MEDIA_UPLOADTool to retrieve information on a Media image upload. Use when you need to check the status or details of an uploaded media image for events, organizers, or user profiles.
Input parameters
Type of image upload to retrieve information for. Specifies the category of media being uploaded.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_ORGANIZERTool to retrieve an organizer by organizer ID from Eventbrite. Use when you need detailed information about a specific event organizer.
Input parameters
The unique identifier of the organizer to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_SALES_REPORTTool to retrieve a sales report by Event ID or Event status for an organization. Use when you need detailed sales data including gross revenue, net revenue, quantity sold, fees, and royalties. Supports filtering by event status and grouping by various dimensions.
Input parameters
Data grouping options. Comma-separated list of grouping criteria.
Event timezone; defaults to first event's timezone if unspecified.
Comma-separated list of event IDs to generate sales reports for.
Filter specification; multiple filters supported.
Date period type for grouping sales data.
Valid event status values for filtering.
The unique identifier of the organization to retrieve sales report for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_SERIESTool to retrieve a parent Event Series by Event Series ID. Use when fetching details about a specific event series, including series-specific fields like is_series and is_series_parent.
Input parameters
The ID of the event series to retrieve. This is the same as the event ID for series parent events.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_STRUCTURED_CONTENTTool to retrieve structured content for an Eventbrite event. Returns the latest published version of the event's structured content including modules, widgets, and page metadata.
Input parameters
The ID of the event to retrieve structured content for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_STRUCTURED_CONTENT_EDITTool to retrieve the latest working version of structured content for an event. Use when accessing the editable version of an event's structured content layout.
Input parameters
The ID of the event to retrieve structured content for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_SUBCATEGORYTool to retrieve a specific subcategory by ID. Use when fetching details about a particular event subcategory. Returns subcategory information including name, localized names, and parent category details.
Input parameters
The ID of the subcategory to retrieve. Example values: 1001, 1002, 2001, etc.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_TICKET_CLASSTool to retrieve a specific ticket class by ID for an Eventbrite event. Use when you need to check ticket pricing, availability, sales status, or configuration details.
Input parameters
The Event ID containing the ticket class.
The Ticket Class ID to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_TICKET_GROUPTool to retrieve a ticket group by its ID from Eventbrite. Use when you need to check ticket group details, configuration, or associated event ticket mappings.
Input parameters
The ID of the ticket group to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_TRACKING_BEACONTool to retrieve a tracking beacon by ID from Eventbrite. Use when you need to inspect tracking pixel configuration, verify beacon setup, or check which events or organizations are associated with a tracking beacon.
Input parameters
The ID of the tracking beacon to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_USERTool to retrieve information about a user by user ID. Use 'me' as the user_id to get the currently authenticated user's details.
Input parameters
The unique identifier of the user to retrieve. Use 'me' to retrieve the currently authenticated user.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_GET_VENUETool to retrieve detailed information for a specific venue by venue ID. Use when you need venue details like name, location coordinates, capacity, address, or age restrictions.
Input parameters
The unique identifier of the venue to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_ACCESS_CODESTool to retrieve all access codes for an Eventbrite event. Use when you need to view all available access codes, check their availability, or manage event access restrictions.
Input parameters
The ID of the event to retrieve access codes for.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_CUSTOM_QUESTIONSTool to retrieve custom questions configured for an Eventbrite event. Use when you need to see what additional information is collected from attendees during registration.
Input parameters
The ID of the event to list custom questions for.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_DEFAULT_QUESTIONSTool to retrieve default (canned) questions for an Eventbrite event by Event ID. Use when you need to understand what attendee information is collected, customize registration forms, or sync form data with external systems.
Input parameters
The Event ID to retrieve default questions for.
Continuation token for pagination. Pass the value from the previous response's pagination.continuation field to fetch the next page of questions.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_EVENT_ATTENDEESTool to retrieve the list of attendees for an Eventbrite event. Use when you need to check attendee details, perform check-in operations, sync with CRM, or generate reports. Returns paginated results; use the continuation token for subsequent pages.
Input parameters
Filter attendees by status. Common values include 'attending', 'not_attending', or 'cancelled'.
The event ID to retrieve attendees for.
Continuation token for pagination. Pass the value from the previous response's pagination.continuation field to fetch the next page of attendees.
Filter attendees to only those changed since the specified ISO 8601 timestamp.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_EVENT_ORDERSTool to list orders for a specific Eventbrite event. Use when you need to retrieve order information, check order status, or access buyer details. Returns paginated results; use the continuation token for subsequent pages.
Input parameters
Comma-separated list of fields to expand in the response. Examples: 'attendees', 'event'.
Filter orders by status. Common values: 'active', 'inactive', 'all', 'all_not_deleted'.
The ID of the event to retrieve orders for.
Filter orders by specific email addresses (comma-separated).
Continuation token for pagination. Pass the value from the previous response's pagination.continuation field to fetch the next page of orders.
Filter orders to only those changed since the specified ISO 8601 timestamp.
Exclude orders by specific email addresses (comma-separated).
Filter by refund request status. Values: 'completed', 'pending', 'outside_policy', 'disputed', 'denied'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_INVENTORY_TIERSTool to retrieve inventory tiers for an Eventbrite event. Use when you need to understand tiered seating, pricing levels, or capacity allocation for an event.
Input parameters
The ID of the event to list inventory tiers for.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_ORGANIZATION_EVENTSTool to list events owned by a specific Eventbrite organization. Use for event discovery (finding target events by name/title/date) prior to attendee/order retrieval. Supports filtering by status, time period, pagination, and field expansion.
Input parameters
Comma-separated list of fields to expand in the response. Examples: 'organizer', 'venue', 'ticket_classes'.
Filter events by status. Common values: 'live', 'draft', 'canceled', 'started', 'ended', 'completed', 'all'.
Order results by field. Common values: 'start_asc', 'start_desc', 'created_asc', 'created_desc', 'name_asc', 'name_desc'.
Number of events to return per page. Maximum varies by API limits.
Filter events by time period. Examples: 'current_future', 'past'.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
The unique identifier of the organization whose events to list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_ORGANIZATION_MEMBERSTool to list members of an Eventbrite organization by organization ID. Returns a paginated response with member information including user IDs and role summaries.
Input parameters
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
The ID of the organization to list members for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_ORGANIZATION_ORDERSTool to list orders placed for events owned by a specific Eventbrite organization. Use when you need to retrieve order information, track sales, or analyze attendee data across all organization events. Supports filtering by email, status, and change date.
Input parameters
Filter orders by status. Common values include 'active', 'cancelled', 'refunded'.
Filter orders by specific email address. Only orders from this email will be returned.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
Filter orders to only those changed since the specified ISO 8601 timestamp.
The unique identifier of the organization to list orders for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_ORGANIZATION_ROLESTool to list roles within a specific Eventbrite organization by organization ID. Use when you need to discover available roles, permissions, or role management capabilities for an organization. Returns a paginated list of roles with their permissions and metadata.
Input parameters
The unique identifier of the organization whose roles to list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_ORGANIZATION_WEBHOOKSTool to list all webhooks configured for a specific Eventbrite organization. Use when you need to view existing webhook configurations or verify webhook endpoints.
Input parameters
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
The unique identifier of the organization whose webhooks to list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_ORG_ATTENDEESTool to list attendees across all events owned by an Eventbrite organization. Use when you need to retrieve attendees for an entire organization rather than a specific event. Returns paginated results; use the continuation token for subsequent pages.
Input parameters
Filter attendees by status. Common values include 'attending', 'not_attending', or 'cancelled'.
Continuation token for pagination. Pass the value from the previous response's pagination.continuation field to fetch the next page of attendees.
Filter attendees to only those changed since the specified ISO 8601 timestamp.
The organization ID to list attendees for. Retrieves attendees across all events owned by this organization.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_ORG_ORGANIZERSTool to list organizers belonging to a specific Eventbrite organization. Use when you need to discover organizers for an organization before creating or managing events.
Input parameters
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
The unique identifier of the organization whose organizers to list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_ORG_VENUESTool to list venues owned by a specific Eventbrite organization. Use when you need to discover available venues for event planning or venue management within an organization.
Input parameters
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
The unique identifier of the organization whose venues to list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_PRICINGTool to list available pricing fee rates for a specific currency and country. Use when you need to retrieve Eventbrite's pricing structure and fee information.
Input parameters
ISO 3166-1 alpha-2 country code (e.g., US, GB, DE)
ISO 4217 currency code (e.g., USD, EUR, GBP)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_SERIES_EVENTSTool to list all events in an Eventbrite event series by series ID. Use when you need to retrieve all occurrences of a recurring event. Returns paginated results with event details.
Input parameters
The ID of the event series. Series IDs can be obtained from events with is_series_parent=true or by querying organization events with series_filter=parents.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_TICKET_CLASSESTool to list ticket classes for a specific Eventbrite event by event ID. Use when you need to retrieve available ticket types, pricing information, and sales status for an event. Returns a paginated response with all ticket classes associated with the event.
Input parameters
The ID of the event to list ticket classes for.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_TICKET_CLASSES_FOR_SALETool to list ticket classes available for sale for a specific Eventbrite event. Use this in the purchase flow to display available ticket options to users.
Input parameters
The ID of the event to retrieve ticket classes for.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_TICKET_GROUPSTool to list ticket groups for a specific Eventbrite organization. Use when you need to retrieve groupings of ticket types for an organization. Returns a paginated response.
Input parameters
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
The unique identifier of the organization whose ticket groups to list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_TRACKING_BEACONSTool to list tracking beacons for an Eventbrite organization by organization ID. Use when you need to view tracking pixels and analytics beacons configured for the organization.
Input parameters
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
The ID of the organization to list tracking beacons for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_USER_ORDERSTool to list orders for a specific Eventbrite user. Use when you need to retrieve user order information or check order history. Returns all orders for the user with pagination metadata.
Input parameters
The user ID. Can use 'me' to refer to the authenticated user.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_USER_ORGANIZATIONSTool to list organizations the authenticated user belongs to. Use this early in workflows that need organization-scoped endpoints (e.g., list events by organization, list venues, orders, or attendees by organization).
Input parameters
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_USER_ORGSTool to list organizations by user ID. Use when you need to fetch organizations for a specific user. Returns a paginated response with organization details.
Input parameters
The ID of the user whose organizations to list. Can be obtained from /v3/users/me endpoint.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_LIST_VENUE_EVENTSTool to list all events at a specific Eventbrite venue by venue ID. Use when you need to discover events at a particular location or venue.
Input parameters
The unique identifier of the venue to list events for.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_PUBLISH_EVENTTool to publish an Eventbrite event. Use when you need to make an event live and publicly accessible. Event must have all required information including name, description, organizer, and at least one ticket before publishing.
Input parameters
The unique identifier of the event to publish. Event must have all required information including name, description, organizer, and at least one ticket.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_RETRIEVE_MEDIATool to retrieve media information by ID. Use when you need to fetch details about a specific media asset including URLs, dimensions, and metadata.
Input parameters
Thumbnail width in pixels. Optional parameter to retrieve a resized version of the media.
Thumbnail height in pixels. Optional parameter to retrieve a resized version of the media.
The unique identifier of the media to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_SEARCH_DISCOUNTS_BY_ORGANIZATIONTool to search and list discounts by organization ID. Use when you need to retrieve discount codes for a specific event within an organization. Returns paginated results with discount details.
Input parameters
The scope of the discount search. Use 'event' to search discounts for a specific event.
The ID of the event to search discounts for. Required when scope is 'event'.
Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.
The unique identifier of the organization to search discounts for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_SET_STRUCTURED_CONTENTTool to set structured content for an Eventbrite event by version. Encapsulates both create and update operations. Use when you need to define the content layout for an event listing page with modules and widgets.
Input parameters
Array of structured content modules. Each module has a specific structure depending on its type (e.g., text module, image module).
Purpose of the structured content, typically 'listing' for event listing pages.
Array of widgets for the structured content. Each widget has a specific structure depending on its type.
The ID of the event to set structured content for.
The version number for the structured content. Typically '1' for the first version.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UNPUBLISH_EVENTTool to unpublish an Eventbrite event. Use when you need to remove an event from public view while keeping it in the system. The event can be republished later if needed.
Input parameters
The unique identifier of the event to unpublish. Unpublishing removes the event from public view while keeping it in the system.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_ACCESS_CODETool to update an existing access code for an Eventbrite event. Use when you need to modify access code details like the code string, ticket IDs, quantity, or validity dates.
Input parameters
The access code string to update.
ISO 8601 datetime when access code expires (e.g., 2026-02-28T23:59:59Z).
The ID of the event that the access code belongs to.
ISO 8601 datetime when access code becomes valid (e.g., 2026-02-20T00:00:00Z).
Array of ticket class IDs this access code applies to. Tickets must be hidden.
The ID of the access code to update.
Number of times this access code can be used.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_ASSORTMENTTool to update the assortment plan for a specific organization. Use when you need to change the plan type associated with an organization.
Input parameters
The assortment plan type to set (e.g., 'package2', 'basic', 'premium').
The unique identifier of the organization to update assortment for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_CAPACITY_TIERTool to update the capacity tier for an Eventbrite event. Use when you need to modify the total capacity or other capacity tier settings for an event. Supports partial updates and GA capacity hold inventory tiers.
Input parameters
The ID of the event to update capacity tier for.
The capacity tier object containing fields to update. Supports partial updates and GA capacity hold inventory tiers.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_DEFAULT_QUESTIONTool to update a default (canned) question for an Eventbrite event. Use when you need to modify properties of default attendee information fields like making them required or optional.
Input parameters
The ID of the event to update the canned question for.
The ID of the canned question to update (e.g., prefix, suffix, company, job_title, cell_phone, work_phone, etc.). Note: Default questions like first_name, last_name, email have editable:false and cannot be modified.
Whether the question should be required for attendees to answer.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_DISCOUNTTool to update a discount by its ID in Eventbrite. Use when you need to modify discount details such as code, amount, percentage, validity period, or ticket class associations.
Input parameters
Code that will be used by the customer to get the discount. Required for 'coded' discount type.
Type of discount code
ISO 8601 timestamp when the discount expires. Specify either this or end_date_relative, not both.
Event identifier to which this discount applies.
List of hold identifiers that this discount unlocks or is associated with.
Fixed monetary reduction amount. Must be between 0.01 and 99999.99. Specify either this or percent_off, not both.
ISO 8601 timestamp when the discount becomes active. Specify either this or start_date_relative, not both.
The ID of the discount to update.
Percentage reduction value. Must be between 1.00 and 100.00. Specify either this or amount_off, not both.
Ticket group ID for discount association and application logic.
List of specific ticket class IDs to which this discount applies. If not specified, applies to all tickets.
Number of seconds before event conclusion when the discount ends (relative timing). Specify either this or end_date, not both.
Maximum number of times this discount can be used. Leave empty for unlimited usage.
Number of seconds before event start when the discount becomes active (relative timing). Specify either this or start_date, not both.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_DISPLAY_SETTINGSTool to update display settings for a specific Eventbrite event. Use when you need to configure what information is visible on an event page.
Input parameters
The unique identifier for the event to update display settings for.
Display settings configuration to update for the event.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_EVENTTool to update an Eventbrite event by ID. Use when you need to modify event details like name, description, dates, capacity, or other settings. For series parent events, updates to certain fields will propagate to all occurrences in the series.
Input parameters
Event object containing the fields to update.
The ID of the event to update. For series parents, updates to certain fields will propagate to all occurrences.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_INVENTORY_TIERTool to update an existing Inventory Tier by ID for an Event. Use when you need to modify inventory tier settings such as name, quantity, tier level, color, or capacity settings. Supports partial updates.
Input parameters
The ID of the event.
The inventory tier object containing fields to update. Supports partial updates.
The ID of the inventory tier to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_ORGANIZERTool to update an Eventbrite organizer by ID. Use when you need to modify organizer details like name, description, logo, or marketing preferences.
Input parameters
Organizer object containing the fields to update.
The ID of the organizer to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_TICKET_BUYER_SETTINGSTool to update ticket buyer settings for an Eventbrite event. Use when you need to configure post-purchase redirect URL, survey/registration form name, survey time limit, or specify who should fill out the survey (each attendee or just the ticket buyer).
Input parameters
The ID of the event to update ticket buyer settings for.
Ticket buyer settings configuration to update for the event.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_TICKET_CLASSTool to update a ticket class for an Eventbrite event. Use when you need to modify ticket class details like name, description, cost, quantity, or free status.
Input parameters
The Event ID containing the ticket class.
Ticket class object containing the fields to update.
The Ticket Class ID to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_TICKET_GROUPTool to update a ticket group by its ID in Eventbrite. Use when you need to modify ticket group details like name, status, or event ticket mappings.
Input parameters
Ticket group object containing the fields to update.
The ID of the ticket group to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTBRITE_UPDATE_VENUETool to update a venue's details by venue ID. Use when you need to modify venue information such as name, capacity, address, age restrictions, or location coordinates.
Input parameters
Venue object containing the fields to update. At least one field must be provided.
The unique identifier of the venue to update.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 76 agents privately built on Nagent that already use Eventbrite.
Build on Nagent
Connect Eventbrite to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Eventbrite, and click "Connect Now." You'll authenticate with OAuth — Nagent handles credential storage and refresh automatically. Once connected, Eventbrite is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Eventbrite is connected, you configure its 95 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Eventbrite steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Eventbrite event fires, the agent kicks off automatically.
Every Eventbrite action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Eventbrite ships with 95 pre-built event management actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Eventbrite together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Eventbrite-based workflows tailored to your business.