{
  "$id": "https://intentschema.org/profiles/com.slack/communication.chat.message.react.v1.json",
  "id": "org.intentschema.communication.chat.message.react.v1@com.slack.v1",
  "pins": "https://intentschema.org/intents/communication/chat/message/react/v1.json",
  "title": "Slack chat message react profile",
  "description": "Slack profile for chat message react.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "slack"
          }
        },
        "required": [
          "system"
        ]
      },
      "slack": {
        "type": "object",
        "properties": {}
      }
    }
  },
  "api": {
    "method": "POST",
    "path": "/api/reactions.add",
    "scopes": [
      "reactions:write"
    ],
    "docs": "https://api.slack.com/methods/reactions.add",
    "params": {
      "target.external_id": "timestamp (message ts)",
      "object.emoji": "name (emoji name without colons)",
      "object.remove": "if true \u2192 call reactions.remove instead of reactions.add",
      "(implicit)": "channel"
    },
    "base_url": "https://slack.com"
  }
}
