mailchimp_audience_groups
Retrieve Mailchimp audience segments, tags, and interest groups with member counts and conditions. Use actions to list segments, fetch members, or explore interest categories and interests.
Instructions
Segments, tags, and interest groups within one audience, including which members belong to a segment. Set action to one of: segments (all segments and tags with member counts); segment (one segment with its matching conditions, needs segment_id); segment_members (members inside a segment or tag, needs segment_id); interest_categories (group titles defined on the audience); interest_category (one category, needs category_id); interests (groups inside a category, needs category_id); interest (one group, needs category_id and interest_id).
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. | |
| offset | No | Items to skip. Combine with count to page beyond the first 1000. | |
| list_id | Yes | Audience/list ID, from mailchimp_audiences action=list. | |
| segment_id | No | Segment or tag ID. | |
| category_id | No | Interest category ID. | |
| interest_id | No | Interest ID. |