Get an email message
Retrieve an email message, including its compiled LMX content.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the email message.
Response
Successful.
The ID of the email message.
The email subject.
The email preview text.
The email sender name.
The email sender email address.
The email reply-to address.
The rendering format of the email.
styled, plain The email body serialized as LMX.
The current content revision. Pass this as expectedRevisionId on your next update.
The campaign this email message belongs to. Present only when the message belongs to a campaign (mutually exclusive with transactionalId).
The transactional email this email message belongs to. Present only when the message belongs to a transactional email (mutually exclusive with campaignId).
The email CC address. Only present when set.
The email BCC address. Only present when set.
Only present when set.
Fallback values for contact properties. Only present when set.
Fallback values for event properties. Only present when set.
Fallback values for data variables. Only present when set.
Non-fatal issues raised while compiling the submitted LMX. Only present on update responses when warnings were produced.

