Muhammad Ahmad
05/28/2025, 9:02 PMVapi Support Bot
05/28/2025, 9:03 PMtransfer-destination-request webhook and programmatically route each call to a different assistant (bot).
Here's a sample response your server could send to Vapi to forward a call to a chosen bot:
json
{
"destination": {
"type": "number",
"number": "+1234567890",
"message": "Connecting you to our support bot."
}
}
Rotate the number or assistant logic in your backend to balance calls as needed.
[Learn more in the Vapi dynamic call transfer docs.](https://docs.vapi.ai/calls/call-dynamic-transfers)
Source:
- [Dynamic Call Transfers Vapi Documentation](https://docs.vapi.ai/calls/call-dynamic-transfers)Vapi Support Bot
05/28/2025, 9:03 PMtransfer-destination-request webhook and programmatically route each call to a different assistant (bot).
Here's a sample response your server could send to Vapi to forward a call to a chosen bot:
json
{
"destination": {
"type": "number",
"number": "+1234567890",
"message": "Connecting you to our support bot."
}
}
Rotate the number or assistant logic in your backend to balance calls as needed.
[Learn more in the Vapi dynamic call transfer docs.](https://docs.vapi.ai/calls/call-dynamic-transfers)
Source:
- [Dynamic Call Transfers Vapi Documentation](https://docs.vapi.ai/calls/call-dynamic-transfers)Sahil
05/28/2025, 9:08 PMVapi Support Bot
05/28/2025, 9:09 PMtransfer-destination-request webhook and programmatically route each call to a different assistant (bot). You can rotate the bot logic in your backend to balance calls as needed ([Dynamic Call Transfers Vapi Documentation](https://docs.vapi.ai/calls/call-dynamic-transfers)).
To better assist you, could you briefly describe how you want to distribute calls among your bots (e.g., round-robin, random, based on bot availability)?
Source:
- [Dynamic Call Transfers Vapi Documentation](https://docs.vapi.ai/calls/call-dynamic-transfers)Muhammad Ahmad
05/28/2025, 9:23 PMVapi Support Bot
05/28/2025, 9:24 PMjson
{
"assistantId": "asst_salesbot_3"
}
Rotate the assistantId in your backend to balance calls as needed.
[See the dynamic call transfer docs for more details.](https://docs.vapi.ai/calls/call-dynamic-transfers)
Sources:
- [Dynamic Call Transfers Vapi Documentation](https://docs.vapi.ai/calls/call-dynamic-transfers)
- [Personalization with user information](https://docs.vapi.ai/assistants/personalization)Sahil
05/28/2025, 10:06 PMVapi Support Bot
05/28/2025, 10:06 PMVapi Support Bot
05/28/2025, 10:07 PMjson
{
"assistantId": "asst_salesbot_3"
}
Rotate the assistantId in your backend to balance calls as needed.
[See the dynamic call transfer docs for more details.](https://docs.vapi.ai/calls/call-dynamic-transfers)
Sources:
- [Dynamic Call Transfers Vapi Documentation](https://docs.vapi.ai/calls/call-dynamic-transfers)
- [Personalization with user information](https://docs.vapi.ai/assistants/personalization)