Skip to main content
Advanced webhook system is only available in Humancheck Platform, not in the open-source version.Open Source supports basic webhook notifications via connectors.
Webhooks allow you to receive real-time notifications when review events occur in Humancheck Platform.

Setting Up Webhooks

Via Dashboard UI

  1. Go to platform.humancheck.dev
  2. Navigate to IntegrationsWebhooks
  3. Click Create Webhook
  4. Configure:
    • Webhook URL
    • Events to subscribe to
    • Authentication (optional)
    • Retry settings

Via API

Webhook Events

Review Events

  • review.created - New review created
  • review.assigned - Review assigned to reviewer
  • review.decided - Decision made on review
  • review.status_changed - Review status changed
  • review.updated - Review updated

Decision Events

  • decision.approved - Review approved
  • decision.rejected - Review rejected
  • decision.modified - Review modified

Webhook Payload

Security

Signature Verification

Webhooks include a signature header for verification:

Retry Logic

Platform automatically retries failed webhook deliveries:
  • Immediate retry on failure
  • Exponential backoff
  • Maximum 3 retries
  • Dead letter queue for persistent failures

Multi-User Approval Workflows

Platform supports complex approval workflows via webhooks:

Sequential Approval

Parallel Approval

Conditional Workflow

No-Code Integrations

Platform webhooks work seamlessly with no-code platforms:

n8n

Connect Humancheck webhooks to n8n workflows for automation.

Zapier

Use Zapier to connect Humancheck webhooks to 5000+ apps.

Gumloop

Build complex workflows with Gumloop using Humancheck webhooks.

Next Steps