create_chat_view_comment
Post a message into a legacy Chat view with optional notification to all members.
Instructions
Post a message into a legacy Chat view. Optionally notify all members of the view. Returns the created message's id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | ID of the Chat view to post into. | |
| comment_text | Yes | The message body text (plain text or ClickUp markdown). | |
| notify_all | No | If true, notify everyone with access to the view. |