We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41d329 commit 9b928c2Copy full SHA for 9b928c2
plugins/tasks/slack/README.md
@@ -10,6 +10,8 @@ Required `slack` task OAuth scopes:
10
For sending messages to channels.
11
- [`chat:write.customize`](https://api.slack.com/scopes/chat:write.customize) -
12
For customizing message `username` and `iconEmoji`.
13
+- [`reactions:write`](https://docs.slack.dev/reference/scopes/reactions.write) -
14
+ For adding reactions to messages using the `addReaction` action.
15
- [`chat:write.public`](https://api.slack.com/scopes/chat:write.public) -
16
Optional, for sending messages to public channels without membership.
17
0 commit comments