From 019e74652d823a90e09851f443f63aea13980005 Mon Sep 17 00:00:00 2001 From: Janis Puris <4112811+jpuris@users.noreply.github.com> Date: Tue, 27 Jul 2021 15:47:04 +0200 Subject: [PATCH] Update alerts_reports.mdx (#15904) Slack requires `chat:write` as part of "OAuth & Permissions" for the slack integration to be able to post messages. --- docs/src/pages/docs/installation/alerts_reports.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/pages/docs/installation/alerts_reports.mdx b/docs/src/pages/docs/installation/alerts_reports.mdx index 0b25cbb8b09ef..f81cf7e43de46 100644 --- a/docs/src/pages/docs/installation/alerts_reports.mdx +++ b/docs/src/pages/docs/installation/alerts_reports.mdx @@ -38,6 +38,7 @@ To send alerts and reports to Slack channels, you need to create a new Slack App 3. Go to "OAuth & Permissions" section, and give the following scopes to your app: - `incoming-webhook` - `files:write` + - `chat:write` 4. At the top of the "OAuth and Permissions" section, click "install to workspace". 5. Select a default channel for your app and continue. (You can post to any channel by inviting your Superset app into that channel).