Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 775 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 775 Bytes

mailchimp

Mailchimp connector for elastic.io platform

Actions

Subscribe

Upserts information about the subscriber in the list, if subscriber with given e-mail already exists then information will be updated.

This method uses:

PUT /lists/{list_id}/members/{subscriber_hash}

see here for more information

Unsubscribe

This action unsubscribes user from the given list, it uses following HTTP method:

DELETE /lists/${listId}/members/${hash}

see here for more information