slack_add_reaction
Add emoji reactions to Slack messages to express feedback, acknowledge contributions, or organize conversations. Specify channel ID, message timestamp, and emoji name.
Instructions
Add an emoji reaction to a message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | The ID of the channel containing the message | |
| timestamp | Yes | Timestamp of the message (e.g., 1234567890.123456) | |
| emoji | Yes | Emoji name without colons (e.g., thumbsup, heart, rocket) |