This Action will unsubscribe the specified email address from the specified list.
- API endpoint slug
- mailchimp.unsubscribe_email_address
- Filter code method
- Mailchimp.unsubscribeEmailAddress.skip(string?: reason)
- Runtime method
- runAction("mailchimp.unsubscribe_email_address", {})
Action fields
- Label
- Which list?
- Slug
- which_list
- Required
- true
- Can have default value
- false
- Label
- What email address?
- Slug
- what_email_address
- Required
- true
- Can have default value
- true
- Filter code method
- Mailchimp.unsubscribeEmailAddress.setWhatEmailAddress(string: whatEmailAddress)
- Label
- Delete member?
- Helper text
- Completely delete this contact from MailChimp? (No = just unsubscribe them). Set to "No" by default.
- Slug
- delete_member
- Required
- false
- Can have default value
- true
- Filter code method
- Mailchimp.unsubscribeEmailAddress.setDeleteMember(string: deleteMember)