A few wording tweaks for precision.

Chris Bobbe 2021-05-24 14:14:21 -04:00
parent 9d4717f794
commit 1c46f72698

@ -14,13 +14,13 @@ Slack's model for bot users and other third-party integrations revolves around S
Slack Docs: [Bot user tokens](https://api.slack.com/docs/token-types#bot)
## Create the **classic** Slack App
> **It's important you create a classic app, slack changed the permission model, make sure you don't switch to granular permissions**
> **It's important that you create a "Slack App (Classic)". Don't use the "Create New App" button, and don't opt in to the "granular permissions" feature.**
1. Navigate to [your Apps page](https://api.slack.com/apps?new_classic_app=1). You'll need to be logged in with an account that has administrative permissions over the Slack Workspace (server) that you want to sync with Matterbridge.
1. Navigate to ["Your Apps" page](https://api.slack.com/apps) and log into an account that has administrative permissions over the Slack Workspace (server) that you want to sync with Matterbridge.
![Slack's App page](https://github.com/42wim/matterbridge/blob/master/img/slack-setup-app-page.png)
2. Use [_**THIS LINK**_](https://api.slack.com/apps?new_classic_app=1) to create a classic app and fill in the app's name and select the right Slack Workspace before validating. :warning: _**USE THE LINK AND DON'T CLICK THE "Create App" BUTTON**_.
2. Use [_**THIS LINK**_](https://api.slack.com/apps?new_classic_app=1) to create a "Slack App (Classic)". Choose any name for your app and select the desired workspace before submitting. :warning: _**USE THE LINK AND DON'T CLICK THE "Create New App" BUTTON**_.
![Create a Slack App](https://github.com/42wim/matterbridge/blob/master/img/slack-setup-create-app.png)