Skip to content

Commit

Permalink
Updated custom slack bot docs (robusta-dev#1179)
Browse files Browse the repository at this point in the history
Co-authored-by: Pavan Gudiwada <pavangudiwada@users.noreply.github.com>
  • Loading branch information
pavangudiwada and pavangudiwada committed May 30, 2024
1 parent 4841d4e commit 7d2694a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/configuration/sinks/slack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ If you can't use the `official Slack app <https://slack.com/apps/A0214S5PHB4-rob
your own. This is not recommended for most companies due to the added complexity.

1. `Create a new Slack app. <https://api.slack.com/apps?new_app=1>`_
2. Enable Socket mode in your Slack App and copy the websocket token into the Robusta deployment yaml.
3. Under "OAuth and Permissions" add the following scopes: chat:write, files:write, incoming-webhook, and channels:history
4. Under "Event Subscriptions" add bot user events for message.channels and press "Save Changes"
5. Click "Install into Workspace"
2. Enable Socket mode in your Slack App.
3. Under "OAuth and Permissions" add the following scopes: chat:write, chat:write.public, files:write, incoming-webhook, and channels:history.
4. Under "Event Subscriptions" add bot user events for message.channels and press "Save Changes".
5. Click "Install into Workspace".
6. Copy the ``Bot User OAuth Token`` from "OAuth and Permissions".
7. Add the token to SinksConfig in your `generated_values.yaml` file.

Expand Down

0 comments on commit 7d2694a

Please sign in to comment.