Message
The Message object represents a single notification that was sent to a single contact. This object contains the following attributes:
id
string
The primary identifier for the message. Example: MSG-1234-9876-4442-4314
href
string
A relative reference to the object.
Example: /v1/notifications/messages/MSG-1234-9876-4442-4314
batch
The batch associated with this message.
Example:
contact
Example:
account
A reference to the Account object.
Example:
status
enum
Possible values: Queued
, Sent
, Bounced
, Complained
, orDiscarded
.
subject
string
The subject line of the message.
Example: Check out the new service offering
category
A reference to the Category object.
Example:
body
Example:
attachments
attachment
A reference to the Attachment object.
Example:
audit
A reference to the Audit object.
Example:
Example
Last updated
Was this helpful?