Mailchimp · Example Payload

Mailchimp Transactional Subaccount Info Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Transactional Subaccount Info 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

idnamenotescustom_quotastatusreputationcreated_atfirst_sent_atsent_weeklysent_monthlysent_total

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "notes": "example_value",
  "custom_quota": 10,
  "status": "example_value",
  "reputation": 10,
  "created_at": "2026-01-15T10:30:00Z",
  "first_sent_at": "2026-01-15T10:30:00Z",
  "sent_weekly": 10,
  "sent_monthly": 10,
  "sent_total": 10
}