List Management Via MailChimp API
Posted
by goombaloon
on Stack Overflow
See other posts from Stack Overflow
or by goombaloon
Published on 2010-04-12T01:41:36Z
Indexed on
2010/04/12
1:43 UTC
Read the original article
Hit count: 373
I'm investigating using the MailChimp API to manage email notifications for a social networking site (similar to how Twitter sends email notifications to followers when a followee posts a new Tweet). My original plan was to have a "follower" list for each user in the app and then send an email to that list each time that user posts new content. However, it appears that the MailChimp API intentionally doesn't support creating campaign lists via the API (for CAN-SPAM reasons).
I've read something about list segmentation in MailChimp, but I don't think that helps me with this situation. I'm curious if anyone else has run into a similar requirement to mine and how they dealt with it. Any insights would be most appreciated!
Thanks.
© Stack Overflow or respective owner