> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vogent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dial Status Updated

This webhook is triggered when a dial status is updated.

## Event Type

`dial.updated`

## Payload

<table><thead><tr><th width="247">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>dial\_session\_id</code></td><td>string</td><td>The ID of the dial session.</td></tr><tr><td><code>dial\_id</code></td><td>string</td><td>The ID of the created dial.</td></tr><tr><td><code>status</code></td><td>string</td><td>The new dial status</td></tr></tbody></table>

## Example Message

```
{
    "event": "dial.updated",
    "payload": {
        "dial_session_id": "de3ee23e-ce58-4e05-9e7b-fcb96ba440a6",
        "dial_id": "5a6c6190-db20-4d8e-86a9-79a6af292dea",
        "status": "completed"
    }
}
```
