v4
latestOpenAPI 3.1.02026-07-3163216290.7 KBEmail messages
Get an email message
Retrieve an email message, including its compiled LMX content.
get/v1/email-messages/{emailMessageId}
Response
Successful.
Example response
{
"id": "cle5f7g9h1i3j5k7l9m1n3p5",
"campaignId": "clc4m6n8p0q2r4s6t8u0v2x4",
"subject": "Spring product updates",
"previewText": "See what's new this season",
"fromName": "Acme Team",
"fromEmail": "hello",
"replyToEmail": "support@company.com",
"emailFormat": "styled",
"lmx": "<Paragraph>Hello, {firstName}!</Paragraph>",
"contentRevisionId": "clrev1s10n2i3d4e5f6g7h8",
"updatedAt": "2025-06-29T07:47:39.370Z"
}