squadId
# support
p
I have a squad with multiple assistants and I want to use call api Please provide correct payload with squadId and override (as I want to use place holder first_name) endpoint: https://api.vapi.ai/call payload: { "assistantId": "067532v-4c26-a88b-5ee96f58364f", "customer": { "number": "+1xxxxxxxxxx", "name": "John" }, "assistantOverrides": { "variableValues": { "first_name": "John", "help_type": "getting more bookings and increasing revenue" } }, "phoneNumberId": "yurt-1c4af9f06-e660f07" }
v
Thanks for sharing your payload example and your requirements. At this time, I don't have the specific information on how to include squadId in the payload for the call API endpoint, or the exact structure for using assistantOverrides with a squad. If you have access to the official API documentation or resources, they may provide the details you need for these fields.
Thanks for sharing your payload example and your requirements. At this time, I don't have the specific information on how to include squadId in the payload for the call API endpoint, or the exact structure for using assistantOverrides with a squad. If you have access to the official API documentation or resources, they may provide the details you need for these fields.
k
Use a payload including each assistant’s assistantId, optional assistantOverrides like first message and timeout, shared membersOverrides for global settings, and assistantDestinations for transfers, all within a squad object linked to a phoneNumberId and customer number. https://docs.vapi.ai/api-reference/squads/create