How to configure slack_token

Step-by-step guide on how to configure slack_token

Setting up slack_token is a simple process that can be completed in a few steps.

  1. Go to https://api.slack.com/apps and click Create an App button.

    Setting up Slack token

By default, only workspace owners and administrators can deploy apps. However, specific users and user groups can be authorized in your workspace settings. Administrators can also grant this permission to any non-guest team member.

  1. In case From scratch option is selected, name the App, select the relevant namespace, and click Create App button.

Create new app

  1. Navigate to the OAuth & Permissions tab.

  2. Go to Scopes and click on the Add an OAuth Scope button.

  3. Select the following options from the drop-down list:

    • chat:write.public

    • chat:write

    • channels:read

    • conversations.list

  4. Click on the Add Scopes button.

  5. Scroll up and click the Install to Workspace. Once this step is done, slack_token will appear.

    OAuth Scope

Last updated