slack_react
Add an emoji reaction to a Slack message using the channel, timestamp, and emoji name. The reaction is applied to the message as the user.
Instructions
Add a reaction (emoji) to a Slack message. The reaction appears as if you added it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel containing the message (#name, @user, or ID). | |
| reaction | Yes | Emoji name without colons (e.g. 'thumbsup', 'eyes', 'white_check_mark'). | |
| timestamp | Yes | Timestamp (ts) of the message to react to. | |
| workspace | No | Workspace alias. Omit to use default. |