rest - Does MailChimp have a sandbox API with dummy data in it for testing? -


i'd start using mailchimp api create utility pulls metrics user's account, such subscribers, last campaign date (not sure if 1 available yet), open rate, etc.

one critical issue i'm facing that, while have free mailchimp account, there no data in whatsoever (no lists, subscribers, campaigns, etc.), makes less ideal testing.

so i'd know best option here, i.e.:

  • should create dummy data manually (like add myself subscriber list , send myself emails?),
  • or (mailchimp) provide "sandbox" account has richer test/dummy data in it? or,
  • some other alternative...

ps - i'm using mulesoft integration task (i mention because perhaps info answer).

mailchimp doesn't provide 'sandbox' account api testing. think best bet subscribe , play around. i've found mailchimp's api super easy use , mighty documented, imagine won't have trouble figuring out without sandbox play in.

btw: last campaign date pulled campaigns/list output: default order desc create_time, if not specified, first item returned last campaign sent, , send_time returned within data array.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -