Can't make outbound call work

Describe the problem/error/question

Hello.
I’m trying to create a simple workflow where a VAPI AI calls a telefone number that’s in a google spreadsheet. I have already configured a number on Twilio and everythinh looks right. Actually, it works sometimes and then it stops working. I’m afraid it has something to do with a bad IP or whatever, but I can’t find the error.
The HTTP node make call fails and gives a bad request 400 error.

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system:

hello @Davi_Bastos

Check what’s inside your Telefone variable when the node fails.

It has the correct number and it even calls it (I’m testing with my own phone number). I even answer it and the VAPI AI starts. But the flow fails immediately on Make call.

Additionally, the first half hour I tested it it was working, then suddenly it started showing the error.

What’s inside the “From HTTP Request” section of the error?