add_or_update_member
Add a new subscriber or update an existing one in a Mailchimp audience. Automatically computes the subscriber hash from the email and returns a compact confirmation by default.
Instructions
Add a new subscriber or update an existing one (upsert). Automatically computes the required subscriber hash from the email. Returns compact confirmation by default — set verbose=true for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to add, e.g., ["VIP", "2026-campaign"] | |
| Yes | Subscriber email address | ||
| status | No | Subscription status (default: subscribed for new, unchanged for existing) | |
| list_id | Yes | Audience/list ID | |
| verbose | No | Return full API response instead of compact summary (default false) | |
| merge_fields | No | Merge fields like { "FNAME": "Jane", "LNAME": "Doe" } |