Vapi Squad OutBound call, Assistant attempts to tr...
# support
n
Call ID: f68bd6cd-a9bc-49d4-aaba-b92675f170e5
v
@NathanO Please provide more details or context regarding the Call ID you've mentioned. How may I assist you with it?
You can continue this conversation by mentioning me in the message.
n
The assistant is in a squad and is trying to transfer the call to the other assistant in the squad but it is not working. the transfer function is called but is not completed successfully and so therefore the call isn't transferred. @User
The assistant is in a squad and is trying to transfer the call to the other assistant in the squad but it is not working. the transfer function is called but is not completed successfully and so therefore the call isn't transferred. @User
s
Did you connect the assistant properly?
in Squad UI
n
The call is made through a make http request
and the squad is made there too
Copy code
{
  "squad": {
    "name": "CallSquad",
    "members": [
      {
        "assistantId": "",
        "assistantOverrides": {
          "model": {
            "messages": [
              {
                "content": "  You are Sasha, A bot which says hello and then transfers the call to the correct meetingBot. ",
                "role": "system"
              }
            ],
            "provider": "openai",
            "model": "gpt-4o"
          },
          "variableValues": {
            "name": "{{32.FirstName}} {{32.LastName}}",
            "email": "{{32.CustomEmail}}"
          }
        },
        "assistantDestinations": [
          {
            "type": "assistant",
            "assistantName": "MeetingSchedulerJames",
            "message": "\"\"",
            "description": "When the initial information gathering is completed and candidate is deemed qualified, a meeting is needed to be scheduled with this assistant"
          }
        ]
      },
      {
        "assistantId": "",
        "assistantOverrides": {
          "variableValues": {
            "name": "{{32.FirstName}} {{32.LastName}}",
            "email": "{{32.CustomEmail}}"
          }
        }
      }
    ]
  },
  "phoneNumberId": "",
  "customer": {
    "number": "{{32.CustomPhoneNumber}}",
    "name": "{{32.CustomEmail}}"
  }
}
Thats the request content
s
The configuration seems to be incorrect.
read it
or see some tutorial on it, which you can find under community video section
n
It creates the call though, if the configuration was wrong would it be able to create a call?
s
nope.