> ## 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 Extractor Complete

This webhook is triggered when the extractor finishes running after a dial.

## Event Type

`dial.extractor`

## Payload

<table><thead><tr><th width="247">Name</th><th>Type</th><th>Description</th></tr></thead><tbody>
<tr><td><code>dial\_id</code></td><td>string</td><td>The ID of the dial.</td></tr>
<tr><td><code>ai\_result</code></td><td>object</td><td>The extractor result.</td></tr></tbody></table>

## Example Message

```
{
    "event": "dial.extractor",
    "payload": {
        "ai_result": {
            "summary": "This call was successful in getting the information."
        },
        "dial_id": "5a6c6190-db20-4d8e-86a9-79a6af292dea"
    }
}
```
