Slack
Review sessions directly from your Slack workspace.
Requirements
- Privileges to create an application on Slack
- Privileges to install the new app in a workspace
- Admin user on hoop
App Installation - Slack
- Create a slack app from an app manifest
- Select the workspace > click next > paste the manifest below
slack-manifest.json
- Follow the guide and click on Install to Workspace
- Scroll below and create an App-Level Token and copy the token
- Token Name:
hoop
- Scopes:
connections:write
,app_configurations:write
- Token Name:
- Go to Install App on the left side bar and copy the Bot User Oauth Token
Lastly, invite the bot in the slack channel that you wish to receive notifications by typing the name of the bot @hoop
App Installation - Hoop
In this step, the slack bot and app-level tokens are required to configure the plugin. You can then them at:
- SLACK_BOT_TOKEN:
Oauth & Permissions > OAuth Tokens for Your Workspace
****This is the token created in the app installation process - SLACK_APP_TOKEN:
Basic Information > App-Level Tokens
Then configure the Slack App:
- Login to your hoop instance:
hoop login
- Create the slack plugin
Now it’s possible to associate connections to the slack plugin in the webapp
Subscribing to Slack channels
We need to go to the Slack plugin page and access the menu → Manage plugins → Slack.
Then, click on settings and add all the channels (separated by commas) you would like to receive the review from that connection.
Subscribe to Notifications
To subscribe and sign up to receive notifications from the Hoop Bot, type /hoop subscribe
and access the generated link. After signing in, the user will start to receive notification when there’s a review approved and ready to be executed.
Subscribing Manually (Optional)
To add approvers who are allowed to review sessions, fetch the user’s Slack ID and update it using the command line.
Copy the Slack ID
- In the Slack app, click on the top right corner of your profile photo
- Select Profile
- Click on the More options button (see image below) and copy the member’s ID
You can copy the ID of other members too on Slack.
Usage
To be able to use it, the review plugins must be enabled for a connection. When trying to interacting with it, it will send a message to the configured slack channel.
Associate the connection with the review
and slack
plugins
Then, interacting with the connection will send a message to your Slack channel. After it’s approved, it will send a message to the creator.