Hello, i am looking for a way to create a glide app that would be able to leverage open ai’s text to speech to be able to have open ai handle a phone conversation with a potential customer, say for a dentist office. It looks like twilio only has an sms integration, is there something that can be done for phone calls?
Anybody out there that can assist?
I set mine up by sending a POST request to Twilio’s API with the phone number pulled from the Glide app. If you’re connecting it through a sip trunk provider, make sure you’ve got the right voice URLs and that your trunk is set to allow outbound calls from Twilio. Also double-check your Twilio auth credentials and that the number you’re using is capable of voice calls.