Building an App for Slack
This article provides step-by-step instructions on how to build a Slack App. The algorithm described here applies for MI Chatbot configuration for Slack:
2. Select a Workspace and Provide a Manifest for the App
- Select a workspace for your Slack App
- [Next]
- On the YAML tab, provide the YAML with the Slack App configuration, use the
.yml
file below replacing the values of the next three parameters:-
name
: Slack App name -
display_name
: Slack bot name -
unfurl_domains
: MI Application URL
-
- [Next]
3. Install App to Workspace
- [Create]
- [Install to Workspace]
- [Allow]
4. Generate App-Level Token
Access Settings > Basic Information
- [Generate Token and Scopes]
- Enter a Token Name
- [Add Scope]
- Select
connections:write
- [Generate]
- After the token has been generated, its value can be copied from Tokens menu