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?”
optional
headers:Record
<string
,string
>
Custom headers to include in the webhook request
retryPolicy?
Section titled “retryPolicy?”
optional
retryPolicy:RetryPolicy
Configuration for retry behavior
Inherited from
Section titled “Inherited from”BaseSubscriberConfig.retryPolicy
timeoutMs?
Section titled “timeoutMs?”
optional
timeoutMs:number
Timeout in milliseconds for the webhook request
url:
string
The URL that will receive HTTP POST requests with events