Kommo Entities
This article describes the entities (objects) of the Kommo CRM system available for use in LightLead.
Available Entities
Kommo provides three entity types: leads, contacts, and companies. Each entity has its own set of base fields, custom fields, and relations.
Entity Structure
Each entity in LightLead is represented as follows:
Entity name — the display name
System name — the identifier used in the API and reports
Base fields — standard fields provided by the CRM
Custom fields — fields created by the user in the CRM
Relations — links to other entities (contacts, companies, etc.)
Relationships Between Entities
| Parent Entity | Child Entity | Relationship Type |
|---|---|---|
| lead | Related data | One-to-many |
| contact | Related data | One-to-many |
| company | Related data | One-to-many |
Entity Details
lead
The lead entity contains base fields and custom fields. The full list of fields is available on the Fields page.
contact
The contact entity contains base fields and custom fields. The full list of fields is available on the Fields page.
company
The company entity contains base fields and custom fields. The full list of fields is available on the Fields page.
Use in Reports
When creating a report, you select the primary entity. Related data (contacts, companies) is available through fields on the primary entity or through joining data.
Important
When an entity is deleted in the CRM, it is marked as inactive in LightLead
Historical data for deleted entities is preserved
New entities become available after re-running discovery
Related Pages
Fields — description of all fields