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"
}