b24_bizproc_template_list
Lists Bitrix24 workflow templates, filterable by document type (e.g., CRM deals, lists). Returns template IDs needed to start workflows.
Instructions
List workflow templates (bizproc.workflow.template.list).
Returns templates (ID, NAME, DOCUMENT_TYPE, AUTO_EXECUTE). Use a template ID plus a concrete document id with b24_bizproc_start.
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. | |
| document_type | No | Filter to a document type, e.g. ['crm','CCrmDocumentDeal','DEAL'] or ['lists','BizprocDocument','iblock_44']. | |
| 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 |