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: RetryPolicy

Configuration for retry behavior

BaseSubscriberConfig.retryPolicy


optional timeoutMs: number

Timeout in milliseconds for the webhook request


url: string

The URL that will receive HTTP POST requests with events