Mailchimp · Schema

MessageContent

The full content of a sent message.

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Properties

Name Type Description
ts integer Unix timestamp of when the message was sent.
_id string The unique message ID.
from_email string The sender email address.
from_name string The sender display name.
subject string The message subject line.
to object The primary recipient.
tags array Tags applied to the message.
headers object The full message headers.
text string The plain-text body of the message.
html string The HTML body of the message.
attachments array File attachments included in the message.
View JSON Schema on GitHub