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 the region
- Confirm to create the webhook
Step 2: Customize
Once created, configure the webhook to match the integration needs:
- Agency: optionally assign the webhook to a specific Agency to scope which events it receives
- Webhook URL: enter the HTTPS endpoint on the server that will receive webhook events
Step 3: Integrate
Connect the webhook events to the application:
- Wire the webhook to the 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 the endpoint with IP whitelisting and HMAC verification
- Event Types: understand the payload structure the endpoint will receive