Mailchimp · Example Payload

Mailchimp Transactional Message Content Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

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

Top-level fields

ts_idfrom_emailfrom_namesubjecttotagsheaderstexthtmlattachments

Example Payload

Raw ↑
{
  "ts": 10,
  "_id": "500123",
  "from_email": "user@example.com",
  "from_name": "example_value",
  "subject": "example_value",
  "to": "example_value",
  "tags": [],
  "headers": "example_value",
  "text": "example_value",
  "html": "example_value",
  "attachments": []
}