Webhooks
You can configure webhook endpoints via the API to be notified about events that happen in your Harmonizely account.
Create a webhook
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"events": [
"meetingScheduled",
"meetingCancelled",
"meetingRescheduled"
],
"url": "https://example.com/webhook",
"secret": "something",
"created_at": "2021-05-25T06:17:58+00:00",
"uuid": "3e687c78-a8b8-4837-9333-57e3d807e61c"
}{
"message": "Invalid arguments",
"errors": {
"url": [
"This value is not a valid URL."
]
}
}List all webhooks
Headers
Name
Type
Description
Delete a webhook
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?