clickup_add_chat_reaction
Add an emoji reaction to a ClickUp Chat message. Provide the message ID and lower-case emoji name (e.g., 'thumbsup').
Instructions
Add an emoji reaction to a Chat message.
reaction is the lower-case emoji name (e.g. thumbsup, heart, tada);
it is lower-cased for you.
When to Use:
To react to a message with an emoji.
When NOT to Use:
To remove a reaction — use
clickup_delete_chat_reaction.To list reactions — use
clickup_get_chat_message_reactions.
Returns: A confirmation naming the emoji and message.
Examples:
params = {"message_id": "abc123", "reaction": "thumbsup"}
Error Handling:
400 → unknown emoji name; 404 → unknown message. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |