SUBSCRIBE_MAILCHIMP

Add a subscriber to 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
SUBSCRIBE_MAILCHIMP(listemail
[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

Examples

SUBSCRIBE_MAILCHIMP("newsletter", "john@doe.com") returns JSON with the status of new subscriptions to the `newsletter` list.