Sign in

Update member note (alternate)

documented

Update a member note.

POST /lists/{list_id}/members/{subscriber_hash}/notes/{note_id}Notesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://{{MAILCHIMP_SERVER}}.api.mailchimp.com/3.0/lists/{{$list_id}}/members/{{$subscriber_hash}}/notes' \
  -X POST \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -d '{"note": "{{$note}}"}'
Update member note (alternate) · Mailchimp · OpenIntegrations