Create a webhook
<Warning>These endpoints are deprecated and will be removed in the future.</Warning>
Path parameters
Headers
OAuth client secret key
Request body
Example request
{
"payloadTemplate": "{\"content\":\"A new event has been scheduled\",\"type\":\"{{type}}\",\"name\":\"{{title}}\",\"organizer\":\"{{organizer.name}}\",\"booker\":\"{{attendees.0.name}}\"}",
"triggers": [
"BOOKING_CREATED",
"BOOKING_RESCHEDULED",
"BOOKING_CANCELLED",
"BOOKING_CONFIRMED",
"BOOKING_REJECTED",
"BOOKING_COMPLETED",
"BOOKING_NO_SHOW",
"BOOKING_REOPENED"
],
"version": "2021-10-20"
}Response
Example response
{
"status": "success",
"data": {
"payloadTemplate": "{\"content\":\"A new event has been scheduled\",\"type\":\"{{type}}\",\"name\":\"{{title}}\",\"organizer\":\"{{organizer.name}}\",\"booker\":\"{{attendees.0.name}}\"}"
}
}Changes
Changed in 7 of the 50 revisions of this API.262246
- ▲
removed the enum value
ROUTING_FORM_FALLBACK_HITof the request propertytriggers/items/request-property-enum-value-removed
- ○
removed the
ROUTING_FORM_FALLBACK_HITenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
This revision also has 197 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
AFTER_GUESTS_CAL_VIDEO_NO_SHOWof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
AFTER_HOSTS_CAL_VIDEO_NO_SHOWof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
BOOKING_CANCELLEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
BOOKING_CREATEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
BOOKING_NO_SHOW_UPDATEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
BOOKING_PAIDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
BOOKING_PAYMENT_INITIATEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
BOOKING_REJECTEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
BOOKING_REQUESTEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
BOOKING_RESCHEDULEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
DELEGATION_CREDENTIAL_ERRORof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
FORM_SUBMITTEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
FORM_SUBMITTED_NO_EVENTof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
INSTANT_MEETINGof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
MEETING_ENDEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
MEETING_STARTEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
OOO_CREATEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
RECORDING_READYof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
RECORDING_TRANSCRIPTION_GENERATEDof the request propertytriggersrequest-property-enum-value-removed
- ▲
removed the enum value
WRONG_ASSIGNMENT_REPORTof the request propertytriggersrequest-property-enum-value-removed
- ▲
the
triggersrequest property type/format changed fromstring/toarray/request-property-type-changed
- ▲
the
data/triggers/items/response's property type/format changed fromobject/tostring/for status201response-property-type-changed
- ●
added the new
AFTER_GUESTS_CAL_VIDEO_NO_SHOWenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
AFTER_HOSTS_CAL_VIDEO_NO_SHOWenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
BOOKING_CANCELLEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
BOOKING_CREATEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
BOOKING_NO_SHOW_UPDATEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
BOOKING_PAIDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
BOOKING_PAYMENT_INITIATEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
BOOKING_REJECTEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
BOOKING_REQUESTEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
BOOKING_RESCHEDULEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
DELEGATION_CREDENTIAL_ERRORenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
FORM_SUBMITTEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
FORM_SUBMITTED_NO_EVENTenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
INSTANT_MEETINGenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
MEETING_ENDEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
MEETING_STARTEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
OOO_CREATEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
RECORDING_READYenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
RECORDING_TRANSCRIPTION_GENERATEDenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
ROUTING_FORM_FALLBACK_HITenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ●
added the new
WRONG_ASSIGNMENT_REPORTenum value to thedata/triggers/items/response property for the response status201response-property-enum-value-added
- ▲
- ○
added the new
WRONG_ASSIGNMENT_REPORTenum value to the request propertytriggersrequest-property-enum-value-added
- ○
- ○
api tag
Deprecated: Platform / Webhooksaddedapi-tag-added
- ○
api tag
Platform / Webhooksremovedapi-tag-removed
- ○
- ○
added the new optional request property
versionnew-optional-request-property
- ○
- ○
added the new
DELEGATION_CREDENTIAL_ERRORenum value to the request propertytriggersrequest-property-enum-value-added
- ○
- ▲
request property
triggerswas restricted to a list of enum valuesrequest-property-became-enum
- ▲
the
triggersrequest property type/format changed fromarray/tostring/request-property-type-changed
- ▲
the
data/triggers/items/response's property type/format changed fromstring/toobject/for status201response-property-type-changed
- ●
removed the request property
versionrequest-property-removed
- ○
api tag
Platform / Webhooksaddedapi-tag-added
- ○
api tag
Deprecated: Platform / Webhooksremovedapi-tag-removed
- ○
added the new
AFTER_GUESTS_CAL_VIDEO_NO_SHOWenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
AFTER_HOSTS_CAL_VIDEO_NO_SHOWenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
BOOKING_CANCELLEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
BOOKING_CREATEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
BOOKING_NO_SHOW_UPDATEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
BOOKING_PAIDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
BOOKING_PAYMENT_INITIATEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
BOOKING_REJECTEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
BOOKING_REQUESTEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
BOOKING_RESCHEDULEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
FORM_SUBMITTEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
FORM_SUBMITTED_NO_EVENTenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
INSTANT_MEETINGenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
MEETING_ENDEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
MEETING_STARTEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
OOO_CREATEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
RECORDING_READYenum value to the request propertytriggersrequest-property-enum-value-added
- ○
added the new
RECORDING_TRANSCRIPTION_GENERATEDenum value to the request propertytriggersrequest-property-enum-value-added
- ○
removed the
AFTER_GUESTS_CAL_VIDEO_NO_SHOWenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
AFTER_HOSTS_CAL_VIDEO_NO_SHOWenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
BOOKING_CANCELLEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
BOOKING_CREATEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
BOOKING_NO_SHOW_UPDATEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
BOOKING_PAIDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
BOOKING_PAYMENT_INITIATEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
BOOKING_REJECTEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
BOOKING_REQUESTEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
BOOKING_RESCHEDULEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
DELEGATION_CREDENTIAL_ERRORenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
FORM_SUBMITTEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
FORM_SUBMITTED_NO_EVENTenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
INSTANT_MEETINGenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
MEETING_ENDEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
MEETING_STARTEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
OOO_CREATEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
RECORDING_READYenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
RECORDING_TRANSCRIPTION_GENERATEDenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
- ○
removed the
WRONG_ASSIGNMENT_REPORTenum value from thedata/triggers/items/response property for the response status201response-property-enum-value-removed
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲