Outbound Webhooks (Zapier, CRM & Custom Tools) | Planadar Help
Outbound Webhooks
Get real-time notifications in your own systems when things happen in your event. Available on the Growth plan and above.
Add an endpoint
Event Console → Settings → Integrations → Webhooks → Add endpoint:
- Paste your HTTPS endpoint URL.
- Choose the events to receive.
- A signing secret is generated automatically.
Events
registration.created— a new registration (paid, free, or guest)payment.completed— a paid ticket order completedcheckin.completed— an attendee checked inregistration.cancelled— a registration was cancelled
Payloads & signing
We POST JSON { id, type, event_id, created_at, data } and sign every request using the Standard Webhooks scheme (webhook-id, webhook-timestamp, webhook-signature headers). Verify with any Standard Webhooks / Svix library and your endpoint's signing secret.
Testing & reliability
- Send test posts a signed test event to your endpoint.
- Failed deliveries retry automatically (up to 6 times with backoff); see the Recent deliveries log for status.
See Connect Planadar to Zapier to use these as no-code triggers.