Slack
SLACK_REMOVE_REACTION_FROM_ITEM
Removes an emoji reaction from a message, file, or file comment in Slack.
Remote slack
Other tools also called SLACK_REMOVE_REACTION_FROM_ITEM?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "ID of the file to remove the reaction from."
},
"name": {
"type": "string",
"description": "Name of the emoji reaction to remove (e.g., 'thumbsup'), without colons.\nExamples:\n \"thumbsup\"\n \"smile\"\n \"robot_face\""
},
"channel": {
"type": "string",
"description": "Channel ID of the message. Required if `timestamp` is provided."
},
"timestamp": {
"type": "string",
"description": "Timestamp of the message. Required if `channel` is provided."
},
"file_comment": {
"type": "string",
"description": "ID of the file comment to remove the reaction from."
}
}
}