twilio url for inbound calls
# support
a
What is the url that I need in order to do inbound calls with my twilio phone number? That needs to be configured inside of twilio?
v
To configure inbound calls with your Twilio phone number, you need to set the webhook URL to:
https://api.vapi.ai/twilio/inbound_call
. Here’s how to do it: 1. Log into your Twilio account. 2. Navigate to the 'Phone Numbers' section and select the number you want to configure. 3. Under 'Voice' settings, enter the webhook URL in the field designated for handling incoming calls. 4. Save the changes. This URL will direct the call details to your server or application for processing. If you have any more questions or need further assistance, feel free to ask! 😊 Sources: - [Configuring Inbound Calls for a Twilio Phone Number](https://discord.com/channels/1211482211119796234/1211483291191083018/1332470088078590023) - [Steps to Configure Twilio for Inbound Calls](https://discord.com/channels/1211482211119796234/1211483291191083018/1331663473773667618816)
l
@Ali M if you call the "create phone number" endpoint in Vapi API and you have your Twilio credentials set in Provider Credentials, it will automatically update the URL for you in Twilio https://docs.vapi.ai/api-reference/phone-numbers/create
s
Hey @Ali checking if this is resolved for you?
3 Views