Setting Up Webhooks
Via Dashboard UI
- Go to platform.humancheck.dev
- Navigate to Integrations → Webhooks
- Click Create Webhook
- Configure:
- Webhook URL
- Events to subscribe to
- Authentication (optional)
- Retry settings
Via API
Webhook Events
Review Events
review.created- New review createdreview.assigned- Review assigned to reviewerreview.decided- Decision made on reviewreview.status_changed- Review status changedreview.updated- Review updated
Decision Events
decision.approved- Review approveddecision.rejected- Review rejecteddecision.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
- Learn about Connectors
- Explore Platform Features
- Check out API Reference