WebhookConfig
API reference for WebhookConfig
Interface: WebhookConfig
Section titled “Interface: WebhookConfig”Configuration for webhook subscribers
Extends
Section titled “Extends”BaseSubscriberConfig
Properties
Section titled “Properties”headers?
Section titled “headers?”
optionalheaders:Record<string,string>
Custom headers to include in the webhook request
retryPolicy?
Section titled “retryPolicy?”
optionalretryPolicy:RetryPolicy
Configuration for retry behavior
Inherited from
Section titled “Inherited from”BaseSubscriberConfig.retryPolicy
timeoutMs?
Section titled “timeoutMs?”
optionaltimeoutMs:number
Timeout in milliseconds for the webhook request
url:
string
The URL that will receive HTTP POST requests with events