Slack
slack_get_reactions
Get all reactions for a specific message, including emoji names, counts, and user IDs.
Remote node2flow/slack
Other tools also called slack_get_reactions?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"channel": {
"type": "string",
"description": "Channel containing the message"
},
"timestamp": {
"type": "string",
"description": "Timestamp of the message"
}
}
}