Customised email alerts through MailChimp API
Posted
by
user1293351
on Stack Overflow
See other posts from Stack Overflow
or by user1293351
Published on 2012-04-03T17:43:59Z
Indexed on
2012/06/16
15:16 UTC
Read the original article
Hit count: 261
I am building a site that runs an automated process every 30 minutes to match up new flights with their respective user. Once this process is completed I want to email the flight details out to the respective user. However the flight info will be different for every single user with their being 0-300+ potential emails.
Is this something that the MailChimp API will allow or do? I found this page http://apidocs.mailchimp.com/api/how-to/transactional-campaigns.php which I am not sure if this effects me. Is the STS more suited to this? http://apidocs.mailchimp.com/sts/1.0/
Thanks
Alex
© Stack Overflow or respective owner