Twilio number for BYOT
# support
i
New to Vapi I imported my Twilio number for BYOT. The assistant is linked in my Vapi phone number settings. When I set Twilio Voice URL to https://api.vapi.ai/twilio/voice?assistant=ID, I get 404. What is the correct webhook URL for incoming calls to my imported Twilio number?
a
Hi! The 404 is happening because that URL isn’t the correct inbound endpoint for Vapi. For incoming calls, you should set your Twilio Voice webhook to: https://api.vapi.ai/twilio/inbound_call The /twilio/voice?assistant=ID pattern is typically not used for inbound routing, which is why you’re getting a 404. Also make sure your assistant is properly linked to the number in Vapi, otherwise Twilio will hit the endpoint but won’t know how to route the call. If you want, I can quickly help you verify your full setup and debug it end-to-end. @ibstyln
c
Hey, Please use: https://api.vapi.ai/twilio/inbound_call, if any issue do let us know