Vapi Support Bot
05/01/2025, 5:32 AMbash
curl -X POST https://api.vapi.ai/tool \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"type": "transferCall",
"function": {
"name": "transferCall"
},
"destinations": [
{
"type": "number",
"number": "+1234567890",
"numberE164CheckEnabled": true
}
]
}'
Sources:
- [Discord discussion about API usage](https://discord.com/channels/1211482211119796234/1339709058587820132)
- [Known issues with Vapi UI](https://discord.com/channels/1211482211119796234/1338507206051627073)
- [Vapi documentation on dynamic call transfers](https://docs.vapi.ai/phone-calling/dynamic-call-transfers)Chiranjeet Mishra
05/01/2025, 8:42 AM