Skip to content

WebhookConfig

API reference for WebhookConfig

@delta-base/server


Configuration for webhook subscribers

  • BaseSubscriberConfig

optional headers: Record<string, string>

Custom headers to include in the webhook request


optional retryPolicy: RetryPolicyInput

Retry policy configuration. Accepts V2 format (preferred) or legacy V1 format (deprecated, backward-compatible).

BaseSubscriberConfig.retryPolicy


optional timeoutMs: number

Timeout in milliseconds for the webhook request


url: string

The URL that will receive HTTP POST requests with events