Darkhan
06/13/2024, 1:29 PMDarkhan
06/13/2024, 1:30 PMVapi
06/13/2024, 1:31 PMVapi
06/13/2024, 1:31 PMphoneNumber
object.
Here's an example of how the phoneNumber
object should be formatted with your Twilio credentials:
json
"phoneNumber": {
"twilioPhoneNumber": "<Your Twilio Phone Number>",
"twilioAccountSid": "<Your Twilio Account SID>",
"twilioAuthToken": "<Your Twilio Auth Token>",
"name": "outgoing_form_caller",
"assistantId": "<Your Assistant ID>"
}
Please replace <Your Twilio Phone Number>
, <Your Twilio Account SID>
, <Your Twilio Auth Token>
, and <Your Assistant ID>
with your actual Twilio credentials and the Assistant ID you're using for the call.
Once you have updated the request body with the correct information, you can try sending the request again. If you continue to experience issues, please ask support for more info on this.Vapi
06/13/2024, 1:31 PMVapi
06/13/2024, 1:34 PMSahil
06/13/2024, 3:59 PM