Reputation: 172
I am exporting the subscribers from my account on Mailchimp via export api. I can easily export the subscribers if a mention a list id.
I want to export all the subscribers without having to worry about the list ids. Instead of looping all the list ids, i just want to directly export all the subscribers irrespective of lists.
Any help would be appreciated.
Upvotes: 0
Views: 646
Reputation: 4643
This isn't possible right now in the MailChimp API, you'll want to grab a list of your lists and then queue a batch operation for each one.
Note: Batch Operations are a part of API v3; the export API is slated to be removed.
Upvotes: 2