0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A Ruby library for interacting with the MailChimp API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

>= 0.7.2
 Project Readme

ChimpMailer

Currently a thin wrapper around the MailChimp API.

Will eventually be expanded to integrate into Rails in many awesome ways.

Installation

gem install chimp_mailer

Example

In your environment.rb:

MailChimp.settings = { :api_key => 'YOUR API KEY HERE' }

Then you can call any MailChimp API method like so:

MailChimp.campaign_schedule(:cid => 'afd3245', :schedule_time => '2010-06-21 12:30:00')


Copyright (c) 2010 Small Spark Pty Ltd, released under the MIT license