GetMessageSendStatus
Retrieves the current send status of a message in Salesforce Marketing Cloud. This procedure provides operational insights into queued, in-progress, or completed sends, allowing real-time monitoring of outbound communication performance.
EXECUTE GetMessageSendStatus MessageKey = 'bcX0qaEp0USGciEnUJTW0w'
Input
| Name | Type | Required | Description |
| MessageKey | String | True | Specifies the unique identifier (Id) that is used to track the delivery status of a specific transactional message send. This Id links the request to the message event that was generated through the Transactional Messaging API. |
Result Set Columns
| Name | Type | Description |
| RequestId | String | Returns the unique Id that represents this status-retrieval request. This value can be used for logging, auditing, or correlating multiple status inquiries. |
| EventCategoryType | String | Returns the event category type that is associated with the TransactionalSendEvents system. This value identifies the type of transactional messaging event that generated the status record, such as submission, delivery, or failure. |
| Timestamp | String | Returns the date and time when the event occurred, expressed in Central Standard Time. This timestamp allows send-status events to be sequenced accurately for analysis and troubleshooting. |
| CompositeId | String | Returns a Marketing Cloud–specific processing Id that uniquely identifies the combined event and message-processing sequence. This Id can be referenced in support cases or internal diagnostics to trace how the event was handled within the platform. |