Doug
01/27/2025, 1:19 AMVapi
01/27/2025, 1:22 AMsendSms
function ready, you're on the right track.
On the Twilio side, you should ensure that your number is configured to send SMS messages and that any webhooks or other configurations are set up to interact with your application.
On the VAPI side, you need to make sure that you have the necessary credentials set up to use the Twilio service. This includes the twilioAccountSid
, twilioAuthToken
, and credentialId
for the phone number you're using.
If you've already configured these credentials, you can use the sendSms
function by providing the phoneNumber
parameter with the customer's phone number where you want to send the SMS.
If you need to set up or verify your credentials in VAPI, please provide the twilioAccountSid
, twilioAuthToken
, and credentialId
so that VAPI can handle the phone number correctly.
Once everything is set up, you can test sending an SMS to ensure that the integration is working as expected. If you encounter any issues or have further questions, feel free to ask for more assistance.Vapi
01/27/2025, 1:22 AMShubham Bajaj
01/27/2025, 6:28 AMServerMessageToolCalls
at the following link: .Doug
01/27/2025, 4:02 PMShubham Bajaj
01/28/2025, 5:53 AMShubham Bajaj
01/29/2025, 8:22 PMDoug
01/29/2025, 10:43 PM