-
Notifications
You must be signed in to change notification settings - Fork 15
Installation
Vipul edited this page Aug 7, 2021
·
1 revision
You can setup the Slack app using the app manifest (the easier way) or manually.
Create a new app on Slack and import the app_manifest.yml
configuration.
Make sure to update the following configs:
-
url
: update host and port with the your deployment -
request_url
: update host and port with the your deployment
Change any other information based on your preference for eg: slash commands etc.
- Create an app on Slack, for example:
slack-standup
. - Create Slack bot token (check "OAuth & Permissions" in your app page) and add
it as environment variable in
docker-compose.yml
.- Add following scopes:
channels:history
,chat:write
,commands
,users:read
.
- Add following scopes:
- Deploy the application with the tokens.
- Under "Interactivity & Shortcuts" option, add request URL as
host:port/slack/submit_standup/
- Add a slash command using the "Slash Commands" option.
- Use request URL as
host:port/slack/standup-trigger/
- Use request URL as
- Add the Slack app in your channel (Example:
/invite @slack-doc
).
To report any bugs, issues or feature requests please report them at: https://github.com/vipul-sharma20/slack-standup/issues