mailchimp_account
Retrieve account-level Mailchimp data: API health, plan details, authorized apps, verified domains, batch jobs, connected sites, and activity feed.
Instructions
Account-level administration: plan and contact details, API health, app authorizations, verified sending domains, batch jobs, connected sites, and the account activity feed. Set action to one of: ping (verify the API key works); overview (plan, contact, total subscribers, industry benchmarks); authorized_apps (apps with access to this account); authorized_app (one app, needs app_id); verified_domains (sending domains and their verification state); verified_domain (one domain, needs domain_name); batches (batch API jobs and status); batch (one batch job, needs batch_id); connected_sites (websites connected to the account); connected_site (one site, needs site_id); chimp_chatter (recent account-wide activity feed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Maximum items to return, 1-1000. Defaults to 1000. | |
| action | Yes | Which data to retrieve. See the tool description. | |
| app_id | No | Authorized application ID. For action=authorized_app. | |
| offset | No | Items to skip. Combine with count to page beyond the first 1000. | |
| site_id | No | Connected site foreign ID. For action=connected_site. | |
| batch_id | No | Batch operation ID. For action=batch. | |
| domain_name | No | Domain name, e.g. example.com. For action=verified_domain. |