[2.0] New Mautic cli commands

@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

1 Like

Does anyone know which cron job is responsible for POINTS TRIGGERS? Everything else in my instance is working, except for these.

1 Like

@ninjoan, sadly, those two are paid options while we can have the open source options from sugarcrm and suitecrm.

Regards

1 Like

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

  1. mautic:campaigns:trigger
  • mautic:campaign:trigger
  • mautic:trigger:campaigns
  • mautic:trigger:campaign
  1. mautic:campaigns:rebuild
  • mautic:update:campaigns
  • mautic:rebuild:campaigns
  • mautic:campaigns:update
  1. mautic:iplookup:download
  • mautic:fetch:ipdata
  • mautic:ipdata:fetch
  • mautic:ipdata:update
  • mautic:update:ipdata
  1. mautic:emails:send
  • mautic:send:emails
  • mautic:process:email
  • mautic:process:emails
  • mautic:email:process
  • mautic:emails:process
  • mautic:send:email
  1. mautic:email:fetch
  • mautic:fetch:email
  • mautic:email:fetch
  • mautic:fetch:mail
  • mautic:check:email
  • mautic:check:mail
  1. 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
1 Like

@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

1 Like