0

I cannot extract email-activity of more than 5000 people for a particular campaign using Mailchimp API v3 through R or cURL. Is there a limit for the same or is there a better way to extract data of more than 5000 people for a campaign through API ?

ekad
  • 14,436
  • 26
  • 44
  • 46
frant
  • 27
  • 1
  • 9
  • 1
    this seems like a question for mailchimp support, or maybe there's a developer forum site for mailchimp – sckott Jun 14 '16 at 13:43

1 Answers1

1

The comment in response to the answer on your question solves this one. In short: either make use of pagination as described in MailChimp's Getting Started Guide, or make use of their batch end-points.

Community
  • 1
  • 1
TooMuchPete
  • 4,583
  • 2
  • 17
  • 21
  • Whilst this may theoretically answer the question, [it would be preferable](//meta.stackoverflow.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Bhargav Rao Dec 25 '16 at 05:45