create_chat_message_reply
Create a threaded reply to a ClickUp chat message, returning the ID of the newly created reply.
Instructions
Reply to a Chat message, creating a threaded response under it (ClickUp Chat v3). Returns the created reply with its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| message_id | Yes | ID of the parent message to reply to. | |
| content | Yes | Reply body text. Format is set by `content_format`. | |
| content_format | No | Format of `content`: 'text/md' (markdown) or 'text/plain'. |