0

Can I get all mailchimp campaign's details hitting the api only one time instead of hitting the api for each of the campaign ? if yes, how ? only using mailchimp api v3.0

ekad
  • 14,436
  • 26
  • 44
  • 46

1 Answers1

0

You can get multiple campaigns at a time by querying the campaigns collection. You may not be able to retrieve them all at once, though, depending on how many there are.

TooMuchPete
  • 4,583
  • 2
  • 17
  • 21