Martin ツ
01/30/2025, 1:35 AMAtlas
01/30/2025, 1:35 AMChowderr
01/30/2025, 1:36 AMChowderr
01/30/2025, 1:37 AMChowderr
01/30/2025, 1:38 AMVapi
01/30/2025, 1:38 AMVapi
01/30/2025, 1:38 AMVapi
01/30/2025, 1:40 AMShubham Bajaj
01/30/2025, 9:43 AMrequest-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
{
"server": {
"url": "https://n8n.otakusolutions.io/webhook-test/bb9ad0de-9d81-4c4e-93c0-a567baf9d2e4"
}
@Chowderr @Martin ツ Give it a try without including provider property in your Request and then let me know how it goes!!
https://cdn.discordapp.com/attachments/1334336219584135168/1334458875943977001/Screenshot_2025-01-30_at_3.10.49_PM.png?ex=679c9b2d&is=679b49ad&hm=b72f1fb712f9ce925987ddf407fd5c1dd92d163527dcbba8350a411c02334c98&Shubham Bajaj
02/03/2025, 5:04 AMChowderr
02/03/2025, 5:22 AM