get_message_reactions
Retrieve all reactions for a specific Slack message using channel ID and timestamp to analyze engagement and user feedback.
Instructions
Get all reactions on a specific message.
Args:
channel_id: The ID of the channel containing the message (e.g., "C01234567")
timestamp: The timestamp of the message
Returns:
Dictionary containing the message and its reactions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| timestamp | Yes |