iGo Website Design Mississauga

SuiteCRM & Mautic Integration Tutorial | How to Sync SuiteCRM with Marketing Automation

suitecrm mautic integration

Integrating SuiteCRM with Mautic can take your marketing automation to the next level, allowing you to synchronize your customer data seamlessly between both platforms. Whether you’re managing leads, contacts, or automating marketing campaigns, this integration ensures that your CRM and marketing efforts work in perfect harmony. In this article, I’ll guide you through the steps to connect SuiteCRM and Mautic, and you can also watch my detailed video tutorial below for a step-by-step walkthrough. By the end, you’ll be able to streamline your sales and marketing processes, improving both efficiency and customer engagement.

Enabled features:

Watch the tutorial

Watch the comprehensive walkthrough of the SuiteCRM and Mautic integration live on screen, plus the reasons why you want to do this if you are a SuiteCRM user.

Some helpful code snippets used in the video

To run the sync you can use the following terminal command from your root folder where Mautic is installed:

php bin/console mautic:integration:synccontacts --integration=Sugarcrm --time-interval="10year"

You cron job to run this on a regular basis, lets say once a hour is going to look something like this: (note each hosting provider is slightly different, check with your hosting provider regarding syntax)

/usr/local/bin/php /{path to Mautic}/bin/console mautic:integration:synccontacts --integration="Sugarcrm" --time-interval="1 hour"

This will sync new/changed contacts in the last hour. So if you run it once per hour, you’ll get everything.

Note: at the time of publishing there is a bug in the Mautic 5 CRM plugin. You can find my fix here that may need to be applied:

https://github.com/mautic/mautic/issues/13796

Exit mobile version