Anthony
10/18/2025, 3:39 PMChiranjeet Mishra
10/18/2025, 3:39 PMVapi Support Bot
10/18/2025, 3:40 PMassistantDestinations property for each assistant, which defines when and how to transfer between them. Here’s a sample configuration:
json
{
"squad": {
"members": [
{
"assistantId": "assistant-1-id",
"assistantDestinations": [
{
"type": "assistant",
"assistantName": "Assistant 2",
"message": "Transferring you now.",
"description": "Transfer to Assistant 2 when needed."
}
]
},
{
"assistant": {
"name": "Assistant 2"
}
}
]
}
}
Make sure to configure these destinations, as simply adding both assistants is not enough to enable linking ([see docs](https://docs.vapi.ai/docs/squads)).
Source:
- [Squads Documentation](https://docs.vapi.ai/docs/squads)Vercel
10/18/2025, 5:56 PMChiranjeet Mishra
10/22/2025, 6:00 AM