Issue with GUI for Squads
# support
a
I am trying to link two assistants in Squads, I have added them both to a new squad but it will not allow me to link them. Is there some other setting to achieve this? Thanks Anthony
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
v
To link two assistants in a Squad, you need to set up the
assistantDestinations
property for each assistant, which defines when and how to transfer between them. Here’s a sample configuration:
Copy code
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)
v
Hey Anthony, I can help with that. If both assistants are already in the same Squad but you can’t link them, it might be because of a permission or setup limitation. Can you tell me if you’re trying to have one assistant hand off to the other or have them work together in the same flow? @Anthony
c
Hey, sorry to hear about the issue with your account. Could you please record a loom video showing the error or behavior you're experiencing? It would really help us understand the problem better. Also, please share your account email address so we can assist you further.
2 Views