Quantcast
Channel: Web Programming – dredgin.gs
Viewing all articles
Browse latest Browse all 21

Get email addresses for all members in your MailChimp lists

$
0
0
Yesterday at work I needed to quickly get all the members of our various MailChimp lists. I ended up writing this short script that might be helpful to someone else, so here it is: include_once dirname(__FILE__) . '/MCAPI.class.php'; include_once dirname(__FILE__) . '/config.php'; //contains apikey $api = new MCAPI($apikey); //NB: last param is the # of …

Viewing all articles
Browse latest Browse all 21

Trending Articles