This cron job not work when paste at browser or use cpanel cron job
cron.php?code=
Only when fetch manually, cron job works.
Solution:
In wpomatic.php I changed line 447
$campaigns = $this->getCampaigns('unparsed=1');
to this
$campaigns = $this->getCampaigns();