WebhookEndpoint
Defined in: packages/webhook/src/types/webhook.types.ts:80
Properties
Section titled “Properties”active
Section titled “active”active:
boolean
Defined in: packages/webhook/src/types/webhook.types.ts:85
createdAt
Section titled “createdAt”createdAt:
Date
Defined in: packages/webhook/src/types/webhook.types.ts:99
description?
Section titled “description?”
optionaldescription:string
Defined in: packages/webhook/src/types/webhook.types.ts:84
events
Section titled “events”events:
WebhookEventType[]
Defined in: packages/webhook/src/types/webhook.types.ts:86
filters?
Section titled “filters?”
optionalfilters:object
Defined in: packages/webhook/src/types/webhook.types.ts:94
channelId?
Section titled “channelId?”
optionalchannelId:string[]
providerId?
Section titled “providerId?”
optionalproviderId:string[]
templateId?
Section titled “templateId?”
optionaltemplateId:string[]
headers?
Section titled “headers?”
optionalheaders:Record<string,string>
Defined in: packages/webhook/src/types/webhook.types.ts:87
id:
string
Defined in: packages/webhook/src/types/webhook.types.ts:81
lastTriggeredAt?
Section titled “lastTriggeredAt?”
optionallastTriggeredAt:Date
Defined in: packages/webhook/src/types/webhook.types.ts:101
optionalname:string
Defined in: packages/webhook/src/types/webhook.types.ts:83
retryConfig?
Section titled “retryConfig?”
optionalretryConfig:object
Defined in: packages/webhook/src/types/webhook.types.ts:89
backoffMultiplier
Section titled “backoffMultiplier”backoffMultiplier:
number
maxRetries
Section titled “maxRetries”maxRetries:
number
retryDelayMs
Section titled “retryDelayMs”retryDelayMs:
number
secret?
Section titled “secret?”
optionalsecret:string
Defined in: packages/webhook/src/types/webhook.types.ts:88
status
Section titled “status”status:
"error"|"active"|"inactive"|"suspended"
Defined in: packages/webhook/src/types/webhook.types.ts:102
updatedAt
Section titled “updatedAt”updatedAt:
Date
Defined in: packages/webhook/src/types/webhook.types.ts:100
url:
string
Defined in: packages/webhook/src/types/webhook.types.ts:82