add_reaction
Add emoji reactions to Slack messages by specifying channel ID, message timestamp, and emoji name to express responses or feedback.
Instructions
Add an emoji reaction to a message.
Args:
channel_id: The ID of the channel containing the message (e.g., "C01234567")
timestamp: The timestamp of the message to react to
emoji: The emoji name without colons (e.g., "thumbsup", "heart", "rocket")
Returns:
Dictionary indicating success or error
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| timestamp | Yes | ||
| emoji | Yes |