get_audience_clients
Identify the email clients (Gmail, Apple Mail, Outlook) most used by your audience to guide email design and rendering decisions.
Instructions
List the top email clients (Gmail, Apple Mail, Outlook) used by an audience's members.
Use to inform email rendering and design decisions based on which clients dominate an audience. Use get_audience_top_locations for geographic distribution instead.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: list_id: Audience/list ID (10-char alphanumeric, e.g. 'abc123def4'). Obtain from list_audiences. count: Number of email clients to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with total_items and clients array. Each: client (email client name) and members (number of audience members using that client).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |