Vapi Support Bot
03/18/2026, 1:55 PMjson
{
"hooks": [
{
"on": "call.ending",
"do": [
{
"type": "tool",
"tool": {
"type": "transferCall",
"destinations": [
{ "type": "number", "number": "+1234567890" }
]
}
}
]
}
]
}
Review your configuration in the dashboard and verify that each tool used in your hooks exists and is accessible.
For more details, see the [Assistant hooks documentation](https://docs.vapi.ai/assistants/assistant-hooks).
Source:
- [Assistant hooks](https://docs.vapi.ai/assistants/assistant-hooks)Chiranjeet Mishra
03/18/2026, 7:34 PM