genetic-orangeā¢8mo ago
Can't update phone number with server URL
I am having a problem with updating my phone with a server URL.
6 Replies
Heymartin Thank you for creating the ticket! A member of our team will reach out to you shortly.
quickest-silverā¢8mo ago
Helping out with this @Shubham Bajaj and running into the same problem as my account.
3d3d96e4-b878-4c48-88d0-c0d39efe26dd is the CalliD
The PhoneiD is 2cd34ab6-fc21-4ef9-8446-160541722b11
@Sahil if you could help on this one would be great as well. i don't get the changes that were made.
@Martin ć š
I'm here to help you with updating your phone with a server URL. Could you please provide me with the phone number you're trying to update and confirm if you have the new server URL ready?
You can continue this conversation by mentioning me in the message.
Got it. Tagging @Vapi Team for additional help.
optimistic-goldā¢8mo ago
request-logs
š“ 01:31:21:532 PATCH /phone-number/2cd34ab6-fc21-4ef9-8446-160541722b11, BadRequestException 400 ()
Response: {
"message": ["property provider should not exist"],
"error": "Bad Request",
"statusCode": 400
}
Request: {
"headers": {
...
},
"body": {
"provider": "twilio",
"server": {
"url": "https://n8n.otakusolutions.io/webhook-test/bb9ad0de-9d81-4c4e-93c0-a567baf9d2e4"
}
},
}
@Chowderr @Martin ć š
As you can see in the logs you guys are passing property provider as well, which is not required because of these API calls are failling. Try making another call without the provider 'twilio' and then it will work.
payload_example
@Chowderr @Martin ć š Give it a try without including provider property in your Request and then let me know how it goes!!
optimistic-goldā¢8mo ago
@Martin ć š @Chowderr Because of no response closing this ticket.
quickest-silverā¢8mo ago
Solved!