j
Are you looking to buy a phone number with Vapi, or import an existing number
u
Looking at importing (at this stage) from my own twilio account .
Future wise ill be allowing my clients to buy from me and adding to twilio sub accounts with doc authorisation for their location via my own api request direct to twilio. However. Still need them to sync with vapi
m
If you're using transient agents you don't need them to sync, you can just add the twilio info to the api request
payload: { "twilioAccountSid": "", "twilioAuthToken": "", "twilioPhoneNumber":"" }
n
Hello my bot is stopped answering between the response. Why it behave like this?
u
This is for others on this path, after I use the endpoint above to register the number to the account, I then get the correct ID returned (from vapi) which I can use in subsiquet request to the endponts that are in the docs - e.g. update phone number: https://docs.vapi.ai/api-reference/phone-numbers/update-phone-number
e.g vapi looks up Twilio, uses the sid, auth and phone to register this to my vapi account (once its located and confirmed I have auth/access)... once its done that it returns me a vapi phone number ID I can use to connect to all the other thing (assistant, squads etc). MAGIC.
4 Views