From 956da8c4d742c68801e37cd9dde1e0ae595f2199 Mon Sep 17 00:00:00 2001 From: Leah Date: Thu, 13 Feb 2020 23:32:58 +0100 Subject: [PATCH] Make sure people create a classic slack app --- Slack-bot-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Slack-bot-setup.md b/Slack-bot-setup.md index 46af0ca..88030b7 100644 --- a/Slack-bot-setup.md +++ b/Slack-bot-setup.md @@ -13,12 +13,12 @@ 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 Slack App -1. Navigate to [your Apps page](https://api.slack.com/apps). 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. +## Create the **classic** Slack App +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. ![Slack's App page](https://github.com/42wim/matterbridge/blob/master/img/slack-setup-app-page.png) -2. Click on the `Create App` button and fill in the app's name and select the right Slack Workspace before validating. +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. ![Create a Slack App](https://github.com/42wim/matterbridge/blob/master/img/slack-setup-create-app.png)