get_audience_clients
List email clients used by audience members to guide email rendering and design 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.
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.
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 |