Webhooks
You can configure webhook endpoints via the API to be notified about events that happen in your Harmonizely account.
Last updated
You can configure webhook endpoints via the API to be notified about events that happen in your Harmonizely account.
Last updated
POST
https://harmonizely.com/api/webhooks
Creates a new webhook object.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://harmonizely.com/api/webhooks
Lists all webhooks.
DELETE
https://harmonizely.com/api/webhooks/:id
Deletes a webhook.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Content-Type
string
application/json
X-API-KEY
string
Your API key
events
array
The list of events to enable for this endpoint.
Possible values:
["meetingScheduled", "meetingCancelled", "meetingRescheduled"]
secret
string
The endpoint's secret used to generate webhook signatures.
url
string
The webhook URL.
Content-Type
string
application/json
X-API-KEY
string
Your API key
id
string
Unique identifier of the webhook (UUID4)
Content-Type
string
application/json
X-API-KEY
string
Your API key.