Sorry if this is a repeating Question. But I'm bit confused when to use MailChimp Single or Batch Operations?
I want to build a simple PHP script to Subscribe a User to MailChimp List. That is triggered every time a Payment Provider pings the PHP script.
But what would be the safest MailChimp Monkey Way of doing this with MailChimp API V3.0?
- Do run Subscribe on every new Order Ping .
- Or do I add them to a list and batch Subscribe them every 5 min