How to integrate Slack account?
Overview
To authenticate, you will need to provide the following information:
- Client ID
- Client Secret
Step 1: Create your App
- Go to Slack and hit
Create New App.

- 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:
channels:readchat:writeusers:read

- On the same screen, scroll up to the Redirect URLs section under OAuth & Permissions. Click Add New Redirect URL, and then click Save URLs to apply the changes.

- In the same screen, scroll up and under OAuth Tokens, click to Install App.

- Allow your app access to workspace.
