Mailchimp · Example Payload

Mailchimp Transactional Scheduled Message Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Transactional Scheduled Message Example is an example object payload from Mailchimp, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_idcreated_atsend_atfrom_emailtosubject

Example Payload

Raw ↑
{
  "_id": "500123",
  "created_at": "2026-01-15T10:30:00Z",
  "send_at": "2026-01-15T10:30:00Z",
  "from_email": "user@example.com",
  "to": "example_value",
  "subject": "example_value"
}