Webhooks
Dial Extractor Complete
This webhook is triggered when the extractor finishes running after a dial.
Event Type
dial.extractor
Payload
Name | Type | Description |
---|---|---|
dial_id | string | The ID of the dial. |
ai_result | object | The extractor result. |
Example Message
{
"event": "dial.extractor",
"payload": {
"ai_result": {
"summary": "This call was successful in getting the information."
},
"dial_id": "5a6c6190-db20-4d8e-86a9-79a6af292dea"
}
}