Dan
05/15/2025, 6:28 AMVapi Support Bot
05/15/2025, 6:30 AMjson
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": ["+1234567890"], // Replace with your external number in E.164 format
"description": "The destination to transfer the call to."
}
},
"required": ["destination"]
}
Add this to your function's parameters section, and the call transfer should work as expected.
Source:
- [Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding)Vapi Support Bot
05/15/2025, 6:30 AMNir S (CEO/Founder @Cloudonix)
05/15/2025, 8:47 AMDan
05/15/2025, 10:17 AMDan
05/15/2025, 10:19 AMNir S (CEO/Founder @Cloudonix)
05/15/2025, 10:24 AMDan
05/15/2025, 11:51 AMNir S (CEO/Founder @Cloudonix)
05/15/2025, 11:54 AMDan
05/15/2025, 2:23 PM