Server URL disappeared in phone number on dashboar...
# support
p
Hi I have a webhook configured at phone number level, which triggers a scenario to determine which agent to use. I need to change it, but the field has disappeared from the phone number config screen. It is still working with the webhook which was configured. Have you removed this option from the interface or have a missed something ? Any help would be appreciated. Thanks. https://cdn.discordapp.com/attachments/1330306817208881244/1330306817812598894/Screenshot_2025-01-19_at_9.42.38_am.png?ex=678d8045&is=678c2ec5&hm=8b9f1169b6a58391d8a8b68368ea6a6a4096596ffbdd23d50589660bfe9b862b&
m
same!
v
@Phil Hello! It sounds like you're looking to update the server URL attached to your phone number. The option to configure webhooks at the phone number level should still be available. It's possible that there may have been a change in the interface or a temporary issue that's preventing you from seeing the field. To assist you better, could you please confirm if you're trying to update the server URL for a number you've purchased through Vapi, imported from Twilio or Vonage, or if it's a number that's already in your account and you're looking to update it? Once I have this information, I can guide you through the correct process to make the change.
You can continue this conversation by mentioning me in the message.
s
@Phil @modestkarpov This has been temporarily removed. We will add it back and all of your phone number-related server URLs will work as expected.
p
Thanks @Shubham Bajaj Any idea when it will be restored ?
s
@Phil This will most likely be completed by the end of this month. However, you can update the phone number server URL using the update phone number API.
Copy code
curl -X PATCH https://api.vapi.ai/phone-number/phone-number-id-here \
     -H "Authorization: Bearer token-here" \
     -H "Content-Type: application/json" \
     -d '{
  "provider": "twilio",
  "server": {
    "url": "insert-your-server-url-here"
  }
}'