Update Mailchimp List Member
n8n-nodes-base.httpRequest
Update an existing Mailchimp subscriber's status, first name, or last name using their MD5-hashed email address.
Use Cases
Update subscriber status
Unsubscribe user
Update contact details in email list
Configuration
Node Configuration Summary
Ready-to-use Mailchimp node configured for update mailchimp list member.
Copy and paste directly into your n8n workflow.
Method:
PATCH
Endpoint:
/3.0/lists/{{ $json.listId }}/members/{{ $json.subscriberHash }}
Nodes:
2
Auth:
HTTP Header Auth
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.