Add or update a list member (subscriber) in a Mailchimp audience/list. This is an upsert operation: if the subscriber exists, they will be updated; if not, they will be created. The subscriber_hash parameter should be the MD5 hash of the lowercase email address. Note: If the lis…
vipboolean[VIP status](https://mailchimp.com/help/designate-and-send-to-vip-contacts/) for subscriber.
ip_optstringThe IP address the subscriber used to confirm their opt-in status.
statusstringSubscriber's current status. Values: 'subscribed', 'unsubscribed', 'cleaned', 'pending', 'transactional'.
list_idRequiredstringThe unique ID for the list.
languagestringThe subscriber's language preference as a two-letter ISO 639-1 code (e.g., 'en', 'es', 'fr').
interestsobjectA dictionary of interest IDs as keys and boolean values indicating subscription to that interest. Get available interests from the list's interest-categories endpoint.
ip_signupstringIP address the subscriber signed up from.
email_typestringType of email this member asked to get ("html" or "text").
merge_fieldsobjectA dictionary of merge fields where the keys are the merge tags. See the [Merge Fields documentation](https://mailchimp.com/developer/marketing/docs/merge-fields/#structure) for more about the structure.
email_addressRequiredstringEmail address for a subscriber. This value is required only if the email address is not already present on the list.
status_if_newRequiredstringSubscriber's status when creating a new member. Required if email is not already on list. Values: 'subscribed', 'unsubscribed', 'cleaned', 'pending', 'transactional'.
timestamp_optstringThe date and time the subscriber confirmed their opt-in status in ISO 8601 format.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.