b24_disk_folder_add
Create a new subfolder inside a specified parent folder in Bitrix24 Disk. Returns the folder object.
Instructions
Create a subfolder (disk.folder.addsubfolder). Returns the new folder object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New subfolder name. | |
| 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. | |
| parent_folder_id | Yes | Parent folder id. | |
| 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 |