POST
/
webhooks

Authorizations

apiKey
string
queryrequired

Query Parameters

apiKey
string
required

Your API key

Body

application/json
subscriberUrl
string
required

The URL to subscribe to this webhook

eventTriggers
enum<string>
required

The events which should trigger this webhook call

Available options:
BOOKING_CREATED,
BOOKING_RESCHEDULED,
BOOKING_CANCELLED,
MEETING_ENDED
active
boolean
required

Whether 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