Skip to content

AutoConX/mailchimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MailChimp List API Wrapper

A simple wrapper around MailChimp's 2.0 List API.

NOTE We only really implemented the methods we needed. This isn't a full library around MailChimp's offerings, and others are encourage to submit pull requests to fill in the missing gaps.

Methods we implemented:

  • /lists/list: Retrieve all of the lists defined for your user account (API Docs)
  • /lists/subscribe: Subscribe the provided email to a list. By default this sends a confirmation email - you will not see new members until the link contained in it is clicked! (API Docs)
  • /lists/unsubscribe: Unsubscribe the given email address from the list (API Docs)
  • /lists/update-member: Updates a given member from the list (API Docs)

And that's literally it.

About

A simple wrapper around some of MailChimp's List API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published