Mailchimp connector for elastic.io platform
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
This action unsubscribes user from the given list, it uses following HTTP method:
DELETE /lists/${listId}/members/${hash}
see here for more information