Setup
1. Create Slack App
- Go to https://api.slack.com/apps
- Click “Create New App”
- Choose “From scratch”
- Name your app (e.g., “Humancheck”)
- Select your workspace
2. Add Bot Token Scopes
- Go to “OAuth & Permissions”
- Add the following scopes:
chat:write- Post messageschat:write.public- Post to public channels without joining
3. Install to Workspace
- Click “Install to Workspace”
- Authorize the app
- Copy the “Bot User OAuth Token” (starts with
xoxb-)
4. Configure Connector
5. Invite Bot to Channels
In each Slack channel where you want notifications:Creating Routing Rules
Notification Format
Slack notifications include:- Review title and description
- Urgency indicator
- Proposed action
- Dashboard link
- Quick actions (if configured)
Next Steps
- Learn about Custom Connectors
- Explore Routing Rules