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!