Slack

slack_remove_reaction

Remove an emoji reaction from a message.

Remote node2flow/slack

Other tools also called slack_remove_reaction? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Emoji name to remove (without colons)"
    },
    "channel": {
      "type": "string",
      "description": "Channel containing the message"
    },
    "timestamp": {
      "type": "string",
      "description": "Timestamp of the message"
    }
  }
}
          

Provider

Slack →