This integration pull and push contacts, companies and owners between Mautic and Saelos., (*1)
Verify if you have composer.json
on your Mautic root install directory. If you don't found this file you need to get the latest version from github just running this command:, (*2)
wget -O https://github.com/mautic/mautic/raw/master/composer.json
, (*3)
After verify composer.json, install Saelos plugin running:, (*4)
composer require mautic/mautic-saelos-bundle
, (*5)
Go to Mautic / Settings / Plugins and find Saelos Plugin:, (*6)
, (*7)
Now you need to configure Saelos Plugin following the screen instructions:, (*8)
, (*9)
, (*10)
After fill the options choose Save & Close., (*11)
Setup a cron to run your sync on 5-10 min intervals:, (*12)
*/5 * * * * /usr/bin/env php /var/www/html/app/console p:i:s Saelos > /dev/null 2>&1