There is no such concept in Mautic as Leads vs. Contacts. All are “contacts”.
Don’t worry it’s all handled pretty well.
Leads in SuiteCRM - > Contact in Mautic
Contacts in SuiteCRM → Contact in Mautic
Contact in Mautic → Lead in SuiteCRM.
It matches on email address as a unique identifier so there are not duplicates.
If you convert a lead to a contact in SuiteCRM Mautic handles that by overriding the lead with the contact.
It all works very smoothly. The only issue you run into is if you have leads or contacts with a blank email. Then you have problems because there is no unique identifier. This will create many duplicate contacts in Mautic as it treats each as unique on every sync.
What I do in order to keep it straight, because sometimes you want campaigns going to just leads or just contacts, is I sync the lead status (I also ensure all contacts have a lead status of converted). Then if I need to segregate leads vs contacts in Mautic I just filter on converted vs. not converted.
That makes sense. But, I just want to be sure of the logic that is behind which is used in Mautic.
In your previous message, you said that s long as the lead is set to “converted”, than the contact will be the one that is used with in Mautic, right?
But, when using mautic to send things to potential clients and clients, the result that we are trying to achieve is to differentiate between lead and client.
In this case, I would think that it would matter if there is a lead and a contact with the same email. I need that lead to say converted, I would think, so that mautic would then not not to use the lead. Otherwise, mautic will send messages to leads that are destined for contacts, and vice versa.
How do we differentiate the two, if the question? You proposed making sure that the lead status is converted. Which makes sense.
Does that hold true? Will mautic ignore a lead that is converted and use the contact with the same email?
Mautic does not have any lead/contact logic. All your logic needs to be in SutieCRM. As mentioned above Mautic only cares about the email address as a unique ID. It does not differentiate between leads and contacts. If you want to set up a campaign specific to either, you need a key field on which to differentiate your segments. I suggested “status” = converted vs. not converted, but you may devise any mechanism you like as long as their is a field that sync’s to Mautic you can calculate your segment membership based on.