Skip to content

Commit

Permalink
Update slack.mdx (#296)
Browse files Browse the repository at this point in the history
Added `users.profile:read` missing scope
  • Loading branch information
rohankokkulabp authored Jun 7, 2024
1 parent de5eb81 commit 7c28130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/cloud/channels/slack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The Slack integration has the following settings:
### Bot Token

1. In the left sidebar, click on **Features** > **OAuth & Permissions**
1. Scroll down to the **Scope** > **Bot Token Scopes** section, click **Add an OAuth Scope**. Select both `chat:write` and `chat:write.customize` options from the list.
1. Scroll down to the **Scope** > **Bot Token Scopes** section, click **Add an OAuth Scope**. Select `chat:write`, `chat:write.customize` and `users.profile:read` options from the list.
1. Scroll up and click the **Install to Workspace** button in the **OAuth Tokens for Your Workspace** section
1. In the next screen, your app will request access to your Slack workspace. Click **Allow**.
1. In the **OAuth & Permissions > OAuth Tokens for Your Workspace** section, copy the **Bot User OAuth Token**.
Expand Down

0 comments on commit 7c28130

Please sign in to comment.