Skip to main content
Connectors allow Humancheck to send review notifications through various communication channels (Slack, email, webhooks, etc.) and automatically route reviews to the appropriate reviewers.

Available Connectors

  • Slack: Send notifications to Slack channels and DMs
  • Email (coming soon): SMTP-based email notifications
  • Webhook (coming soon): Generic HTTP POST to any endpoint
  • Custom: Create your own connector

Architecture

Review Created

ConnectorManager.send_review_notification()

RoutingEngine.route_review()

Evaluate ConnectorRoutingRules

Send via matching Connectors

Log to NotificationLog

Setting Up Connectors

See the Slack Connector guide for detailed setup instructions.

Creating Custom Connectors

See the Custom Connectors guide for creating your own connectors.

Next Steps