⤵️ Mention @Vapi Support Bot for follow-ups 🐥
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": ["+1234567890"], // Replace with your external number
"description": "The destination to transfer the call to."
}
},
"required": ["destination"]
}