Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.44 KB

CONFIGURE_SLACK_CLASSIC.md

File metadata and controls

40 lines (23 loc) · 1.44 KB
layout title nav_order parent
default
Configure Slack(Classic)
3
Slack

Configure Slack Classic

NOTE: The Slack Classic app version is no longer supported. Please use the default Slack version (Bolt)

In order to configure AccessBot integration with Slack follow the next steps:

  1. Go to https://api.slack.com/apps?new_classic_app=1 and create a classic app

image

  1. Go to OAuth & Permissions and add bot scope in the Scopes

image

IMPORTANT: The reason why you need a classic app and the bot scope, is because the current AccessBot implementation uses the RTM API, which is not available when updating to the new bot scopes.

  1. Go to App Home

image

  1. Click Add Legacy Bot User and set its name

image

  1. Go to Install App

image

Use "Bot User OAuth Token" for your SLACK_TOKEN variable

Original instructions from this thread