Skip to main content
The Slack connector allows Humancheck to send rich formatted messages to Slack channels and DMs when reviews are created or decisions are made.

Setup

1. Create Slack App

  1. Go to https://api.slack.com/apps
  2. Click “Create New App”
  3. Choose “From scratch”
  4. Name your app (e.g., “Humancheck”)
  5. Select your workspace

2. Add Bot Token Scopes

  1. Go to “OAuth & Permissions”
  2. Add the following scopes:
    • chat:write - Post messages
    • chat:write.public - Post to public channels without joining

3. Install to Workspace

  1. Click “Install to Workspace”
  2. Authorize the app
  3. 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