From ff76e37efc8765af0d0ec0d1be10ee6c42c57de4 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Thu, 3 Nov 2022 01:08:27 +0100 Subject: [PATCH] docs(slack): add bot token scope for bot functionality --- packages/docs/pages/apps/slack/connection.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/docs/pages/apps/slack/connection.md b/packages/docs/pages/apps/slack/connection.md index 67221521..d0049944 100644 --- a/packages/docs/pages/apps/slack/connection.md +++ b/packages/docs/pages/apps/slack/connection.md @@ -13,12 +13,13 @@ This page explains the steps you need to follow to set up the Slack connection i 1. Copy **Client ID** and **Client Secret** values and save them to use later. 1. Go to **OAuth & Permissions** page. 1. Copy **OAuth Redirect URL** from Automatisch and add it in Redirect URLs. Don't forget to save it after adding it by clicking **Save URLs** button! +1. Go to **Bot Token Scopes** and add `chat:write.customize` along with `chat:write` scope to enable the bot functionality. :::warning HTTPS required! Slack does **not** allow non-secure URLs in redirect URLs. Therefore, you will need to serve Automatisch via HTTPS protocol. ::: -9. Paste **Client ID** and **Client Secret** values you have saved earlier and paste them into Automatisch as **Consumer Key** and **Consumer Secret**, respectively. +10. Paste **Client ID** and **Client Secret** values you have saved earlier and paste them into Automatisch as **Consumer Key** and **Consumer Secret**, respectively. 1. Click **Submit** button on Automatisch. 1. Now, you can start using the Slack connection with Automatisch.