dotko3
12/10/2025, 10:43 AMNir Simionovich (CEO@Cloudonix)
12/10/2025, 2:18 PMChiranjeet Mishra
12/12/2025, 10:26 AM+359800210XXXX, with no additional characters or spaces.
If you continue to encounter the validation error, you might consider using the Vapi API directly for importing the number:
bash
curl -X POST 'https://api.vapi.ai/phone-number' \
-H 'Authorization: Bearer YOUR_VAPI_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"provider": "twilio",
"number": "+359800210XXXX",
"twilioAccountSid": "YOUR_TWILIO_ACCOUNT_SID",
"twilioAuthToken": "YOUR_TWILIO_AUTH_TOKEN"
}'
If the issue persists, check that the number is active and not a type that cannot be used for regular voice/SMS services (such as WhatsApp only). If this problem remains unresolved, it may be due to a current limitation in handling international toll-free numbers, specifically those like Bulgarian ones, with Vapi.