slack_add_reaction
Add an emoji reaction to a Slack message to acknowledge, approve, or update status. Specify channel, timestamp, and emoji name.
Instructions
Add an emoji reaction to a Slack message. Useful for acknowledgements, approvals, or status updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Emoji name without colons (e.g. 'thumbsup', 'white_check_mark', 'rocket') | |
| channel | Yes | Channel ID containing the message | |
| timestamp | Yes | Timestamp (ts) of the message to react to |