Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elasticio/mailchimp-component

Mailchimp component for elastic.io platform
https://github.com/elasticio/mailchimp-component

eio-component ipaas

Last synced: 3 days ago
JSON representation

Mailchimp component for elastic.io platform

Awesome Lists containing this project

README

        

# 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](http://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/#edit-put_lists_list_id_members_subscriber_hash)
for more information

### Unsubscribe

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

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

see [here](http://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/#delete-delete_lists_list_id_members_subscriber_hash)
for more information