slack_add_reaction
Add a reaction emoji to a Slack message by specifying the channel ID, reaction name, and message timestamp.
Instructions
Add a reaction emoji to a message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reaction | Yes | The name of the emoji reaction (without ::) | |
| timestamp | Yes | The timestamp of the message to react to in the format '1234567890.123456' | |
| channel_id | Yes | The ID of the channel containing the message |