Hassaan
12/08/2025, 11:41 PMVapi Support Bot
12/08/2025, 11:42 PM"numberE164CheckEnabled": false to the customer object. For example:
json
{
"customer": {
"number": "+5511999999999",
"numberE164CheckEnabled": false
}
}
This should allow the call to proceed even if the number format is not strictly E.164 compliant.
Reference: See the Outbound Calling documentation for more details.
Source:
- [Outbound Calling Documentation](https://docs.vapi.ai/phone-calling/outbound-calls)Vapi Support Bot
12/09/2025, 11:02 AMChiranjeet Mishra
12/10/2025, 12:46 PM"numberE164CheckEnabled": false to the customer object. Here's an example:
json
{
"customer": {
"number": "+5511999999999",
"numberE164CheckEnabled": false
}
}
This adjustment should allow the call to proceed even if the number format isn't strictly compliant with the E.164 standard. For further details, you can refer to the [Outbound Calling Documentation](https://docs.vapi.ai/phone-calling/outbound-calls). Let us know if you need further assistance.