Webhooks
Create Dial
This webhook is triggered when a dial is created under a dial session.
Event Type
dial.created
Payload
Name | Type | Description |
---|---|---|
dial_session_id | string | The ID of the dial session. |
dial_id | string | The ID of the created dial. |
Example Message
{
"event": "dial.created",
"payload": {
"dial_session_id": "de3ee23e-ce58-4e05-9e7b-fcb96ba440a6",
"dial_id": "5a6c6190-db20-4d8e-86a9-79a6af292dea"
}
}