WebhookEndpoint
Defined in: packages/webhook/src/types/webhook.types.ts:80
Properties
섹션 제목: “Properties”active
섹션 제목: “active”active:
boolean
Defined in: packages/webhook/src/types/webhook.types.ts:85
createdAt
섹션 제목: “createdAt”createdAt:
Date
Defined in: packages/webhook/src/types/webhook.types.ts:99
description?
섹션 제목: “description?”
optionaldescription:string
Defined in: packages/webhook/src/types/webhook.types.ts:84
events
섹션 제목: “events”events:
WebhookEventType[]
Defined in: packages/webhook/src/types/webhook.types.ts:86
filters?
섹션 제목: “filters?”
optionalfilters:object
Defined in: packages/webhook/src/types/webhook.types.ts:94
channelId?
섹션 제목: “channelId?”
optionalchannelId:string[]
providerId?
섹션 제목: “providerId?”
optionalproviderId:string[]
templateId?
섹션 제목: “templateId?”
optionaltemplateId:string[]
headers?
섹션 제목: “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?
섹션 제목: “lastTriggeredAt?”
optionallastTriggeredAt:Date
Defined in: packages/webhook/src/types/webhook.types.ts:101
name?
섹션 제목: “name?”
optionalname:string
Defined in: packages/webhook/src/types/webhook.types.ts:83
retryConfig?
섹션 제목: “retryConfig?”
optionalretryConfig:object
Defined in: packages/webhook/src/types/webhook.types.ts:89
backoffMultiplier
섹션 제목: “backoffMultiplier”backoffMultiplier:
number
maxRetries
섹션 제목: “maxRetries”maxRetries:
number
retryDelayMs
섹션 제목: “retryDelayMs”retryDelayMs:
number
secret?
섹션 제목: “secret?”
optionalsecret:string
Defined in: packages/webhook/src/types/webhook.types.ts:88
status
섹션 제목: “status”status:
"error"|"active"|"inactive"|"suspended"
Defined in: packages/webhook/src/types/webhook.types.ts:102
updatedAt
섹션 제목: “updatedAt”updatedAt:
Date
Defined in: packages/webhook/src/types/webhook.types.ts:100
url
섹션 제목: “url”url:
string
Defined in: packages/webhook/src/types/webhook.types.ts:82