bx24_smart_processes
Manage Bitrix24 smart process types and their items with CRUD operations. Use type_* actions to configure custom entities and item_* actions to create, read, update, or delete records by entityTypeId.
Instructions
Bitrix24 smart processes (произвольные CRM-сущности): types + items CRUD. Methods crm.type., crm.item. (REST 1.0 + 3.0). RU/EN: умный процесс, смарт-процесс, произвольная сущность, создать тип, элемент / smart process, custom entity, type, item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity ID | |
| order | No | Order object (e.g. { 'ID': 'DESC' }) | |
| start | No | Pagination offset (number of records to skip) | |
| action | Yes | type_* manage smart-process types; item_* manage items (requires entityTypeId=type id). | |
| fields | No | Item fields for the smart process | |
| filter | No | Filter object (e.g. { '>OPPORTUNITY': 10000, 'STAGE_ID': 'WON' }) | |
| select | No | Array of field names to return (projection) | |
| typeId | No | Smart-process type ID (used as entityTypeId for item operations) | |
| confirm | No | Confirm destructive actions (type_delete, item_delete). | |
| typeFields | No | Type fields: title, code, ... |