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

Event Type

dial.extractor

Payload

NameTypeDescription
dial_idstringThe ID of the dial.
ai_resultobjectThe 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"
    }
}