Logo
Type aliases

WebhookConfiguration

WebhookConfiguration = object

Defined in: packages/cloud/src/client/types.gen.ts:8199

Allows the user to configure webhook options for notifications and callbacks.

Properties

webhook_url?

optional webhook_url: string | null

Defined in: packages/cloud/src/client/types.gen.ts:8203

The URL to send webhook notifications to.


webhook_headers?

optional webhook_headers: {[key: string]: string; } | null

Defined in: packages/cloud/src/client/types.gen.ts:8207

Custom HTTP headers to include with webhook requests.


webhook_events?

optional webhook_events: ("extract.pending" | "extract.success" | "extract.error" | "extract.partial_success" | "extract.cancelled" | "unmapped_event")[] | null

Defined in: packages/cloud/src/client/types.gen.ts:8213

List of event names to subscribe to