# Ticketmaster AI integration on Definable

> Ticketmaster provides APIs for event discovery, inventory management, and ticketing solutions.

## What this connects

Ticketmaster provides APIs for event discovery, inventory management, and ticketing solutions.

Vendor: https://developer.ticketmaster.com/

## Tools available

**15** tools available. First 12:

- `TICKETMASTER_EXECUTE_SEASON_TICKETING_COMMAND` — Execute Season Ticketing Command — Tool to execute Season Ticketing API commands for ticket management operations. Use when you need to interact with Ticketmaster's Archtics Season Ticketing system for administrative tasks, account management, or event discovery. Supports commands: ping (test connectivity), customer_query (get account info), seats_sold (retrieve sold seat details), event_search (search events), event_details (get event attributes), get_attendance (retrieve attendance data). Note: API may return 202 ACCEPTED for asynchronous operations - caller must poll with provided cookies until receiving 200 OK response.
- `TICKETMASTER_GET_ATTRACTION_DETAILS2` — Get Attraction Details V2 — Tool to retrieve detailed information about a specific attraction by ID from Ticketmaster Discovery API v2. Use when you need attraction details with optional licensed content filtering.
- `TICKETMASTER_GET_ATTRACTIONS` — Get Ticketmaster Attractions — Tool to retrieve a list of attractions. Use when you need to search for artists, teams, or performers by various criteria such as keyword, classification, or country.
- `TICKETMASTER_GET_CLASSIFICATION_DETAILS` — Get Classification Details — Tool to retrieve detailed information about a specific classification. Use after obtaining a classification ID.
- `TICKETMASTER_GET_CLASSIFICATIONS` — Get Classifications — Retrieves event classifications from Ticketmaster's Discovery API. Classifications provide a hierarchical taxonomy for categorizing events: - Segment: Top-level category (Music, Sports, Arts & Theater, Family, Film, Miscellaneous) - Genre: Secondary category within a segment (e.g., Rock, Baseball, Comedy) - Subgenre: Tertiary category for specific classification (e.g., Alternative Rock, MLB) Use this tool to discover available categories before searching for events, or to understand how events are organized in the Ticketmaster system. The classifications can be filtered by locale, country, or specific classification ID.
- `TICKETMASTER_GET_EVENT_DETAILS` — Get Event Details — Tool to retrieve detailed information about a specific event by ID. Use when you have an event's unique identifier and need its full details.
- `TICKETMASTER_GET_EVENT_IMAGES` — Get Event Images — Tool to retrieve images for a specific event by ID. Use when you need to fetch image URLs and metadata for an event.
- `TICKETMASTER_GET_EVENTS` — Search Events — Search for events on Ticketmaster using various filters including location, date range, keywords, classifications, and more. This action queries the Ticketmaster Discovery API to find events matching your criteria. Results are paginated and can be sorted. Use this when you need to: search for concerts/shows/games, find events in a specific location, filter by date range, or discover events by artist/venue. Key capabilities: - Location search: by city, state, postal code, lat/long, or radius - Time filtering: events within date ranges or on-sale dates - Classification: filter by segment (Music/Sports/Arts), genre, subgenre - Keyword search: find events by name or description - Venue/Attraction: get events at specific venues or by specific artists/teams Note: Deep paging limit - size * page must be < 1000. Maximum 200 results per page.
- `TICKETMASTER_GET_GENRE_DETAILS` — Get Genre Details — Tool to retrieve detailed information about a specific genre. Use when you need metadata for a single genre before filtering events by genre.
- `TICKETMASTER_GET_SECTION_MAP_IMAGE` — Get Section Map Image — Tool to retrieve the section map image for an event showing venue layout. Use when you need a visual representation of a venue's seating sections for a specific event. Optionally highlights specific sections or seats.
- `TICKETMASTER_GET_SEGMENT_DETAILS` — Get Segment Details — Retrieve detailed information about a specific Ticketmaster event segment, including all associated genres and subgenres. Segments are the top-level classification categories for events (e.g., Music, Sports, Arts & Theatre, Family, Film, Miscellaneous). This action returns the segment's metadata along with a complete list of genres and their subgenres that fall under this segment. Use this action after obtaining a segment ID from Get Classifications or from event classification data.
- `TICKETMASTER_GET_SUBGENRE_DETAILS` — Get Subgenre Details — Tool to retrieve detailed information about a specific subgenre. Use when you have a subgenre ID and need its details.

## Auth

Auth schemes: `API_KEY`, `OAUTH2`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Ticketmaster

Inside a Definable workflow, Ticketmaster is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Ticketmaster** — the Researcher (GPT-5.5) pulls context from Ticketmaster (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Ticketmaster** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Ticketmaster (create record, post message, draft email).
- **Designer / Engineer → Distributor → Ticketmaster** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Ticketmaster (attach file, open PR comment, post status).

The Verifier checks every Ticketmaster call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- event management — https://definable.ai/apps/category/event-management/
- lifestyle & entertainment — https://definable.ai/apps/category/lifestyle-&-entertainment/

## Related

- HTML page: https://definable.ai/apps/ticketmaster/
- Same category (event management): https://definable.ai/apps/category/event-management/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
