Skip to main content

Configuration

Setting up a webhook in eCourtDate is a three-step process completed entirely within the Console.

Step 1: Create a Webhook

  1. Navigate to Console > Webhooks
  2. Click "Add Webhook"
  3. Enter a descriptive name for the webhook
  4. Select the region
  5. 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