Mailchimp
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
SUBSCRIBE_MAILCHIMP(list, email,
[status]
, [firstName]
, [lastName]
, [update]
)list
The Mailchimp Audience name or ID. For example: "Summer 2020"
or "27b4c4a3ce"
.
email
The email address of the subscriber to add. For example: "john@doe.com"
.
[optional] status
Status for the new subscriber. Choose either:
"subscribed"
(default)"pending"
"cleaned"
Selected options:
Cleaned
Pending
Subscribed
[optional] firstName
Subscriber's first name. For example: "John"
.
[optional] lastName
Subscriber's last name. For example: "Snow"
.
[optional] update
Indicates whether to update the status of the subsciber. Choose either:
"true"
(default) to updates the status"false"
to not update the status
Selected options:
False
True