Mailchimp · Example Payload

Mailchimp Transactional Parsed Message Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

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

Top-level fields

subjectfrom_emailfrom_nametoheaderstexthtmlattachmentsimages

Example Payload

Raw ↑
{
  "subject": "example_value",
  "from_email": "user@example.com",
  "from_name": "example_value",
  "to": [],
  "headers": "example_value",
  "text": "example_value",
  "html": "example_value",
  "attachments": [],
  "images": []
}