Mautic App
About
Mautic a free and opensource marketing automation tool.
- Questions? Ask in the Cloudron Forum - Mautic
- Mautic Website
- Mautic forum
- Mautic issue tracker
Cron
For cron support, edit the file /app/data/crontab.user
using the the File manager.
The crontab contains a line like:
0,15,30,45 * * * * sudo -E -u www-data php /app/code/app/console mautic:integration:fetchleads --integration=Hubspot > /proc/$(cat /var/run/crond.pid)/fd/1 2>&1
The app must be restarted after making any changes to the crontab
file.