Skip to content

Commit 9b928c2

Browse files
authored
slack: update readme with required oauth scope info (#1213)
1 parent b41d329 commit 9b928c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/tasks/slack/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Required `slack` task OAuth scopes:
1010
For sending messages to channels.
1111
- [`chat:write.customize`](https://api.slack.com/scopes/chat:write.customize) -
1212
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.
1315
- [`chat:write.public`](https://api.slack.com/scopes/chat:write.public) -
1416
Optional, for sending messages to public channels without membership.
1517

0 commit comments

Comments
 (0)