Open sebastian3333 opened 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." ?
Found the reason: It is a bug at Mailchimp.
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." ?