Ryan
09/30/2025, 6:04 PMVapi Support Bot
09/30/2025, 6:06 PMtransferCall tool is configured like this (replace the number with your destination):
json
{
"type": "transferCall",
"destinations": [
{
"type": "number",
"number": "+1234567890",
"transferPlan": {
"mode": "warm-transfer-experimental",
"message": "Transferring a customer to you.",
"holdAudioUrl": "https://api.twilio.com/cowbell.mp3",
"fallbackPlan": {
"message": "Could not transfer your call, goodbye.",
"endCallEnabled": true
}
}
}
]
}
Make sure your Twilio number is enabled for call transfers and the destination is valid. If you still get a 403, check Twilio's dashboard for permission or number restrictions.
For more details, see the [Vapi call forwarding documentation](https://docs.vapi.ai/call-forwarding).
Source:
- [Call Forwarding](https://docs.vapi.ai/call-forwarding)Vercel
10/01/2025, 10:18 AMRyan
10/01/2025, 12:54 PMVercel
10/01/2025, 2:32 PMRyan
10/01/2025, 4:39 PMRDOG
11/11/2025, 5:02 PM