Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the

60703: Invalid phone numbers format


ERROR: 60703

error-60703 page anchor
MESSAGING
ERROR

This error occurs when the origination or destination phone number in your request is not in E.164 format. Use E.164 formatting for To and From phone numbers in API requests. The Messaging API requires the recipient phone number in To to be in E.164 format.

Possible causes

possible-causes page anchor
  • Update the From and To values so each phone number is in E.164 format, for example +14155552671. (help.twilio.com(link takes you to an external page))
  • Remove spaces, dashes, and other formatting characters from the phone number before sending the request.
  • Include the country code for each number. If you are converting a local number to E.164, remove any domestic dialing prefix such as a leading 0 when required for that country. (help.twilio.com(link takes you to an external page))
  • If you are sending a message with the Messaging API, make sure To contains the recipient phone number in E.164 format and From is a valid Twilio sender for your account.

Additional resources

additional-resources page anchor