Anish Katoch
10/16/2025, 9:59 AMVapi Support Bot
10/16/2025, 10:01 AMjson
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": ["+1234567890"], // Replace with your external number
"description": "The destination to transfer the call to."
}
},
"required": ["destination"]
}
Update this in your function's parameters section and test the transfer again.
[Reference: Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding)
Source:
- [Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding)Vapi Support Bot
10/16/2025, 4:28 PMkyle
10/16/2025, 7:08 PMAnish Katoch
10/17/2025, 10:04 AMAnish Katoch
10/22/2025, 7:18 PM