mailchimp_members_list
Retrieve all subscribers from a Mailchimp list. Apply filters for status, dates, email type, or VIP status, and control pagination and sorting.
Instructions
Get all members (subscribers) in a list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of records to return | |
| offset | No | Number of records to skip | |
| status | No | Filter by subscription status | |
| list_id | Yes | List ID | |
| sort_dir | No | Sort direction | |
| vip_only | No | Filter to VIP members only | |
| email_type | No | Filter by email type preference | |
| sort_field | No | Sort field | |
| since_last_changed | No | Filter by last changed date (ISO 8601) | |
| since_timestamp_opt | No | Filter by opt-in time (ISO 8601) | |
| before_timestamp_opt | No | Filter by opt-in time (ISO 8601) |