b24_task_comment_add
Add a comment to a Bitrix24 task. Supply the task ID and comment text to create the comment; returns the new comment ID.
Instructions
Add a comment to a task (task.commentitem.add). Returns the new comment id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id to comment on. | |
| text | Yes | Comment text. | |
| 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 |