Slack

slack_add_reaction

Add an emoji reaction to a message. Use emoji name without colons (e.g. "thumbsup" not ":thumbsup:").

Remote node2flow/slack

Other tools also called slack_add_reaction? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Emoji name without colons (e.g. \"thumbsup\", \"heart\", \"eyes\")"
    },
    "channel": {
      "type": "string",
      "description": "Channel containing the message"
    },
    "timestamp": {
      "type": "string",
      "description": "Timestamp of the message to react to"
    }
  }
}
          

Provider

Slack →