Webhooks
Creates a new webhook
POST
/
webhooks
Authorizations
Query Parameters
Your API key
Body
application/json
The URL to subscribe to this webhook
The events which should trigger this webhook call
Available options:
BOOKING_CREATED
, BOOKING_RESCHEDULED
, BOOKING_CANCELLED
, MEETING_ENDED
Whether the webhook is active and should trigger on associated trigger events
The template of the webhook's payload
The event type ID if this webhook should be associated with only that event type
The secret to verify the authenticity of the received payload
Was this page helpful?