Recording Webhooks
The Recording webhook notifies you when a recording is created, updated, or deleted. Below is an example of a webhook payload for the create action.
Example Payload
{
"id": "7e877545185ac6441365077c75f0998f4edecbf3da398811f0f49b8bee14fdc8",
"resource": "Recording",
"action": "create",
"data": {
"id": 11111,
"tenantId": "your_company",
"callId": 22222,
"duration": 102, // in seconds
"url": "path/to/the/recording",
"createdAt": "2024-07-04T20:13:24.722Z"
}
}
Important: this is an example payload. You could receive more or fewer parameters, according to the state of the resource.