Page tree
Skip to end of metadata
Go to start of metadata

Available in version v6+

An object that contains details for a specific sent message.

Name

Type

Description

Constraints

messageID

Long

The ID of the sent message.

required

externalTransactionId

String

The transactional message ID assigned to the sent message, if defined.

required

externalMessageID

String

The external message ID assigned to the sent message, if defined.

required

messageName

String

The name of the message.

required

messageSubject

String

The subject line of the message, excluding personalizations.

required

groupId

Long

The ID of the group with which the message was sent.

required

groupName

String

The name of the group with which the message was sent.

required

groupEmail

String

The email address of the group with which the message was sent.

required

sendDate

Long

The date and time the message was sent.

required

messageType

String

The message type assigned to the sent message.

required

status

String

The status of the message, either Sent or Skipped.

required

clicked

Boolean

The Clicked status for the sent message. When true, the recipient clicked a link in the message. When false, the recipient has not yet clicked a link in the message.

required

opened

Boolean

The Opened status for the sent message. When true, the recipient opened the message. When false, the recipient has not yet opened the message.

required

  • No labels