I'm upgrading us to the new MailChimp v3 API.
FWIW, we're using DrewM's PHP library.
When I try to create a new campaign, I get this cryptic error message from MailChimp:
Array (
[type] => http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/
[title] => Resource Not Found
[status] => 404
[detail] => The resource 'Campaign_Collection' could not be found.
[instance] =>
)
The URL (http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary) is only partially helpful; yes a resource is missing. But what is a Campaign_Collection? Is it a Mailchimp list? A Mailchimp folder? Some sort of array-construct I need to use to specify some form of data?