You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Batch operations are super helpful for writing lots of data to mailchimp asynchronously. They’re supported by this client, but the user needs to figure out how to structure the list of dictionaries of operations.
It would be cool to leverage the rest of the client library to do this (since it has a much friendlier interface). I’ve had a go at that in this wrapper: https://github.com/FullFact/python-batchmailchimp
Would you be interested in a pull request to roll the feature into this library?
Thanks!
The text was updated successfully, but these errors were encountered:
Batch operations are super helpful for writing lots of data to mailchimp asynchronously. They’re supported by this client, but the user needs to figure out how to structure the list of dictionaries of operations.
It would be cool to leverage the rest of the client library to do this (since it has a much friendlier interface). I’ve had a go at that in this wrapper:
https://github.com/FullFact/python-batchmailchimp
Would you be interested in a pull request to roll the feature into this library?
Thanks!
The text was updated successfully, but these errors were encountered: