> ## Documentation Index
> Fetch the complete documentation index at: https://squad.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Eventbrite

> What agents can do in Eventbrite with standard access, and how to connect, limit, and disconnect Eventbrite.

Connect Eventbrite so your agents can work in your Eventbrite account.

## Access levels

Eventbrite has one level. The connect window shows it as **Default** and describes it as "Standard access." Agents can use all 95 Eventbrite actions.

You cannot choose a narrower level for Eventbrite. You can block single agents with **No access** under **Per-agent access**.

The Eventbrite sign-in page asks you to approve full access to your account. This is expected. Squad does not narrow the sign-in, and standard access does not limit which Eventbrite actions agents can use.

## What agents can do

The summary below groups the Eventbrite actions into plain tasks. The full list after it names every action, grouped by what the action works on. You do not need to name actions. Ask in plain words, and the agent searches for the matching action.

<Tip>**Find an action.** Open the list and use your browser's find (Ctrl+F, or Cmd+F on a Mac) with a word from the task or part of a slug. Or ask your agent in plain words, for example "What can you do in my Eventbrite account?" The agent can search the Eventbrite actions for you.</Tip>

Each action shows its name, a one-line description where the Eventbrite action catalog has one, and its slug. The slug is the ID that agents use when they call the action.

* View, create, update, delete, publish, and cancel events
* View, create, update, and delete questions
* View, create, update, and delete ticket types
* View, search, create, update, and delete coupons and discounts
* View, create, update, and delete groups
* View, create, and update settings
* View, create, and update code
* View, create, and update organizers
* View, create, and update venues
* View orders
* View attendees
* View categories

<AccordionGroup>
  <Accordion title="All 95 Eventbrite actions">
    <AccordionGroup>
      <Accordion title="Attendees (2)">
        | Action               | What it does                                                          | Slug                              |
        | -------------------- | --------------------------------------------------------------------- | --------------------------------- |
        | List event attendees | Retrieve the list of attendees for an Eventbrite event.               | `EVENTBRITE_LIST_EVENT_ATTENDEES` |
        | List org attendees   | List attendees across all events owned by an Eventbrite organization. | `EVENTBRITE_LIST_ORG_ATTENDEES`   |
      </Accordion>

      <Accordion title="Categories (2)">
        | Action               | What it does                        | Slug                              |
        | -------------------- | ----------------------------------- | --------------------------------- |
        | Get category         | Retrieve a specific category by ID. | `EVENTBRITE_GET_CATEGORY`         |
        | Get event categories | Retrieve event categories.          | `EVENTBRITE_GET_EVENT_CATEGORIES` |
      </Accordion>

      <Accordion title="Code (4)">
        | Action             | What it does                                                   | Slug                            |
        | ------------------ | -------------------------------------------------------------- | ------------------------------- |
        | Create access code | Create a new access code for an Eventbrite event.              | `EVENTBRITE_CREATE_ACCESS_CODE` |
        | Get access code    | Retrieve a specific access code by ID for an Eventbrite event. | `EVENTBRITE_GET_ACCESS_CODE`    |
        | List access codes  | Retrieve all access codes for an Eventbrite event.             | `EVENTBRITE_LIST_ACCESS_CODES`  |
        | Update access code | Update an existing access code for an Eventbrite event.        | `EVENTBRITE_UPDATE_ACCESS_CODE` |
      </Accordion>

      <Accordion title="Content (3)">
        | Action                      | What it does                                                            | Slug                                     |
        | --------------------------- | ----------------------------------------------------------------------- | ---------------------------------------- |
        | Get structured content      | Retrieve structured content for an Eventbrite event.                    | `EVENTBRITE_GET_STRUCTURED_CONTENT`      |
        | Get structured content edit | Retrieve the latest working version of structured content for an event. | `EVENTBRITE_GET_STRUCTURED_CONTENT_EDIT` |
        | Set structured content      | Set structured content for an Eventbrite event by version.              | `EVENTBRITE_SET_STRUCTURED_CONTENT`      |
      </Accordion>

      <Accordion title="Coupons and discounts (5)">
        | Action                           | What it does                                          | Slug                                          |
        | -------------------------------- | ----------------------------------------------------- | --------------------------------------------- |
        | Create discount                  | Create a new discount for an Eventbrite organization. | `EVENTBRITE_CREATE_DISCOUNT`                  |
        | Delete discount                  | Delete a discount from Eventbrite.                    | `EVENTBRITE_DELETE_DISCOUNT`                  |
        | Get discount                     | Retrieve a discount by its ID from Eventbrite.        | `EVENTBRITE_GET_DISCOUNT`                     |
        | Search discounts by organization | Search and list discounts by organization ID.         | `EVENTBRITE_SEARCH_DISCOUNTS_BY_ORGANIZATION` |
        | Update discount                  | Update a discount by its ID in Eventbrite.            | `EVENTBRITE_UPDATE_DISCOUNT`                  |
      </Accordion>

      <Accordion title="Events (14)">
        | Action                   | What it does                                                         | Slug                                  |
        | ------------------------ | -------------------------------------------------------------------- | ------------------------------------- |
        | Cancel event             | Cancel an Eventbrite event.                                          | `EVENTBRITE_CANCEL_EVENT`             |
        | Copy event               | Copy an Eventbrite event and create a duplicate with a new Event ID. | `EVENTBRITE_COPY_EVENT`               |
        | Create event             | Create a new Eventbrite event.                                       | `EVENTBRITE_CREATE_EVENT`             |
        | Delete event             | Delete an Eventbrite event.                                          | `EVENTBRITE_DELETE_EVENT`             |
        | Get event                | Retrieve detailed information for a specific Eventbrite event by ID. | `EVENTBRITE_GET_EVENT`                |
        | Get event description    | Retrieve the full HTML description for an Eventbrite event.          | `EVENTBRITE_GET_EVENT_DESCRIPTION`    |
        | Get event formats        | List event formats.                                                  | `EVENTBRITE_GET_EVENT_FORMATS`        |
        | Get event subcategories  | List all event subcategories.                                        | `EVENTBRITE_GET_EVENT_SUBCATEGORIES`  |
        | List organization events | List events owned by a specific Eventbrite organization.             | `EVENTBRITE_LIST_ORGANIZATION_EVENTS` |
        | List series events       | List all events in an Eventbrite event series by series ID.          | `EVENTBRITE_LIST_SERIES_EVENTS`       |
        | List venue events        | List all events at a specific Eventbrite venue by venue ID.          | `EVENTBRITE_LIST_VENUE_EVENTS`        |
        | Publish event            | Publish an Eventbrite event.                                         | `EVENTBRITE_PUBLISH_EVENT`            |
        | Unpublish event          | Unpublish an Eventbrite event.                                       | `EVENTBRITE_UNPUBLISH_EVENT`          |
        | Update event             | Update an Eventbrite event by ID.                                    | `EVENTBRITE_UPDATE_EVENT`             |
      </Accordion>

      <Accordion title="Files (1)">
        | Action           | What it does                                  | Slug                          |
        | ---------------- | --------------------------------------------- | ----------------------------- |
        | Get media upload | Retrieve information on a Media image upload. | `EVENTBRITE_GET_MEDIA_UPLOAD` |
      </Accordion>

      <Accordion title="Groups (5)">
        | Action              | What it does                                               | Slug                             |
        | ------------------- | ---------------------------------------------------------- | -------------------------------- |
        | Create ticket group | Create a new ticket group for an Eventbrite organization.  | `EVENTBRITE_CREATE_TICKET_GROUP` |
        | Delete ticket group | Delete a ticket group by changing its status to deleted.   | `EVENTBRITE_DELETE_TICKET_GROUP` |
        | Get ticket group    | Retrieve a ticket group by its ID from Eventbrite.         | `EVENTBRITE_GET_TICKET_GROUP`    |
        | List ticket groups  | List ticket groups for a specific Eventbrite organization. | `EVENTBRITE_LIST_TICKET_GROUPS`  |
        | Update ticket group | Update a ticket group by its ID in Eventbrite.             | `EVENTBRITE_UPDATE_TICKET_GROUP` |
      </Accordion>

      <Accordion title="Inventory (5)">
        | Action                | What it does                                                        | Slug                               |
        | --------------------- | ------------------------------------------------------------------- | ---------------------------------- |
        | Create inventory tier | Create a new inventory tier for an Eventbrite event.                | `EVENTBRITE_CREATE_INVENTORY_TIER` |
        | Delete inventory tier | Mark an existing inventory tier as deleted for an Eventbrite event. | `EVENTBRITE_DELETE_INVENTORY_TIER` |
        | Get inventory tier    | Retrieve an Inventory Tier by ID for an Event.                      | `EVENTBRITE_GET_INVENTORY_TIER`    |
        | List inventory tiers  | Retrieve inventory tiers for an Eventbrite event.                   | `EVENTBRITE_LIST_INVENTORY_TIERS`  |
        | Update inventory tier | Update an existing Inventory Tier by ID for an Event.               | `EVENTBRITE_UPDATE_INVENTORY_TIER` |
      </Accordion>

      <Accordion title="Media (1)">
        | Action         | What it does                      | Slug                        |
        | -------------- | --------------------------------- | --------------------------- |
        | Retrieve media | Retrieve media information by ID. | `EVENTBRITE_RETRIEVE_MEDIA` |
      </Accordion>

      <Accordion title="Members (1)">
        | Action                    | What it does                                                   | Slug                                   |
        | ------------------------- | -------------------------------------------------------------- | -------------------------------------- |
        | List organization members | List members of an Eventbrite organization by organization ID. | `EVENTBRITE_LIST_ORGANIZATION_MEMBERS` |
      </Accordion>

      <Accordion title="Orders (3)">
        | Action                   | What it does                                                               | Slug                                  |
        | ------------------------ | -------------------------------------------------------------------------- | ------------------------------------- |
        | List event orders        | List orders for a specific Eventbrite event.                               | `EVENTBRITE_LIST_EVENT_ORDERS`        |
        | List organization orders | List orders placed for events owned by a specific Eventbrite organization. | `EVENTBRITE_LIST_ORGANIZATION_ORDERS` |
        | List user orders         | List orders for a specific Eventbrite user.                                | `EVENTBRITE_LIST_USER_ORDERS`         |
      </Accordion>

      <Accordion title="Organizations (2)">
        | Action                  | What it does                                          | Slug                                 |
        | ----------------------- | ----------------------------------------------------- | ------------------------------------ |
        | List user organizations | List organizations the authenticated user belongs to. | `EVENTBRITE_LIST_USER_ORGANIZATIONS` |
        | List user orgs          | List organizations by user ID.                        | `EVENTBRITE_LIST_USER_ORGS`          |
      </Accordion>

      <Accordion title="Organizers (4)">
        | Action              | What it does                                                     | Slug                             |
        | ------------------- | ---------------------------------------------------------------- | -------------------------------- |
        | Create organizer    | Create a new organizer for an Eventbrite organization.           | `EVENTBRITE_CREATE_ORGANIZER`    |
        | Get organizer       | Retrieve an organizer by organizer ID from Eventbrite.           | `EVENTBRITE_GET_ORGANIZER`       |
        | List org organizers | List organizers belonging to a specific Eventbrite organization. | `EVENTBRITE_LIST_ORG_ORGANIZERS` |
        | Update organizer    | Update an Eventbrite organizer by ID.                            | `EVENTBRITE_UPDATE_ORGANIZER`    |
      </Accordion>

      <Accordion title="Prices (1)">
        | Action                   | What it does                                        | Slug                                  |
        | ------------------------ | --------------------------------------------------- | ------------------------------------- |
        | Calculate price for item | Calculate Eventbrite fees for a given ticket price. | `EVENTBRITE_CALCULATE_PRICE_FOR_ITEM` |
      </Accordion>

      <Accordion title="Questions (6)">
        | Action                  | What it does                                                                                       | Slug                                 |
        | ----------------------- | -------------------------------------------------------------------------------------------------- | ------------------------------------ |
        | Create custom question  | Create a custom question for an Eventbrite event.                                                  | `EVENTBRITE_CREATE_CUSTOM_QUESTION`  |
        | Delete default question | Deactivate a canned question for an event.                                                         | `EVENTBRITE_DELETE_DEFAULT_QUESTION` |
        | Get default question    | Retrieve a specific default (canned) question for an Eventbrite event by Event ID and Question ID. | `EVENTBRITE_GET_DEFAULT_QUESTION`    |
        | List custom questions   | Retrieve custom questions configured for an Eventbrite event.                                      | `EVENTBRITE_LIST_CUSTOM_QUESTIONS`   |
        | List default questions  | Retrieve default (canned) questions for an Eventbrite event by Event ID.                           | `EVENTBRITE_LIST_DEFAULT_QUESTIONS`  |
        | Update default question | Update a default (canned) question for an Eventbrite event.                                        | `EVENTBRITE_UPDATE_DEFAULT_QUESTION` |
      </Accordion>

      <Accordion title="Reports (2)">
        | Action              | What it does                                                             | Slug                             |
        | ------------------- | ------------------------------------------------------------------------ | -------------------------------- |
        | Get attendee report | Retrieve an attendee report for events in an Eventbrite organization.    | `EVENTBRITE_GET_ATTENDEE_REPORT` |
        | Get sales report    | Retrieve a sales report by Event ID or Event status for an organization. | `EVENTBRITE_GET_SALES_REPORT`    |
      </Accordion>

      <Accordion title="Roles and permissions (1)">
        | Action                  | What it does                                                             | Slug                                 |
        | ----------------------- | ------------------------------------------------------------------------ | ------------------------------------ |
        | List organization roles | List roles within a specific Eventbrite organization by organization ID. | `EVENTBRITE_LIST_ORGANIZATION_ROLES` |
      </Accordion>

      <Accordion title="Schedules (1)">
        | Action                | What it does                                        | Slug                               |
        | --------------------- | --------------------------------------------------- | ---------------------------------- |
        | Create event schedule | Create an event schedule for a series parent event. | `EVENTBRITE_CREATE_EVENT_SCHEDULE` |
      </Accordion>

      <Accordion title="Settings (5)">
        | Action                       | What it does                                                       | Slug                                      |
        | ---------------------------- | ------------------------------------------------------------------ | ----------------------------------------- |
        | Create checkout settings     | Create checkout settings for an Eventbrite organization.           | `EVENTBRITE_CREATE_CHECKOUT_SETTINGS`     |
        | Get checkout settings        | Retrieve checkout settings for a specific Eventbrite organization. | `EVENTBRITE_GET_CHECKOUT_SETTINGS`        |
        | Get display settings         | Retrieve display settings for a specific Eventbrite event.         | `EVENTBRITE_GET_DISPLAY_SETTINGS`         |
        | Update display settings      | Update display settings for a specific Eventbrite event.           | `EVENTBRITE_UPDATE_DISPLAY_SETTINGS`      |
        | Update ticket buyer settings | Update ticket buyer settings for an Eventbrite event.              | `EVENTBRITE_UPDATE_TICKET_BUYER_SETTINGS` |
      </Accordion>

      <Accordion title="Ticket types (6)">
        | Action                       | What it does                                                            | Slug                                      |
        | ---------------------------- | ----------------------------------------------------------------------- | ----------------------------------------- |
        | Create ticket class          | Create a new ticket class for an Eventbrite event.                      | `EVENTBRITE_CREATE_TICKET_CLASS`          |
        | Delete ticket class          | Delete a ticket class from an Eventbrite event by its ID.               | `EVENTBRITE_DELETE_TICKET_CLASS`          |
        | Get ticket class             | Retrieve a specific ticket class by ID for an Eventbrite event.         | `EVENTBRITE_GET_TICKET_CLASS`             |
        | List ticket classes          | List ticket classes for a specific Eventbrite event by event ID.        | `EVENTBRITE_LIST_TICKET_CLASSES`          |
        | List ticket classes for sale | List ticket classes available for sale for a specific Eventbrite event. | `EVENTBRITE_LIST_TICKET_CLASSES_FOR_SALE` |
        | Update ticket class          | Update a ticket class for an Eventbrite event.                          | `EVENTBRITE_UPDATE_TICKET_CLASS`          |
      </Accordion>

      <Accordion title="Tickets (2)">
        | Action                              | What it does                                                                                  | Slug                                             |
        | ----------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------ |
        | Add ticket to group                 | Add a ticket class to one or more explicitly specified ticket groups for an Eventbrite event. | `EVENTBRITE_ADD_TICKET_TO_GROUP`                 |
        | Add ticket to group by organization | Add a ticket class to ticket groups using organization and event IDs.                         | `EVENTBRITE_ADD_TICKET_TO_GROUP_BY_ORGANIZATION` |
      </Accordion>

      <Accordion title="Users (1)">
        | Action   | What it does                                  | Slug                  |
        | -------- | --------------------------------------------- | --------------------- |
        | Get user | Retrieve information about a user by user ID. | `EVENTBRITE_GET_USER` |
      </Accordion>

      <Accordion title="Venues (4)">
        | Action          | What it does                                                    | Slug                         |
        | --------------- | --------------------------------------------------------------- | ---------------------------- |
        | Create venue    | Create a new venue under an organization in Eventbrite.         | `EVENTBRITE_CREATE_VENUE`    |
        | Get venue       | Retrieve detailed information for a specific venue by venue ID. | `EVENTBRITE_GET_VENUE`       |
        | List org venues | List venues owned by a specific Eventbrite organization.        | `EVENTBRITE_LIST_ORG_VENUES` |
        | Update venue    | Update a venue's details by venue ID.                           | `EVENTBRITE_UPDATE_VENUE`    |
      </Accordion>

      <Accordion title="Webhooks (2)">
        | Action                     | What it does                                                         | Slug                                    |
        | -------------------------- | -------------------------------------------------------------------- | --------------------------------------- |
        | Create webhook             | Create a new webhook for an Eventbrite organization.                 | `EVENTBRITE_CREATE_WEBHOOK`             |
        | List organization webhooks | List all webhooks configured for a specific Eventbrite organization. | `EVENTBRITE_LIST_ORGANIZATION_WEBHOOKS` |
      </Accordion>

      <Accordion title="Other actions (12)">
        | Action                 | What it does                                                             | Slug                                |
        | ---------------------- | ------------------------------------------------------------------------ | ----------------------------------- |
        | Create tracking beacon | Create a tracking beacon for an Eventbrite event or user.                | `EVENTBRITE_CREATE_TRACKING_BEACON` |
        | Get assortment         | Retrieve assortment information for a specific organization.             | `EVENTBRITE_GET_ASSORTMENT`         |
        | Get capacity tier      | Retrieve the capacity tier for an Eventbrite event.                      | `EVENTBRITE_GET_CAPACITY_TIER`      |
        | Get format             | Retrieve a format by format ID.                                          | `EVENTBRITE_GET_FORMAT`             |
        | Get me                 | Retrieve the authenticated user's account information.                   | `EVENTBRITE_GET_ME`                 |
        | Get series             | Retrieve a parent Event Series by Event Series ID.                       | `EVENTBRITE_GET_SERIES`             |
        | Get subcategory        | Retrieve a specific subcategory by ID.                                   | `EVENTBRITE_GET_SUBCATEGORY`        |
        | Get tracking beacon    | Retrieve a tracking beacon by ID from Eventbrite.                        | `EVENTBRITE_GET_TRACKING_BEACON`    |
        | List pricing           | List available pricing fee rates for a specific currency and country.    | `EVENTBRITE_LIST_PRICING`           |
        | List tracking beacons  | List tracking beacons for an Eventbrite organization by organization ID. | `EVENTBRITE_LIST_TRACKING_BEACONS`  |
        | Update assortment      | Update the assortment plan for a specific organization.                  | `EVENTBRITE_UPDATE_ASSORTMENT`      |
        | Update capacity tier   | Update the capacity tier for an Eventbrite event.                        | `EVENTBRITE_UPDATE_CAPACITY_TIER`   |
      </Accordion>
    </AccordionGroup>
  </Accordion>
</AccordionGroup>

## Connect Eventbrite

Before you start:

* You need an Eventbrite account that you can sign in to.
* Your Squad subscription must be active. Squad does not connect apps while the subscription is not active.

<Steps>
  <Step title="Open Integrations">
    Open **Settings** > **Integrations**.
  </Step>

  <Step title="Add an integration">
    On the **Connected apps** tab, click **+ Add integration**.
  </Step>

  <Step title="Find Eventbrite">
    Find **Eventbrite** in the catalog and click it. You can type the name in **Search the catalog…**.
  </Step>

  <Step title="Keep the default level">
    Under **Default scope**, keep **Default**. It is the only option.
  </Step>

  <Step title="Click Connect Eventbrite">
    Click **Connect Eventbrite**. The Eventbrite sign-in page opens in a new tab.
  </Step>

  <Step title="Sign in to Eventbrite">
    Sign in to Eventbrite and approve the request.
  </Step>
</Steps>

Check that it works: Eventbrite shows under **YOUR CONNECTIONS**, with a row for the account and its access level.

## Set access for one agent

Every agent can use the account unless you block it.

1. Under **YOUR CONNECTIONS**, open the account menu (⋯) on the Eventbrite account.
2. Click **Manage scope**.
3. Under **Per-agent access**, find the agent.
4. Choose **No access** to block the agent. Choose **Default (Default)** to allow it again.
5. Click **Save access**.

Changes apply from the agent's next call. An agent with **No access** does not see the account.

## Use more than one Eventbrite account

Click **+ Account** on the Eventbrite card to connect another account. Agents use the primary account unless they are asked to use a specific one.

* After you click **+ Account**, follow the connect steps above.
* The first account you connect becomes the primary account. It shows **★ PRIMARY**.
* To change the primary account, open the account menu (⋯) and click **Make primary**.
* To tell accounts apart, open the account menu (⋯) and click **Rename**.

## Reconnect or disconnect

Reconnect when the connection has expired, or when you need to change what the account can reach on the Eventbrite side:

1. Open the account menu (⋯) and click **Reconnect**.
2. Click **Reauthorize on Eventbrite**.
3. Sign in to Eventbrite and approve the request.

Reconnect signs in to the same account again. It does not add a second connection.

Open the account menu (⋯) on the Eventbrite account and click **Disconnect**. Agents lose access to that account at once.

<Warning>**Disconnect** acts at once, with no confirmation step. If it was the primary account, another connected Eventbrite account becomes primary.</Warning>

## Costs

Eventbrite actions do not use Squad credits. Connected apps never use credits. For what does use credits, see [What Squad costs](/docs/costs).

## Troubleshooting

An agent says it has no access to Eventbrite, or it does not see the account.

* Cause: the agent is set to **No access** under **Per-agent access**, or the account is not connected.
* Fix: open **Manage scope** and change the agent's row. If the account is missing, connect it again.

Connecting or saving fails with "Your subscription isn't active."

* Cause: your Squad subscription is not active.
* Fix: resubscribe. See [Manage your subscription](/docs/billing).

An agent says the Eventbrite connection has expired.

* Cause: the sign-in for that account is no longer valid.
* Fix: use **Reconnect** on the account.

## Common questions

<AccordionGroup>
  <Accordion title="Can I limit what agents can do in Eventbrite?">
    You cannot choose a narrower level for Eventbrite. You can block single agents with **No access** under **Per-agent access**.
  </Accordion>

  <Accordion title="Can I connect more than one Eventbrite account?">
    Click **+ Account** on the Eventbrite card to connect another account. Agents use the primary account unless they are asked to use a specific one.
  </Accordion>

  <Accordion title="How do I disconnect Eventbrite?">
    Open the account menu (⋯) on the Eventbrite account and click **Disconnect**. Agents lose access to that account at once.
  </Accordion>
</AccordionGroup>

## Related pages

<CardGroup cols={2}>
  <Card title="Connect apps" icon="plug" href="/docs/integrations" />

  <Card title="Add an MCP server or an API key" icon="server" href="/docs/custom-integrations">
    Use this when an action you need is not in this app.
  </Card>
</CardGroup>
