Where exactly to obtain phone number Id for outbou...
# support
j
I’m trying to trigger an outbound call with my own twilio using the create a call api Where exactly am I supposed to find my phone number id
@User
v
@JustSeth To trigger an outbound call using your own Twilio number with the Create a Call API, you'll need to find your Twilio phone number SID, which is essentially the phone number ID in Twilio's system. You can find your Twilio phone number SID by following these steps: 1. Log in to your Twilio dashboard. 2. Navigate to the
# Phone Numbers
section. 3. Click on
Active Numbers
. 4. Find the phone number you want to use for the outbound call. 5. Click on the number to view its details. 6. In the details page, you will see the
Phone Number SID
which starts with
PN
followed by a series of characters. This SID is what you will use as the phone number ID when setting up your call with the Create a Call API. If you prefer to import your phone number to VAPI services, you can use the
/phone-numbers/import
endpoint and provide your Twilio credentials to verify and configure the number. If you need any further assistance or have any more questions, feel free to ask!
You can continue this conversation by mentioning me in the message.
j
We good now
@Vapi solve
v
@JustSeth Sweet. Have a great day!