add_reaction
Add an emoji reaction to a Slack message by providing the channel ID, message timestamp, and emoji name. Supports reacting as the authenticated user or the bot.
Instructions
Add an emoji reaction to a Slack message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Emoji name without colons (e.g., 'thumbsup') | |
| channel | Yes | Channel ID containing the message | |
| timestamp | Yes | Message timestamp | |
| use_user_token | No | React as the authenticated user (requires xoxp- user token) rather than the bot |