JW
09/03/2025, 9:39 AMVapi Support Bot
09/03/2025, 9:40 AMdestinations array and handle the transfer via a webhook. When Vapi triggers the transfer, your server should respond with the destination number like this:
json
{
"destination": {
"type": "number",
"number": "+1234567890"
}
}
This lets you set the transfer number dynamically in your API response, rather than using {{number}} in the dashboard. [See Vapi docs for details](https://docs.vapi.ai/calls/call-dynamic-transfers#respond-to-transfer-requests).
Source:
- [Dynamic call transfers Vapi Documentation](https://docs.vapi.ai/calls/call-dynamic-transfers#respond-to-transfer-requests)JW
09/03/2025, 11:12 AMChiranjeet Mishra
09/05/2025, 6:02 AM