mailchimp_members
Retrieve Mailchimp subscriber data from an audience: list members, view profiles, tags, activity, events, notes, and goal events. Supports pagination and specific member lookup via email hash.
Instructions
Subscribers in one audience and everything recorded about them: profile, tags, engagement history, custom events, staff notes, and goal events. Set action to one of: list (members newest-first; page with count and offset); details (full profile: merge fields, interests, stats, location, tags); tags (tags applied to the member); activity (last 50 campaign actions); activity_feed (complete paged activity history across channels); events (custom events recorded against the member); notes (staff notes on the member); note (one note, needs note_id); goals (site-activity goal events).
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. | |
| note_id | No | Note ID. For action=note. | |
| subscriber_hash | No | MD5 hash of the lowercased member email (Mailchimp also accepts the plain email address). |