The integration from Hubspot to Mautic works. You need to setup a specific cron job, but that is working.
However I can’t get the integration to work in the other direction, from Mautic to Hubspot… Is it working for you?
The 2 cron jobs I have are:
1 * * * * su daemon -s /bin/sh -c “/opt/bitnami/php/bin/php /opt/bitnami/apps/mautic/htdocs/app/console mautic:integration:fetchleads --integration=Hubspot”
1 * * * * su daemon -s /bin/sh -c “/opt/bitnami/php/bin/php /opt/bitnami/apps/mautic/htdocs/app/console mautic:integration:pushleadactivity --integration=Hubspot”