mailchimp / APIv3-examples

Straight-forward examples of working with v3 the MailChimp API without any wrapper libraries
https://mailchimp.com/developer/
BSD 3-Clause "New" or "Revised" License
85 stars 34 forks source link

404 ? #38

Open sebastian3333 opened 7 years ago

sebastian3333 commented 7 years ago

Using this with correct campaign_id and url

$result = $MailChimp->put("campaigns/$campaign_id/content", [ 'url' => $url ]);

results always in: "Resource Not Found,404,The requested resource could not be found." ?

sebastian3333 commented 7 years ago

Found the reason: It is a bug at Mailchimp.