slack_add_reaction
Add an emoji reaction to any Slack message by specifying the channel, message timestamp, and emoji name.
Instructions
Add an emoji reaction to a message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Channel or DM ID containing the message | |
| timestamp | Yes | Message timestamp to react to | |
| reaction | Yes | Emoji name without colons (e.g., 'thumbsup', 'eyes', 'white_check_mark') |