Skip to content

Commit

Permalink
doc: Adding channels:read permission to Slack Trigger Documentation (
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercutajar authored Nov 9, 2020
1 parent f10fc3a commit 8d3904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/triggers/slack-trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We need to create a Slack App which will send messages to your Slack Workspace.

2. Navigate to your app, then to `Features > OAuth & Permissions`

3. Scroll down to `Scopes` and add the scopes `channels:join`, and `chat:write`
3. Scroll down to `Scopes` and add the scopes `channels:join`, `channels:read` and `chat:write` to the _Bot Token Scopes_

4. Scroll to the top of the `OAuth & Permissions` page and click `Install App to Workspace` and follow the install Wizard

Expand Down

0 comments on commit 8d3904a

Please sign in to comment.