clickup_chat_reply_send
Post threaded replies to existing ClickUp Chat messages within conversation threads. Supports markdown, emoji, and @mentions for team collaboration.
Instructions
Post a threaded reply beneath an existing ClickUp Chat message. The reply appears in the message's thread panel. Returns the created reply object. Use clickup_chat_message_send for new top-level messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ID of the parent message to reply to. Obtain from clickup_chat_message_list (field: id). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| text | Yes | Reply body. Markdown, emoji, and @mentions supported. |