create_event
Schedule a music event by linking one or more artists to a venue on a specific date and time, with options for tickets, pricing, and external references.
Instructions
Create an event in BNDY linking one or more artists to a venue on a specific date/time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artistId | No | Single artist UUID (use artistIds for multi-artist events) | |
| artistIds | No | Array of artist UUIDs for multi-artist events (preferred over artistId) | |
| venueId | Yes | Venue UUID (from search_venue or create_venue) | |
| date | Yes | Event date in YYYY-MM-DD format | |
| startTime | Yes | Start time in HH:MM format (24-hour, e.g., "20:00") | |
| endTime | No | Optional end time in HH:MM format | |
| title | No | Optional event title (defaults to "Artist @ Venue") | |
| isPublic | No | Whether event should appear on public Frontstage map (default: false) | |
| externalIds | No | External system references for cross-referencing (optional) | |
| price | No | Ticket price (e.g., "FREE", "£15", "£10-£20") | |
| eventUrl | No | URL to the source event page | |
| ticketed | No | Whether event requires tickets (true) or is free/door entry (false) | |
| ticketInformation | No | Additional ticket information text | |
| ticketUrl | No | URL to purchase tickets | |
| imageUrl | No | Event poster/image URL | |
| description | No | Long-form event description | |
| notes | No | Additional notes about the event |