add_reaction
Add an emoji reaction to a Slack message by providing the channel, timestamp, and colon-stripped emoji name (e.g., thumbsup, fire). The operation is idempotent and low-consequence.
Instructions
Add an emoji reaction to a message.
emoji is the colon-stripped name (e.g. "thumbsup", "fire", "white_check_mark"). Low-consequence write — no draft+confirm. Idempotent (Slack returns already_reacted as a soft success).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | Yes | ||
| emoji | Yes | ||
| channel | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||