From cc10a9f8267fa92fe3260222e969ed1b1f93a548 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 27 May 2024 20:50:00 -0400 Subject: [PATCH] Updated Notify_slack (markdown) --- Notify_slack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_slack.md b/Notify_slack.md index 5108d7f..ed0018f 100644 --- a/Notify_slack.md +++ b/Notify_slack.md @@ -35,7 +35,7 @@ Bots offer you slightly more flexibility then Webhooks do. The main difference 1. First create your [Slack App here](https://api.slack.com/apps?new_app=1). 1. Pick an App Name (such as *Apprise*) and select your workspace; click on the **Create App** 1. You'll be able to click on **Bots** menu selection from here where you can then choose to add a **Bot User**. Give it a name and then choose **Add Bot User*. -1. You'll need to provide the proper OAuth permissions:
![Slack Bot OAuth Min Permissions](https://user-images.githubusercontent.com/850374/104230100-1d752a00-541b-11eb-86c4-9b09df38a647.png) +1. You'll need to provide the proper OAuth permissions:
![Slack Bot OAuth Min Permissions](https://github.com/caronc/apprise/assets/850374/ce558378-12e5-4f1f-a0ba-f0c4df07d810) 1. Now choose **Install App** to which you can choose **Install App to Workspace**. 1. You will need to authorize the app which you get prompted to do; so this step is easy. 1. Finally you'll get some very important information you will need for Apprise. From this point on you can either used the **OAuth Access Token** or the **Bot User OAuth Access Token** using the syntax `slack://{OAuth Access Token}`.