Slack Integration

Prerequisites

Create a Slack account.

Using Access Token

  1. Open the Slack API page.
  2. Select Create an app > From scratch.
  3. Enter an App Name.
  4. Select a workspace for your app from the dropdown list.
  5. Select Create App.
  6. In the Add features and functionality section select Permissions.
  7. Scroll down to the Scopes section:
  8. If you want your app to act on behalf of users that authorize the app, add the required scopes under the User Token Scopes section.
  9. If you're building a bot, add the required scopes under the Bot Token Scopes section.
  10. Scopes
  11. You can refer to the list of scopes on the officials Slack Scopes and permissions documentation.
  12. From the OAuth Tokens for Your Workspace section selec Install to Workspace.
  13. SelectAllow.