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