Kommo integration (Marketing, Productivity). Imported from open-connector.
https://{subdomain}{kommo_host_suffix}/api/v4/account
| Param | Type | Required | Description |
|---|---|---|---|
| with | string | optional | Comma-separated Kommo with parameters to include. |
/api/v4/leads
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based Kommo result page to fetch. |
| limit | integer | optional | The number of Kommo records to fetch per request. |
| query | string | optional | Search text forwarded to Kommo. |
| with | string | optional | Comma-separated Kommo with parameters to include. |
| orderUpdatedAt | string | optional | The Kommo sort direction. |
| orderId | string | optional | The Kommo sort direction. |
| ids | array | optional | One or more Kommo numeric identifiers. |
| names | array | optional | One or more Kommo names to filter by. |
| createdByIds | array | optional | One or more Kommo numeric identifiers. |
| updatedByIds | array | optional | One or more Kommo numeric identifiers. |
| responsibleUserIds | array | optional | One or more Kommo numeric identifiers. |
| updatedAtFrom | integer | optional | A Unix timestamp in seconds. |
| updatedAtTo | integer | optional | A Unix timestamp in seconds. |
| closestTaskAtFrom | integer | optional | A Unix timestamp in seconds. |
| closestTaskAtTo | integer | optional | A Unix timestamp in seconds. |
| orderCreatedAt | string | optional | The Kommo sort direction. |
| price | integer | optional | The exact lead sale value to filter by. |
| createdAtFrom | integer | optional | A Unix timestamp in seconds. |
| createdAtTo | integer | optional | A Unix timestamp in seconds. |
| closedAtFrom | integer | optional | A Unix timestamp in seconds. |
| closedAtTo | integer | optional | A Unix timestamp in seconds. |
| pipelineIds | array | optional | One or more Kommo numeric identifiers. |
| statusPipelineId | integer | optional | The Kommo numeric identifier. |
| statusId | integer | optional | The Kommo numeric identifier. |
/api/v4/leads/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Kommo numeric identifier. |
| with | string | optional | Comma-separated Kommo with parameters to include. |
/api/v4/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based Kommo result page to fetch. |
| limit | integer | optional | The number of Kommo records to fetch per request. |
| query | string | optional | Search text forwarded to Kommo. |
| with | string | optional | Comma-separated Kommo with parameters to include. |
| orderUpdatedAt | string | optional | The Kommo sort direction. |
| orderId | string | optional | The Kommo sort direction. |
| ids | array | optional | One or more Kommo numeric identifiers. |
| names | array | optional | One or more Kommo names to filter by. |
| createdByIds | array | optional | One or more Kommo numeric identifiers. |
| updatedByIds | array | optional | One or more Kommo numeric identifiers. |
| responsibleUserIds | array | optional | One or more Kommo numeric identifiers. |
| updatedAtFrom | integer | optional | A Unix timestamp in seconds. |
| updatedAtTo | integer | optional | A Unix timestamp in seconds. |
| closestTaskAtFrom | integer | optional | A Unix timestamp in seconds. |
| closestTaskAtTo | integer | optional | A Unix timestamp in seconds. |
/api/v4/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Kommo numeric identifier. |
| with | string | optional | Comma-separated Kommo with parameters to include. |
/api/v4/companies
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based Kommo result page to fetch. |
| limit | integer | optional | The number of Kommo records to fetch per request. |
| query | string | optional | Search text forwarded to Kommo. |
| with | string | optional | Comma-separated Kommo with parameters to include. |
| orderUpdatedAt | string | optional | The Kommo sort direction. |
| orderId | string | optional | The Kommo sort direction. |
| ids | array | optional | One or more Kommo numeric identifiers. |
| names | array | optional | One or more Kommo names to filter by. |
| createdByIds | array | optional | One or more Kommo numeric identifiers. |
| updatedByIds | array | optional | One or more Kommo numeric identifiers. |
| responsibleUserIds | array | optional | One or more Kommo numeric identifiers. |
| updatedAtFrom | integer | optional | A Unix timestamp in seconds. |
| updatedAtTo | integer | optional | A Unix timestamp in seconds. |
| closestTaskAtFrom | integer | optional | A Unix timestamp in seconds. |
| closestTaskAtTo | integer | optional | A Unix timestamp in seconds. |
| createdAtFrom | integer | optional | A Unix timestamp in seconds. |
| createdAtTo | integer | optional | A Unix timestamp in seconds. |
/api/v4/companies/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Kommo numeric identifier. |
| with | string | optional | Comma-separated Kommo with parameters to include. |
/api/v4/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based Kommo result page to fetch. |
| limit | integer | optional | The number of Kommo records to fetch per request. |
| responsibleUserIds | array | optional | One or more Kommo numeric identifiers. |
| isCompleted | boolean | optional | Whether to filter completed tasks. |
| taskTypeIds | array | optional | One or more Kommo numeric identifiers. |
| entityType | string | optional | The linked entity type to filter by. |
| entityIds | array | optional | One or more Kommo numeric identifiers. |
| ids | array | optional | One or more Kommo numeric identifiers. |
| updatedAt | integer | optional | A Unix timestamp in seconds. |
| updatedAtFrom | integer | optional | A Unix timestamp in seconds. |
| updatedAtTo | integer | optional | A Unix timestamp in seconds. |
| orderCompleteTill | string | optional | The Kommo sort direction. |
| orderCreatedAt | string | optional | The Kommo sort direction. |
| orderId | string | optional | The Kommo sort direction. |
/api/v4/tasks/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Kommo numeric identifier. |
/api/v4/users
| Param | Type | Required | Description |
|---|---|---|---|
| with | string | optional | Comma-separated Kommo with parameters to include. |
| page | integer | optional | The 1-based Kommo result page to fetch. |
| limit | integer | optional | The number of Kommo records to fetch per request. |
/api/v4/users/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Kommo numeric identifier. |
| with | string | optional | Comma-separated Kommo with parameters to include. |
/api/v4/leads/pipelines
/api/v4/leads/pipelines/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Kommo numeric identifier. |