Squads feature is not working
# support
c
I was trying to build a Vapi Squad consisting of two members (assistants) using the Vapi dashboard and Make.com. The make.com scenario works correctly in that it gets the assistant request from the server URL and passes the JSON payload through the webhook response to the server. However, the issue is that the call is not being connected. The error message indicates that the assistant is not connected to any number and I need to debug the assistant.Steps Taken: Built the Vapi Squad in the Vapid dashboard. Created a Make.com scenario to send the assistant request through the server URL. Sent the JSON payload back to the server through the webhook response from Make.com. Tried different modules and templates provided by various developers on YouTube and in the Vapi Discord server resources. Request for Assistance:I would greatly appreciate any advice or help from the community to resolve this issue. If any additional details or screenshots are needed to assist with debugging, I am happy to provide them. #vapi #squads #1245660177953194066
s
As you have said assistant is not connected to any number, please set the assistant to the purchased number for inbound/outbound call. If already done then please share the call id.
c
I want to connect it with squad if I connect I with any assistant then the specific assistant works not the squad
How can I connect that number with squad
s
For inbound calls dont' select any assistant and then vapi will make request-assistant server message to your server url from there you can pass the sqaud for inbound calls.
c
I'm doing the same thing I'm using the server url to send an assistant-request to make com and it is sending correctly and after receiving that I'm sending the squad payload back to the server through webhook response and it shows 200 code which means it is working fine but the issue is that when I make a call it don't connect the call to squads and say assistant not found or I need to debug the assistant
The make.com scenario working fine in which it receives the assistant request and send back the payload
But it says couldn't get assistant
s
Hey two things are wrong here: 1. Your sending assistantId in custom filed 2. Your require to register the both assistants the primary assistand and destination trasnfer assistant.
Copy code
json
{
'squad:': {
'members': [{asistantId: <id>, assistantDestionation: []}, {assistantId: <id>
}]
}
Hope this snippet helps (:
c
It worked thank you so much for your help. I am very thankful to you @Shubham Bajaj.
6 Views