Skip to content

Instantly share code, notes, and snippets.

@amphibian
Created March 27, 2012 21:42
Show Gist options
  • Save amphibian/2220628 to your computer and use it in GitHub Desktop.
Save amphibian/2220628 to your computer and use it in GitHub Desktop.
MailChimp subscribe REST API
$url = 'http://us1.api.mailchimp.com/1.3/?method=listSubscribe&apikey=YOUR_API_KEY&id=YOUR_LIST_ID&email_address=EMAIL&output=php';
// cURL request with $url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment