Linking Leads to Contacts: Overview of Methods
Using the group of methods crm.lead.contact.*, you can establish or remove the connection between contacts and leads. A lead linked to a contact becomes a duplicate.
Quick navigation: all methods
User documentation: The "Client" field in the CRM detail form
Features of Duplicate Leads
A duplicate lead is a request from a client who is already in the company's customer database. Duplicate leads have hidden contact information fields: "Phone", "Email", "Address", "Details". A duplicate lead can only be converted into a deal. When a known client makes a new request, a duplicate lead will automatically be created, linked to the client’s detail form, if the CRM is set to handle duplicate leads.
The methods crm.lead.contact.add and crm.lead.contact.items.set add a connection between a lead and one or more contacts. When this connection is established, the lead automatically becomes a duplicate.
To restore the ability to convert a lead into a contact, remove the connection with contacts using the methods crm.lead.contact.delete if there is one contact, and crm.lead.contact.items.delete if there are multiple contacts. Once the connection is removed, the lead will no longer be a duplicate.
User Documentation
Benefits of Linking Leads and Contacts
-
The lead detail form displays information about linked contacts: name, phone number, email, position.
-
You can call or send an email directly from the lead detail form without navigating to the contact detail form.
-
Communication with the client: emails, calls, and chats from open channels will be stored in both the contact detail form and the lead detail form. Communications are not attached to closed leads.
-
CoPilot in CRM processes client calls from the lead detail form: it transcribes recordings, summarizes conversations, and fills in fields in the CRM detail form.
-
When generating documents from a template, you can use symbolic codes that automatically insert data from linked contacts into the document.
User Documentation
Overview of Methods
Scope:
crmWho can perform the method: depending on the method
|
Method |
Description |
|
Adds a contact link to the specified lead |
|
|
Removes a contact link from the specified lead |
|
|
Retrieves a list of contacts linked to the lead |
|
|
Attaches a list of contacts to the specified lead |
|
|
Removes a list of contacts from the lead |
|
|
Retrieves the description of fields for the lead-contact link used by the methods in the |