The cli commands and cron entries have been updated to be more consistent in Mautic 2.0. You’ll find the list of changes in the block below. If you are using any of the commands listed underneath a numbered command, please change it it to the syntax of the numbered command above it. For example, if you were updating your segments with
The cli commands and cron entries have been updated to be more consistent in Mautic 2.0. You’ll find the list of changes in the block below. If you are using any of the commands listed underneath a numbered command, please change it it to the syntax of the numbered command above it. For example, if you were updating your segments with mautic:leadlists:update, it should be updated to mautic:segments:update.
Where might I find instructions on how to troubleshoot my cron jobs? Campaign emails are not being triggered. I suspect the cron jobs, but I’m not an expert.
Anyone can help me with cron jobs in centos 6.8
I have this way and are not working
15 minutes
/usr/local/bin/php/home/USERNAME/public_html/mautic/app/console mautic:webhooks:process
Every minutes
/usr/local/bin/php/home/USERNAME/public_html/mautic/app/console mautic:emails:send
Once per day
/usr/local/bin/php/home/USERNAME/public_html/mautic/app/console mautic:email:fetch
/usr/local/bin/php/home/USERNAME/public_html/mautic/app/console mautic:iplookup:download
[quote=18128:@nehemias]Anyone can help me with cron jobs in centos 6.8
I have this way and are not working
15 minutes
/usr/local/bin/php/home/USERNAME/public_html/mautic/app/console mautic:webhooks:process
Nehemias, If you go to the plugins section, you will see Sugarcrm. Under features tap, you will see that now you can pull contacts from integration. I was referring to the command to pull those contact from integration…
I tried: console mautic:integration:fetchleads --integration=Sugarcrm >>