Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.51 KB

SLACK.md

File metadata and controls

45 lines (23 loc) · 1.51 KB

Slack App Installation & Token Retrieval

Navigate to your Slack workspace App page:

https://{your-slack-workspace}.slack.com/apps

Click the 'Build' button near the workspace selector

image

Click the 'Create an app' button

image

Select the 'From scratch' option

from-scratch

Name your app & choose your workspace

name

Click the permissions button on your app info page

permissions

On the permissions page, scroll down to the Scopes card, select the Bot Scopes as show below

scopes

Scroll back to the top of the page, click the Install to Workspace button, and follow the flow to complete the app installation

scopes

Grab your token and paste it to your env file

scopes

Add the key and token to your .env file

SLACK_OAUTH_TOKEN=############################