SmsStatusCodes
Returns Short Message Service (SMS) status codes recognized by Salesforce Marketing Cloud. Each status code represents a specific state of message delivery, such as pending, delivered, or failed. This view is useful for monitoring message outcomes and troubleshooting SMS communication issues.
Table Specific Information
Select
Retrieve all status codes for the following countries: U.S., Canada, Brazil, and India. Use these codes to evaluate and troubleshoot your SMS sends.
SELECT * FROM SmsStatusCodes
Columns
| Name | Type | References | Description |
| Code [KEY] | Integer | Specifies the numeric status code that represents a Short Message Service (SMS) delivery or processing outcome. Carriers and the MobileConnect application use these codes to classify message behavior such as delivery, queuing, rejection, or failure. | |
| Status | String | Specifies the descriptive status that corresponds to the SMS code. This value summarizes the delivery outcome or processing state that is returned by the carrier or messaging system. | |
| Definition | String | Specifies the detailed explanation of the SMS status code. This definition provides context about why the status occurred and how the carrier or system interpreted the message event. |