Overview
Custom webhook integration. Connect Localjsons with any service that supports webhooks. Build your own integrations and automate workflows.
Features
- Custom webhook URLs
- Event triggers
- JSON payloads
- Retry logic
- Signature verification
- Multiple endpoints
Quick Start
Step 1: Configure webhook
Add your webhook URL in settings
Step 2: Select events
Choose which events to trigger
Step 3: Test
Test your webhook integration
Example
{
"event": "translation.completed",
"data": {
"projectId": "project-123",
"language": "fr",
"status": "completed"
}
}Details
Category
automation
Tags
API
Custom
Status
Available
Related Integrations