keaen
06/10/2025, 6:06 AMVapi Support Bot
06/10/2025, 6:07 AMassistantDestinations in your /call payload. To ensure assistant-to-assistant transfer works, double-check that the assistantName in your assistantDestinations exactly matches the name property of the target assistant in your squad. Here’s a minimal example:
json
"squad": {
"members": [
{
"assistant": { "name": "Main", ... },
"assistantDestinations": [
{
"type": "assistant",
"assistantName": "Supervisor",
"message": "Transferring you to a supervisor."
}
]
},
{
"assistant": { "name": "Supervisor", ... }
}
]
}
Make sure your transfer phrase is clear and matches the model’s expected trigger.
If the transfer still does not trigger, verify the assistant names and try a more explicit transfer phrase in your prompt or model output.
Sources:
- [Vapi Squads Documentation](https://docs.vapi.ai/squads)
- [Squads Example](https://docs.vapi.ai/squads-example)keaen
06/10/2025, 6:29 AMKings_big💫
06/10/2025, 6:30 AMkeaen
06/10/2025, 6:51 AMKings_big💫
06/10/2025, 7:00 AMkeaen
06/10/2025, 3:14 PMKings_big💫
06/10/2025, 8:26 PMKings_big💫
06/10/2025, 8:26 PMkeaen
06/11/2025, 2:56 PMChiranjeet Mishra
06/12/2025, 6:20 AMkeaen
06/24/2025, 3:11 PMChiranjeet Mishra
06/25/2025, 11:49 PMkeaen
06/26/2025, 1:31 PMChiranjeet Mishra
06/29/2025, 8:27 PMChiranjeet Mishra
07/02/2025, 4:55 AMkeaen
07/02/2025, 10:05 AMkeaen
07/02/2025, 11:39 AMChiranjeet Mishra
07/03/2025, 2:34 AMkeaen
07/04/2025, 8:23 AMChiranjeet Mishra
07/07/2025, 11:07 PM