Mailchimp

The Mailchimp component allows Connect to work with the Mailchimp Marketing API.

Credentials

Credentials

Triggers

This component has no trigger functions, which means it will not be accessible to select as a first component during the integration flow design.

Actions

Read the Mailchimp developer documentation for more information about any of the following actions.

Add new Subscriber

Updates or creates a subscriber in the selected list. If a subscriber with the given e-mail already exists in the list, this subscriber will be updated with the provided information. If not, a new subscriber will be created and added to the list.

Add new Subscriber

This method uses:

PUT /lists/<LIST_ID>/members/<SUBSCRIBER_HASH>

Unsubscribe

This action unsubscribes a user from the given list:

Unsubscribe

This action uses the following HTTP method:

DELETE /lists/$<LISTID>/members/$<HASH>

Upsert Customer

Upserts information about the customer in the list. If the subscriber already exists, then the information will be updated. If not will be added.

Upsert Customer