Add Slack Reaction
slack_add_reactionAdd a reaction emoji to a Slack message using channel (name or ID), message timestamp, and emoji name.
Instructions
Add a reaction emoji to a message. Accepts both channel names (#general, general) and channel IDs (C1234567890).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | The channel name (e.g., #general, general) or channel ID (e.g., C1234567890) containing the message | |
| timestamp | Yes | The timestamp of the message to react to | |
| reaction | Yes | The name of the emoji reaction (without ::) |