DeFacedFace
10/05/2024, 7:03 AM{
"name": "test_httpie",
"assistant": {
"model": "gpt-4o"
},
"customer": [
{
"numberE164CheckEnabled": false,
"number": "..."
},
{
"numberE164CheckEnabled": false,
"number": "..."
}
],
"phoneNumber": {
"twilioPhoneNumber": "+...",
"twilioAccountSid": "...",
"twilioAuthToken": "..."
}
}
Vapi
10/05/2024, 7:05 AMjson
{
"customers": [
{
"name": "Customer1",
"number": "+1xxxxxxxxxx"
},
{
"name": "Customer2",
"number": "+1yyyyyyyyyy"
}
]
}
Each customer in the array has their own object with their respective details. If your system does not support this, you would need to call each customer individually by passing a single customer object to the API for each call.
If you need to make calls to multiple customers, please provide the details for each customer, and I can assist you with setting up the calls. If the system does not support multiple customers in a single request and you need further assistance on how to implement this, please ask support for more info on this.Vapi
10/05/2024, 7:05 AMDeFacedFace
10/05/2024, 7:15 AMVapi
10/05/2024, 7:15 AMDeFacedFace
10/05/2024, 4:51 PMDeFacedFace
10/06/2024, 5:38 AMShubham Bajaj
10/07/2024, 3:14 PM