Leads in CRM: Overview of Methods
A lead is the starting point of the Sales Funnel. Its card contains information about the client's interest in a product or service: filled CRM forms, e-mails, calls, and chats with the client.
The main goal of working with leads is to determine their potential and convert them into deals for further selling of the product or service.
Quick navigation: all methods and events
User documentation: leads in Bitrix24
Connection of Leads with Other CRM Objects
Products. Adding, modifying, and deleting product items in deals is possible through the group of methods crm.item.productrow.*.
Deal. The connection appears after converting the lead into a successful one.
Client. A field in the lead card consisting of the associated company and contacts. The field is available in the repeat lead form. If repeat leads are disabled, the linking field appears after creating a company or contact based on the lead. There is one company in the lead, and access to it is made directly through the field COMPANY_ID. Multiple contacts can be specified, and interaction with them is conducted through a separate group of methods crm.lead.contact.*.
User Documentation
Lead Card
The main workspace in a lead is the General tab of its card. It consists of two parts:
-
The left part contains fields with information. If the system fields are insufficient, you can create your own custom fields. They allow storing information in various data formats: string, number, link, address, and others. To create, modify, retrieve, or delete custom lead fields, the group of methods crm.lead.userfield.* is used.
-
The right part contains the deal timeline. In it, you can create, edit, filter, and delete CRM activities — the group of methods crm.activity.*, and timeline records — the group of methods crm.timeline.*.
The parameters of the deal card can be managed depending on the funnel through the group of methods crm.lead.details.configuration.*.
User Documentation
Widgets
An application can be embedded into the lead card. Thanks to embedding, you can use the application without leaving the lead card.
There are two embedding scenarios:
- Use special embedding locations. For example, by creating your own tab.
- Create a custom field, into which the content of your application will be loaded.
Typical Use-Cases and Scenarios
Features
Leads in CRM may be absent — this happens if the simple mode of CRM operation is activated.
It is impossible to convert a lead using the REST API. You can only change the stage to successful without creating new objects.
User Documentation
Overview of Methods and Events
Scope:
crmWho can execute the method: depending on the method
Main
|
Method |
Description |
|
Creates a new lead |
|
|
Modifies a lead |
|
|
Returns a lead by ID |
|
|
Returns a list of leads by filter |
|
|
Deletes a lead and all associated objects |
|
|
Returns the description of lead fields |
|
|
Adds products to a lead |
|
|
Returns the products of a lead |
|
Event |
Triggered |
|
When a lead is added |
|
|
When a lead is modified |
|
|
When a lead is deleted |
Connection Between Leads and Contacts
|
Method |
Description |
|
Adds a contact binding to the specified lead |
|
|
Removes a contact binding from the specified lead |
|
|
Retrieves a list of contacts associated with the lead |
|
|
Attaches a list of contacts to the specified lead |
|
|
Removes the list of contacts from the lead |
|
|
Retrieves the description of fields for lead-contact connection, used by methods of the |
Custom Fields
|
Method |
Description |
|
Creates a new field |
|
|
Modifies a field |
|
|
Returns a field by code |
|
|
Returns a list of fields |
|
|
Deletes a field |
|
Event |
Triggered |
|
When a custom field is added |
|
|
When a custom field is modified |
|
|
When a custom field is deleted |
|
|
When the set of values for a custom list-type field is modified |
Managing Lead Cards
|
Method |
Description |
|
Retrieves the settings parameters for lead cards |
|
|
Resets the settings for lead cards |
|
|
Sets the settings for lead cards |
|
|
Forces a common lead card for all users |