Evan Mendenhall - Founder
05/13/2025, 10:58 PMVapi Support Bot
05/13/2025, 10:59 PMjson
{
"type": "transfer",
"destination": {
"type": "number",
"number": "+1234567890"
}
}
However, documentation indicates that mid-call transfer is best achieved using the transferCall
tool via your custom LLM integration, not the controlUrl, as direct transfer via controlUrl may not be supported or documented for live calls.
Sources:
- [Discord Vapi controlUrl transfer payload schema](https://discord.com/channels/1211482211119796234/1341701224814219274)
- [Vapi custom LLM tool calling integration documentation](https://docs.vapi.ai/documentation/advanced-concepts/customization/custom-llm/custom-llm-tool-calling-integration)Vapi Support Bot
05/13/2025, 11:11 PMEvan Mendenhall - Founder
05/13/2025, 11:11 PMVapi
05/15/2025, 3:05 AM