Skip to content

Commit

Permalink
Merge pull request #106 from danswer-ai/jos/slack
Browse files Browse the repository at this point in the history
making slack bot setup less annoying.
  • Loading branch information
hagen-danswer authored Aug 9, 2024
2 parents 50c2480 + ab6f243 commit 7fe347f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slack_bot_setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ settings:
```

5. Click the **Create** button.
6. Generate an `App-level Token`, following the guide [here](https://api.slack.com/apis/connections/socket#token).
Add the `connections:write` scope to the app-level token and click **Generate**.
6. Generate an `App-level Token`; Under **Basic Information**, scroll to the **App-level tokens** section and click the button to generate an **App-level token**. ([learn more](https://api.slack.com/apis/connections/socket#token))
<br />Add the `connections:write` scope to the app-level token and click **Generate**.
Copy this somewhere safe for now, as you will need this later to initiate the Web Socket-based connection to Slack.
7. In the app page, navigate to the **OAuth & Permissions** tab under the **Features** header.
8. Under **OAuth Tokens for Your Workspace**, select `Install to Workspace` and Allow the app.
Expand Down

0 comments on commit 7fe347f

Please sign in to comment.