Integrations
HITL.sh is designed to integrate seamlessly with your existing systems and workflows. Whether you’re using popular automation platforms, custom applications, or enterprise systems, HITL.sh provides multiple integration methods to fit your needs.Integration Methods
REST API Integration
The most flexible integration method for custom applications:REST API
- Full Control: Complete control over request creation and response handling
- Custom Logic: Implement your own business logic and error handling
- Real-time Processing: Immediate request submission and response retrieval
- Scalability: Handle high-volume workflows with custom queuing
Webhook Integration
Receive real-time notifications when human decisions are made:Webhooks
- Real-time Updates: Instant notifications when responses are ready
- Event-driven: Trigger actions based on specific events
- Reliable Delivery: Automatic retry and error handling
- Easy Setup: Simple endpoint configuration
Platform Integrations
Connect with popular automation and workflow platforms:N8N
Automate workflows with visual automation builder.
Zapier
Connect HITL.sh with 5000+ apps and services.
Make
Create complex automation scenarios with visual tools.
LangGraph
Build AI agent workflows with human oversight.
REST API Integration
Authentication
Secure your API calls with API keys:Request Creation
Submit requests for human review:Response Handling
Process human decisions when they’re ready:Webhook Integration
Webhook Configuration
Set up webhooks to receive real-time notifications:Webhook Handler
Process incoming webhook notifications:Platform-Specific Integrations
N8N Integration
Automate workflows with N8N’s visual automation builder:
- Visual Workflow Builder: Drag-and-drop interface for workflow creation
- Trigger Nodes: Start workflows based on HITL.sh events
- Action Nodes: Submit requests and process responses
- Error Handling: Built-in retry logic and error management
- Scheduling: Time-based workflow execution
- Content moderation workflows
- Customer support escalations
- Quality assurance processes
- Compliance verification
Zapier Integration
Connect HITL.sh with thousands of apps and services:Zapier Triggers
- New Request Created: When a request is submitted for review
- Request Completed: When human decision is received
- Request Escalated: When escalation occurs
Zapier Actions
- Create Request: Submit content for human review
- Update Request: Modify existing request details
- Get Response: Retrieve human decision data
- Slack: Notify teams about pending reviews
- Gmail: Send review requests via email
- Google Sheets: Log decisions and track metrics
- Notion: Document review processes and decisions
Make Integration
Build complex automation scenarios with Make:Make Features
- Scenario Builder: Visual workflow creation with advanced logic
- Data Mapping: Transform data between different formats
- Conditional Logic: Route requests based on content characteristics
- Error Handling: Comprehensive error management and recovery
- Multi-step approval processes
- Conditional routing based on content type
- Integration with multiple data sources
- Complex escalation chains
Custom Application Integration
Frontend Integration
Integrate HITL.sh into your web applications:Backend Integration
Integrate with your server-side applications:Integration Best Practices
Security
API Key Management
Store API keys securely in environment variables or secure vaults.
Webhook Verification
Always verify webhook signatures to prevent unauthorized access.
Rate Limiting
Implement rate limiting to avoid overwhelming the API.
Error Handling
Handle API errors gracefully with retry logic and fallbacks.
Performance
1
Asynchronous Processing
Use webhooks instead of polling for better performance.
2
Batch Operations
Group multiple requests when possible to reduce API calls.
3
Caching
Cache frequently accessed data to minimize API requests.
4
Connection Pooling
Reuse HTTP connections for better performance.
Monitoring
- API Usage: Track API call volumes and response times
- Error Rates: Monitor failed requests and error patterns
- Webhook Delivery: Ensure webhook notifications are received
- Performance Metrics: Track integration performance and bottlenecks
Next Steps
Ready to integrate HITL.sh with your systems?Explore Platform Integrations
Learn about specific platform integrations like N8N and Zapier.
Set Up Webhooks
Configure webhooks for real-time notifications.
API Reference
Detailed API documentation for custom integrations.