This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// replace this with your mailchimp api key | |
$mailchimp_apikey = "mailchimp-api-key-goes-here"; | |
// create mailchimp api object that is used later to make api calls | |
$mcapi = new MailChimp_API($mailchimp_apikey); | |
/** | |
// Use the following code if you want to look up the status of a batch call |