Configuration
Setting up a webhook in eCourtDate is a three-step process completed entirely within the Console.
Step 1: Create a Webhook
- Navigate to Console > Webhooks
- Click "Add Webhook"
- Enter a descriptive name for the webhook
- Select your region
- Confirm to create the webhook
Step 2: Customize
Once created, configure the webhook to match your integration needs:
- Agency -- optionally assign the webhook to a specific Agency to scope which events it receives
- Webhook URL -- enter the HTTPS endpoint on your server that will receive webhook events
Step 3: Integrate
Connect your webhook events to your application:
- Wire the webhook to your REST API to trigger data updates when events arrive
- Use incoming event data to power multilingual notifications and workflows
tip
Use HTTPS endpoints in production. Staging environments only support inbound channels.
Next Steps
- Security -- protect your endpoint with IP whitelisting and HMAC verification
- Event Types -- understand the payload structure your endpoint will receive