Skip to content

kamarcum/monkeywrench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonkeyWrench

MonkeyWrench is a rubyesque API for interfacing with Mailchimp (or show me some love by registering via my affiliate link).

Getting Started

To get started, you need to first connect to the appropriate datacenter with your API key:

MonkeyWrench::Config.new(:datacenter => "us1", 
                         :apikey => "your-api-key-goes-here")

From there you've got a rich API for managing Lists and Members. To subscribe a new user to a list simply do the following:

list = MonkeyWrench::List.find_by_name("My Example List")
list.subscribe("foo@bar.com")

Further Reading

For more information, check the documentation

Credits & Contributions

About

Simple ruby-esque wrapper for the Mailchimp API

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages