UNSUBSCRIBE_MAILCHIMP

Remove a subscriber from a Mailchimp list.

icon of MailchimpMailchimp
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
UNSUBSCRIBE_MAILCHIMP(listemail)
list

The Mailchimp Audience name or ID. For example: "Summer 2020" "27b4c4a3ce".

email

The email address of the subscriber to remove. For example: "john@doe.com".

Examples

UNSUBSCRIBE_MAILCHIMP("newsletter", "john@doe.com") returns JSON with status of removing `john@doe.com` from the `newsletter` list.