clickup_chat_reaction_add
Add emoji reactions to ClickUp Chat messages to express feedback or acknowledge communication using Unicode characters.
Instructions
Add an emoji reaction from the authenticated user to a ClickUp Chat message. If the user has already reacted with the same emoji, the call is a no-op. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | Unicode emoji character to add (e.g. '👍', '🎉', '❤️'). Custom Slack-style shortcodes (':+1:') are not supported — use the raw emoji character. | |
| message_id | Yes | ID of the message to react to. Obtain from clickup_chat_message_list (field: id) or clickup_chat_reply_list. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |