KennyBenso4
11/14/2025, 5:43 PMVapi Support Bot
11/14/2025, 5:44 PMjson
{
"type": "transferCall",
"function": { "name": "salesTransferAssistant" },
"destinations": [
{
"type": "number",
"number": "+14155551234",
"transferPlan": { "mode": "warm-transfer-experimental" }
}
]
}
This will transfer the call to the specified phone number when triggered by your AI agent. For more details, see the documentation I have found: [Assistant-based warm transfer](https://docs.vapi.ai/calls/assistant-based-warm-transfer).
Source:
- [Assistant-based warm transfer](https://docs.vapi.ai/calls/assistant-based-warm-transfer)KennyBenso4
11/14/2025, 6:43 PMKennyBenso4
11/14/2025, 6:44 PMChiranjeet Mishra
11/17/2025, 7:57 PMhandoff-destination-request webhook to determine destination assistants in real-time, incorporating custom parameters for advanced routing. Ensure your assistants' context and variable extraction plans align with your system needs for seamless transitions.
For any examples related to healthcare systems using handoff tools, refer to the [clinic triage and scheduling example](https://docs.vapi.ai/squads/examples/clinic-triage-scheduling-handoff-tool).
If you have any specific issues within your configuration or if you encounter an error, reviewing the [troubleshooting section](https://docs.vapi.ai/tools/handoff#troubleshooting) could also be helpful.Lakshay Julka
11/28/2025, 5:30 PM