Create Webhook Subscription
Register a webhook callback URL to receive real-time notifications for selected Zeeg events such as bookings, cancellations, and reschedules.
Documentation Index
Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
The URL that Zeeg will send webhook payloads to. Must be a valid HTTPS URL.
List of event types to subscribe to.
invitee.scheduled, invitee.cancelled, routing_form.submitted The scope of the webhook subscription. Use user for personal webhooks or organization for organization-wide webhooks.
user, organization Optional verification token. When set, Zeeg includes it in a Token header on every webhook delivery (including the test endpoint). Use it to verify that incoming requests originate from Zeeg.
Must be at least 8 characters and contain only printable, non-whitespace ASCII characters. Leading and trailing whitespace are trimmed automatically.
8 - 1000^[\x21-\x7E]+$