Webhooks
Edit an existing webhook
PATCH
/
webhooks
/
{id}
Authorizations
apiKey
string
queryrequiredPath Parameters
id
integer
requiredNumeric ID of the webhook to edit
Query Parameters
apiKey
string
requiredYour API key
Body
application/json
subscriberUrl
string
The URL to subscribe to this webhook
eventTriggers
enum<string>
The events which should trigger this webhook call
Available options:
BOOKING_CREATED
, BOOKING_RESCHEDULED
, BOOKING_CANCELLED
, MEETING_ENDED
active
boolean
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
Was this page helpful?