Skip to content

flowground/mailchimp-component

 
 

Repository files navigation

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

About

Mailchimp component for elastic.io platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%