b24_group_create
Create a Bitrix24 workgroup or project by providing group fields. Returns the new group ID.
Instructions
Create a workgroup/project (sonet_group.create). Returns the new group id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Group fields. Minimum NAME; common: DESCRIPTION, VISIBLE ('Y'/'N'), OPENED, SUBJECT_ID, INITIATE_PERMS. | |
| 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 |