What is the best way you would recommend to connect Mautic with SuiteCRM?
What are the advantages/disadvantages/bugs of the SuiteCRM Mautic from Isleshocky and the paid Plugins (like from suitecrm, integromat, zapier & Co.)?
I prefer to use a free integration if possible.
Anyone know which one of the free plugins are working proper with actual SuiteCRM?
Does the SugarCRM Plugin work with actual implementation of SuiteCRM?
Thank you in advanceā¦
P.S.: Do you recommend other good free selfhosted CRM to use with mautic, if so - why?
Unfortunately, there are not a lot of great options, here. The SugarCRM one that comes with mautic stopped working at some point, though some stout souls seem to have gotten it working but I donāt think its for general consumption.
Iāve done extensive testing with SuiteCRM - Mautic Integration. Hereās what works and what doesnāt.
Add a new lead to Mautic - > SuiteCRM No problem
Add a new lead to SuiteCRM ā Mautic No Problem
Modify a lead in SuiteCRM ā Mautic No Problem
***Modify a lead in Mautic ā SuiteCRM NOT WORKING (even if the direction of sync is set correctly)
If you try to schedule a āpushā to integration via campaign to try and update the SuiteCRM side, any āpushā activity fails.
Itās so close to being perfect. If only Mautic changes would update in SuiteCRM it would be awesome.
Iāve got Mautic 4.x integrated with SuiteCRM 8.1.2 thru Make webhooks. It took me a while to get the oath working correctly on the Suite side, but its working well now. Iād be happy to share how I did it.
I used to work with SuiteCRM a lot, though not so much anymore.
What do you actually want the integration to accomplish?
It may be possible with a small amount of custom code.
As for a selfhosted CRM, I would strongly recommend ERPNext, or, Frappe CRM. Theyāre both built on the Frappe Framework, and both use the MIT license. You can host them whereever you want. Theyāre Python, not PHP, though.
Iāve not had time to put together a comprehensive guide on how I have Mautic-Suite 8 setup. In short, Iām using Make as an integration layer between Mautic, Suite, and several other application in our eco system.
Mautic fires a webhook and Make catches and sends on to Suite.
The key with Suite was to use the HTTP connector, first doing the access token from suite, then a second call to deliver the json payload to suite. The OOB Make Suite connector doesnāt work with 8.
At present, itās a one way correction, nothing is going back to Mautic.
I donāt see any reason why the SugarCRM plugin wouldnāt work for SuiteCRM 8. I havenāt tried it yet, but the only issue I foresee is the URL of the V4 API. I think itās slightly different in SuiteCRM 8. So either edit the API URL in the plugin or add a redirect in .htaccess to get to the right place. Iām going to try it one of these days, but Iām pretty sure it would work.
Iād recommend checking the Mautic forum threads from late 2023 for the latest info on SuiteCRM integrations - there were some discussions about the SugarCRM plugin working with SuiteCRM 8!