Webhooks
Creates a new webhook
POST
/
webhooks
Authorizations
apiKey
string
queryrequiredQuery Parameters
apiKey
string
requiredYour API key
Body
application/json
subscriberUrl
string
requiredThe URL to subscribe to this webhook
eventTriggers
enum<string>
requiredThe events which should trigger this webhook call
Available options:
BOOKING_CREATED
, BOOKING_RESCHEDULED
, BOOKING_CANCELLED
, MEETING_ENDED
active
boolean
requiredWhether the webhook is active and should trigger on associated trigger events
payloadTemplate
string
The template of the webhook's payload
eventTypeId
number
The event type ID if this webhook should be associated with only that event type
secret
string
The secret to verify the authenticity of the received payload
Was this page helpful?