n8n-nodes-ticketmaster
v0.0.1
Published
Ticketmaster custom node for n8n (Discovery API integration)
Maintainers
Readme
n8n-nodes-ticketmaster
n8n is a fair-code licensed workflow automation platform.
This is a custom n8n community node providing full integration with the Ticketmaster Discovery API.
📚 Table of Contents
- Features
- Installation
- Authentication
- Usage
- Roadmap
- Resources
- Version history
📁 Features
- ✅ Discovery API integration covering all key resources:
- Events
- Search (
/events) - Get Details (
/events/{id}) - Get Images (
/events/{id}/images)
- Search (
- Attractions
- Search (
/attractions) - Get Details (
/attractions/{id})
- Search (
- Classifications
- Search (
/classifications) - Get Details (
/classifications/{id})
- Search (
- Venues
- Search (
/venues) - Get Details (
/venues/{id})
- Search (
- Events
- ✅ Complete support for the official Ticketmaster query parameters as “Additional Fields”
- ✅ Displays all results as structured JSON — ready for downstream mapping or transformation
- ✅ Modular, maintainable architecture (each operation is self-contained)
- ✅ Works seamlessly within the n8n editor for no‑code workflows
📦 Installation
Follow the installation guide in the n8n community nodes documentation.
Go to Settings → Community Nodes
Select Install
In the Install dialog, enter the npm package name:
n8n-nodes-ticketmasterAgree to the notice for third‑party code and click Install
The new node will appear as Ticketmaster in your n8n node list
🔐 Authentication
API key authentication
- Create a Ticketmaster Developer Account
- Go to My Apps → Create App
- Copy your API Key
- In n8n, open any Ticketmaster node and select or create new credentials
- Paste your API Key into the credentials field
🚀 Usage
- Use the Resource dropdown to select
Event,Attraction,Classification, orVenue - Use the Operation dropdown to choose the desired action (e.g., Search, Get Details, etc.)
- Configure filters in Additional Fields
- Connect the node to any processing or storage node downstream
Example workflow ideas:
- Search for events by keyword and location
- Save upcoming concerts to a Google Sheet
- Fetch venue details for event aggregation
- Build marketing automations with live Ticketmaster data
🚧 Roadmap
- [ ] Add pagination support (multi-page fetching)
- [ ] Add caching utilities for high-volume searches
- [ ] Extend to include the Ticketmaster Commerce API
- [ ] Add dynamic dropdown options (loadOptions) for dependent filters
🔗 Resources
- n8n Website
- n8n Community Nodes Documentation
- Ticketmaster Website
- Ticketmaster API Documentation
- GitHub Repository
📜 Version history
0.0.1– Initial release- Implemented Events, Attractions, Classifications, Venues
- Added full query parameter support and single‑page search for all endpoints
