Skip to main content

Interface: WebhookParamType

types/webhook.WebhookParamType

Interface WebhookParamType

Properties

description

Optional description: string

Webhook description

Defined in

types/webhook.ts:16


events

events: WebhookEventsType[]

Webhook events

Defined in

types/webhook.ts:20


is_active

Optional is_active: boolean

Active status

Defined in

types/webhook.ts:8


ssl_cert_verification

Optional ssl_cert_verification: boolean

Webhook SSL certificates for HTTPS requests.

Defined in

types/webhook.ts:24


target

target: string

Webhook target

Defined in

types/webhook.ts:12