{% if false %}
-
Register Slack App
-
Create App from this link, and fill the form out as below:
- App Name
crowi-plus
- Development Slack Team
- Select the team you want to notify to.
- Save it.
-
Get App Credentials
- Go To "Basic Information" page and make a note "Client ID" and "Client Secret".
-
Set Redirect URLs
- Go to "OAuth & Permissions" page.
- Add
/admin/notification/slackAuth .
- Don't forget to save.
-
Set Permission Scopes to the App
- Go to "OAuth & Permissions" page.
- Add "Send messages as crowi-plus"(
chat:write:bot).
- Don't forget to save.
-
Create a bot user
- Go to "Bot Users" page and add.
-
Install the app
- Go to "Install App to Your Team" page and install.
-
(At Team) Approve the app
- Go to the management Apps page for the team you installed the app and approve crowi-plus.
-
(At Team) Invite the bot to your team
- Invite the user you created in
4. Add a bot user to the channel you notify to.
-
(At crowi-plus) Input "clientId" and "clientSecret" and submit on this page.
-
(At crowi-plus) Click "Connect to Slack" button to start OAuth process.
{% endif %}