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 your region
  5. 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