inbound sms to server url i want to configure my p...
# support
a
Hi there i'm trying to get inbound sms to server url i want to configure my phone number inbound sms to go to my server url the
k
To route inbound SMS to your server URL on Vapi, here's what you need to do: First make sure your Twilio number is US-based, SMS-capable, and 10DLC approved Vapi only supports US ↔ US SMS right now. Then go to your Vapi Dashboard, import your Twilio number using your SID + Auth Token, and toggle SMS ON in the number settings. Vapi will automatically configure the Twilio webhook for you. To point it to your server URL just go to that phone number's settings and drop your URL there. You can also set it at the assistant level under the Advanced tab or account wide under Webhooks Vapi picks the most specific one. If it's still not working check three things is smsEnabled: true? Is an assistant attached to the number? Is your 10DLC approved on Twilio? That covers 99% of cases.
a
it has everything if i select a specific assistant it works but what i want is for it to work with my assistant that i setup in my server url as it works for my inbound phone calls
i'm talking about the assistant here not the message itself i want the assistant on my server url to work instead of using one on vapi
s
Hi Ali, Just want to make sure we understand exactly what you're looking for before we advise.
Are you saying that instead of selecting a pre-built assistant from the Vapi dashboard, you want inbound SMS to hit your server URL so that your own backend handles the assistant logic dynamically - similar to how you have it set up for inbound phone calls?
If so, could you share the server URL configuration you're using for your inbound calls? That'll help us confirm the right approach for SMS.