SMS Send Failures for an MFA Integration with Twilio
Sep 10, 2025
Overview
Sample error log:
{
"type": "gd_send_sms_failure",
"description": "Guardian - There was an error sending the SMS",
..redacted
"details": {
"failure_details": {
"errorCode": "sms_provider_configuration_delivery_error",
"message": "Provider reported delivery error"
},
"provider_error": {
"errorCode": 20003,
"message": "Authenticate"
}
..redacted
}
}
Applies To
- Twilio
- SMS Error
- MFA Integration
Solution
In this case, 20003 is an error code from Twilio. They have this documentation explaining the potential causes of the error.