Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1013 Bytes

File metadata and controls

16 lines (14 loc) · 1013 Bytes

Creating a Slack App

Tiger Agent use the Slack Events API with Socket Mode to receive app_mention events when your Slack users mention the bot. You must create a Slack App for your Tiger Agent.

  1. Edit the slack-manifest.json file to have the names and descriptions you want to use.
  2. Create a new Slack app
  3. Choose to create an app from a manifest.
  4. Pick your workspace and click Next.
  5. Paste that manifest configuration in the input field provided and click Next.
  6. Review and verify that the configuration you entered matches the summary and click Create.
  7. Navigate to: Basic Information → App-Level Tokens
  8. Click 'Generate Token and Scopes' → Add 'connections:write' scope → Generate
  9. Save your SLACK_APP_TOKEN (It starts with xapp-).
  10. Navigate to: Install App → Click 'Install to [Workspace]'
  11. After installation, save the 'Bot User OAuth Token' A.K.A. SLACK_APP_TOKEN (It starts with xapp-)