GetMessageListStatus
Returns the status of a message that was sent to a group of mobile numbers in Salesforce Marketing Cloud. This procedure provides a summary of delivery outcomes for the entire list, enabling administrators to confirm message reach and troubleshoot delivery issues.
Input
| Name | Type | Required | Description |
| MessageId | String | True | Specifies the unique identifier (Id) of the message that is associated with the MessageList send operation. This Id links the request to the specific outbound SMS message definition used for the bulk send. |
| TokenId | String | True | Specifies the unique Id that is returned for the MessageList operation. This Id enables the stored procedure to retrieve delivery information for the correct batch of recipients. |
Result Set Columns
| Name | Type | Description |
| Message | String | Returns the text of the Short Message System (SMS) message that was sent to the group of recipients. This value reflects the final message content delivered or attempted for delivery during the MessageList send. |
| Count | Integer | Returns the total number of recipients included in the send request after subtracting any mobile numbers that were unsubscribed at the time of sending. This count represents the number of contacts who were eligible to receive the message. |
| CreateDate | Datetime | Returns the date and time when the MessageList send request was submitted. This timestamp marks the beginning of the message-processing timeline for the batch send. |
| CompleteDate | Datetime | Returns the date and time when the MessageList send process completed. This value confirms when all delivery events for the associated batch resolved, including carrier acknowledgments. |
| Status | String | Returns the delivery status of the message for the overall group of recipients. This status indicates whether the batch send is pending, in progress, completed, or has encountered errors during processing. |
| Tracking | String | Returns the tracking information that describes how the batch message progressed through the delivery pipeline for the group of recipients. Tracking details can include carrier responses, status transitions, timestamps, and delivery outcomes used for diagnostics and reporting. |