Webhooks
Get a POST request every time someone books a ticket, and connect Chobble Tickets to Slack, Zapier, your CRM, or anything else.
Real-Time Notifications
Configure a webhook URL per event, or set a global webhook URL in settings that fires for all events. When someone registers, Chobble Tickets sends a POST request with the attendee details, ticket information, and pricing data, with multi-event bookings sending one consolidated webhook.
Use this to:
- Post new bookings to a Slack channel
- Add attendees to a mailing list
- Update a spreadsheet or CRM
- Trigger custom automations via Zapier or n8n
Webhook Payload
The webhook includes attendee information, event details, ticket URLs, and payment data - everything you need to integrate with external systems.
See the webhooks documentation for payload format and delivery details.