@miami that option is NOT working for SugarCRM/SuiteCRM
that is why you can fetch leads the only one with Two-way Sync is Salesforce CRM and Hubspot CRM
Does anyone know which cron job is responsible for POINTS TRIGGERS? Everything else in my instance is working, except for these.
@ninjoan, sadly, those two are paid options while we can have the open source options from sugarcrm and suitecrm.
Regards
Is there a difference between mautic:campaigns:update and mautic:campaigns:rebuild?
[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
10 minutes
/usr/local/bin/php/home/USERNAME/public_html/mautic/app/console mautic:segments:update
/usr/local/bin/php/home/USERNAME/public_html/mautic/app/console mautic:campaigns:rebuild
/usr/local/bin/php/home/USERNAME/public_html/mautic/app/console mautic:campaigns:trigger
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]
It’s not working because you miss a space after ‘/usr/local/bin/php’ and the rest. php is the command to run the console.
Example:
/usr/local/bin/php /home/USERNAME/public_html/mautic/app/console mautic:webhooks:process
Why does anyone know which cron to sync with HubSpot?
+1
this video is very helpful with cron job and timing. https://www.youtube.com/watch?v=XXMLk8TrG10
Which command use Mautic Contacts convert to Vtiger Leads ?
From Below Commands
- mautic:campaigns:trigger
- mautic:campaign:trigger
- mautic:trigger:campaigns
- mautic:trigger:campaign
- mautic:campaigns:rebuild
- mautic:update:campaigns
- mautic:rebuild:campaigns
- mautic:campaigns:update
- mautic:iplookup:download
- mautic:fetch:ipdata
- mautic:ipdata:fetch
- mautic:ipdata:update
- mautic:update:ipdata
- mautic:emails:send
- mautic:send:emails
- mautic:process:email
- mautic:process:emails
- mautic:email:process
- mautic:emails:process
- mautic:send:email
- mautic:email:fetch
- mautic:fetch:email
- mautic:email:fetch
- mautic:fetch:mail
- mautic:check:email
- mautic:check:mail
- mautic:segments:update
- mautic:contactsegments:update
- mautic:update:contactsegments
- mautic:update:segments
- mautic:rebuild:contactsegments
- mautic:contactsegments:rebuild
- mautic:segments:rebuild
- mautic:rebuild:segments
- mautic:lists:update
- mautic:update:leadlists
- mautic:update:lists
- mautic:rebuild:leadlists
- mautic:leadlists:rebuild
- mautic:lists:rebuild
- mautic:rebuild:lists
- mautic:leadlists:update
@nxsolteam123
neither of those
https://mautic.org/docs/en/plugins/vtiger_crm.html
https://mautic.org/docs/en/plugins/integration_test.html
possibly php /home/path/to/app/console mautic:integration:fetchleads -i Vtiger but worth a test to see