API Webhooks
The API Webhooks provide a mechanism to receive real-time notifications for specific events related to your tenant data. This documentation covers the currently available webhooks, the exposed resources and their valid actions.
Each webhook event includes the following structure:
{
"id": "webhook_id_unique_hash",
"resource": "resource_name",
"action": "action_name",
"data": {
// ...
}
}
Resources
Call
Resource representing a call.
Recording
Resource representing the recording of a call.
Actions
create
The creation of a resource.
update
The modification of a resource.
delete
The elimination of a resource.