kb_page_content
Retrieve the full text content of a Bitrix24 knowledge base page using its landing ID. Supports markdown, plain text, or raw HTML formats.
Instructions
Полный текст страницы базы знаний по её landing_id (из kb_sections). Собирает блоки страницы и склеивает их содержимое. format: 'markdown' (по умолчанию), 'text' или 'html'. Требует право webhook 'landing'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Тип базы; если не задан — определяется автоматически | |
| format | No | Формат текста: 'markdown' (по умолчанию), 'text' (без разметки), 'html' (сырой) | |
| landing_id | Yes | ID страницы базы знаний (поле id из kb_sections) |