Mailchimp · Example Payload

Mailchimp Transactional Sender Info Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

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

Top-level fields

addresscreated_atsenthard_bouncessoft_bouncesrejectscomplaintsunsubsopensclicksunique_opensunique_clicks

Example Payload

Raw ↑
{
  "address": "example_value",
  "created_at": "2026-01-15T10:30:00Z",
  "sent": 10,
  "hard_bounces": 10,
  "soft_bounces": 10,
  "rejects": 10,
  "complaints": 10,
  "unsubs": 10,
  "opens": 10,
  "clicks": 10,
  "unique_opens": 10,
  "unique_clicks": 10
}