b24_crm_category_list
Retrieve pipelines/categories for any CRM entity type, such as deals, returning their ID, name, and sort order.
Instructions
List pipelines/categories of a CRM entity type (crm.category.list).
Returns categories (id, name, sort). A category is a pipeline; its stages come from b24_crm_status_list or crm.status.list with the right ENTITY_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_url | No | Override the default incoming webhook for this call (https://<portal>/rest/<user_id>/<token>/). If omitted, uses personal_webhook, then the X-B24-Webhook HTTP header, then the BITRIX_WEBHOOK_URL env default. | |
| entity_type_id | Yes | CRM entity type id whose pipelines/categories you want (2=deal, 1030+=SPA). | |
| personal_webhook | No | Act as a specific user (their personal incoming webhook). Takes precedence over webhook_url. Required to write to the portal under that user's permissions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |