Mailchimp
A open standard application layer protocol for passing business messages between applications or organizations.
Related pages:
Mailchimp Technical Notes
Credentials
Triggers
This component has no trigger functions. This means it will not be accessible to select as a first component during the integration flow design.
Actions
Add new Subscriber
Upserts information about the subscriber in the list, if subscriber with given e-mail already exists then information will be updated. If not will be added.
This method uses:
PUT /lists/{list_id}/members/{subscriber_hash}
See here for more information
Unsubscribe
This action unsubscribes user from the given list:
Actions uses following HTTP method:
DELETE /lists/${listId}/members/${hash}
See here for more information.
Upsert Customer
Upserts information about the customer in the list, if cubscriber already exists then information will be updated. If not will be added.
See here for more information.