POST
/
webhooks

Authorizations

apiKey
string
query
required

Query Parameters

apiKey
string
required

Your API key

Body

application/json
active
boolean
required

Whether the webhook is active and should trigger on associated trigger events

eventTriggers
enum<string>
required

The events which should trigger this webhook call

Available options:
BOOKING_CREATED,
BOOKING_RESCHEDULED,
BOOKING_CANCELLED,
MEETING_ENDED
subscriberUrl
string
required

The URL to subscribe to this webhook

eventTypeId
number

The event type ID if this webhook should be associated with only that event type

payloadTemplate
string

The template of the webhook's payload

secret
string

The secret to verify the authenticity of the received payload