Using Caller ID's on the Api request
# support
a
Is there a way to have vapi use a twillio verified caller id in the api request ?
v
Hi @A. Salem, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Get Call]() * [List Calls]() * [Phone Calling]() * [Import Twilio Number]() -----------------------------
### Answer Yes, you can use a Twilio verified caller ID in the API request by importing your Twilio number to Vapi. You can achieve this through the
/phone-numbers/import
endpoint. Here is an example of how to do it:
Copy code
curl
curl --request POST \
--url https://api.vapi.ai/phone-numbers/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
  "twilioPhoneNumber": "<your-twilio-phone-number>",
  "twilioAccountSid": "<your-twilio-account-sid>",
  "twilioAuthToken": "<your-twilio-auth-token>",
  "name": "Your Number Name",
  "assistantId": "Your Assistant ID",
  "serverUrl": "Your Server URL",
  "serverUrlSecret": "Your Server URL Secret"
}'
[(1)]() , [(2)]()
s
Right now, no. But it is on our to do list.
a
Is there a way to connect it with another crm to use the phone numbers there?
Say connecting it with readymode api
c
Also for the second part you still have to use twillio. Espically for something like HL. It can't be LC
s
Not that I am aware of
You can ask this question on today’s OH
a
Alright cool
d
This would be a very nice feature. Currently blocked because of not being able to use caller id
c
Sahil I am not sure if you saw what Ip osted in general but are you for sure that will solve the problem? A2P reigns over all of that.
s
I don’t know about A2P can you send me some good articles where I can read about it? So, that I can answer your question properly
2 Views