add_member_note
Add an internal note to a Mailchimp audience member to record sales or support context, such as discount requests or out-of-office dates. Notes are not sent to the contact.
Instructions
Add a CRM-style internal note to a member. Not sent to the contact.
Useful for sales/support context, e.g. "Asked for discount on annual plan", "Out of office until June 1st". Use update_member_note to edit an existing note instead of adding another.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes. Returns 404 if the member does not exist; returns 400 if note text exceeds 1000 chars.
Args: list_id: Audience/list ID. Obtain from list_audiences. email_address: Email of the member to attach the note to. Must exist in the audience. note: Note text (max 1000 chars). Plain text; markdown is not rendered in the Mailchimp UI.
Returns: JSON with id (use as note_id), email_address, note, created_at, created_by.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| email_address | Yes | ||
| note | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |