I'm using the MailChimp API v3.0 and trying a schedule a campaign but every time I schedule and then check from my account it is not getting scheduled properly.
Here's the code I have,
if($camp_content){
$camp_schedule = $MailChimp->post('campaigns/'. $camp["id"] .'/actions/schedule',array(
"schedule_time" => "2016-03-31 10:00:00",
"timewarp" => false
));
}
When I check the output after schedule I get this,
Array ( [title] => MC_API30_ Exception [status] => 406 [detail] => This campaign cannot be scheduled: . [instance] => )