b24_crm_status_list
Retrieve CRM status dictionary entries such as stages, sources, and types. Map stage codes like 'C7:NEW' to human-readable names using paginated results.
Instructions
List CRM status dictionary entries — stages, sources, types (crm.status.list).
Returns a pagination envelope of status entries (STATUS_ID, NAME, ENTITY_ID, SORT). This is how you resolve a stage code like 'C7:NEW' to a human name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | Dictionary to fetch, e.g. 'DEAL_STAGE', 'DEAL_STAGE_7' (pipeline 7), 'STATUS' (lead statuses), 'SOURCE', 'CONTACT_TYPE'. Omit for all dictionaries. | |
| 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. | |
| 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 |