Hello, can someone help me?
Im having recurring problems with the API when I try to make international calls in n8n.
It says the called number is not fomated in E164 format (It is) and I cant find the root of the problem.
Im using a Twilio phone number and Im not sure if it is a VAPI or Twilio issue. Has anyone had this problem as well and can help me?
The error goes like this:
"error": {
"message": "400 - \"{\\\"message\\\":[\\\"customer.number must be a valid phone number in the E.164 format. Hot tip, you may be missing the country code (Eg. US: +1).\\\"],\\\"error\\\":\\\"Bad Request\\\",\\\"statusCode\\\":400}\"",
"name": "AxiosError",
"code": "ERR_BAD_REQUEST",
"status": 400
}
}
]