CowChris
unread,Dec 8, 2009, 2:44:14 AM12/8/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MailChimp API Discuss, i...@easyfundraising.org.uk, ga...@easyfundraising.org.uk, ch...@easyfundraising.org.uk
http://us1.admin.mailchimp.com/campaigns/show?id=887402
As outlined by MailChimp's tech team, they do not supply a tool to
send a campaign in chunks of X , instead of all at one go (I'll refer
to this as staggering).
So, we're using the API and the segmenting system to build campaigns
assigned to chunks of users.
We do this by selecting the first 10,000 users, then applying an ID to
a Merge Field that we've setup. We setup a campaign to send to a
segment matchin that merge field's contents which equates to 10,000
users.
We're doing this via the API so we can automate this process, as doing
that manually would be mental.
We're using this method to update each of the members in teh list:
http://www.mailchimp.com/api/1.2/listupdatemember.func.php
The problem is that using listUpdateMember to churn through 10,000
members takes a long time, approx 1 hour to go through 10,000! This
obviously is an issue.
Is there a faster way we can achieve this?
Thanks,
Chris