How to integrate Slack account?
Overview
To authenticate, you will need to provide the following information:
- Bot User OAuth Token
Step 1: Create your Bot User OAuth Token
- Go to Slack and hit
Create New App
on the top right.
- Choose how you’d like to configure your app’s scopes and settings. Select From scratch.
- Provide a name to your app and choose workspace, then click on Create App.
- From the left navigation, select
OAuth & Permissions
.
- Scroll down and add Scopes - Bot Token Scopes as:
channel:read
chat:write
- In the same screen, scroll up and under OAuth Tokens, click to Install App.
- Allow your app access to workspace.
- Copy the generated Bot User OAuth Token.