Mailchimp · Schema

ScheduledMessage

A message scheduled for future delivery.

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Properties

Name Type Description
_id string The unique scheduled message ID.
created_at string When the scheduled message was created.
send_at string When the message is scheduled to be sent.
from_email string The sender email address.
to string The recipient email address.
subject string The message subject line.
View JSON Schema on GitHub