create_chat_message_reaction
Add an emoji reaction to a ClickUp Chat message. Provide the message ID and emoji name to react quickly.
Instructions
Add an emoji reaction to a Chat message (ClickUp Chat v3). Returns the created reaction. Use to react with 👍, ✅, etc.
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 message to react to. | |
| reaction | Yes | Emoji name to add, e.g. 'thumbsup', 'tada', 'eyes'. |