php - Send out email/campaign to a list when url is visited in mailchimp -
hello stackoverflow :)
i'm building script client has e-paper comes out everyday.
the e-paper build 3rd party , when publish it, can have system visit url of our choice.
when system visits our url wan't mailchimp automated e-mail (with link e-paper) send out on 1 of our lists.
so question is: can automated paid feature in mailchimp or need code script mailchimp api @ url take care of automated e-mail lists? , if latter methods should in documentation?
not looking complete answer, pointing in right direction :)
google hasn't helped me following queries: "send out email list when url visited", "send email campaign list when url visited" why turn :)
thanks in advance
generally speaking, use mailchimp's goal , automation features accomplish something this. however, you're dealing dynamically generated url needs included in email. far, haven't come accross way transfer information "goal page" mailchimp - other data transferred automatically goal script.
so think you're looking @ api job. you'll need use "campaigns" methods (http://developer.mailchimp.com/documentation/mailchimp/reference/campaigns/).
please note creating , sending campaign 2 different steps of overall process. you'll find "send" method under "action" on same page. take id returned "create" method, feed "send" method , watch magic happen.
hope helps!
Comments
Post a Comment