clickup_send_chat_reply
Reply to a specific chat message in ClickUp by posting a threaded reply. Provide the parent message ID and your reply content.
Instructions
Post a threaded reply under an existing Chat message.
When to Use:
To respond within a message's thread.
When NOT to Use:
To start a new top-level message — use
clickup_send_chat_message.
Returns: A confirmation with the new reply's id and the parent message id.
Examples:
params = {"message_id": "abc123", "content": "On it 👍"}
Error Handling:
400 → bad body; 404 → unknown parent message. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |