WebhookDelivery
Defined in: packages/webhook/src/types/webhook.types.ts:105
Properties
섹션 제목: “Properties”attempts
섹션 제목: “attempts”attempts:
WebhookAttempt[]
Defined in: packages/webhook/src/types/webhook.types.ts:118
completedAt?
섹션 제목: “completedAt?”
optionalcompletedAt:Date
Defined in: packages/webhook/src/types/webhook.types.ts:121
createdAt
섹션 제목: “createdAt”createdAt:
Date
Defined in: packages/webhook/src/types/webhook.types.ts:120
endpointId
섹션 제목: “endpointId”endpointId:
string
Defined in: packages/webhook/src/types/webhook.types.ts:107
eventId
섹션 제목: “eventId”eventId:
string
Defined in: packages/webhook/src/types/webhook.types.ts:108
eventType?
섹션 제목: “eventType?”
optionaleventType:WebhookEventType
Defined in: packages/webhook/src/types/webhook.types.ts:113
Optional event type for filtering/stats.
(Helpful because payload is a JSON string and timestamps need revival when parsed.)
headers
섹션 제목: “headers”headers:
Record<string,string>
Defined in: packages/webhook/src/types/webhook.types.ts:116
httpMethod
섹션 제목: “httpMethod”httpMethod:
"POST"|"PUT"|"PATCH"
Defined in: packages/webhook/src/types/webhook.types.ts:115
id:
string
Defined in: packages/webhook/src/types/webhook.types.ts:106
nextRetryAt?
섹션 제목: “nextRetryAt?”
optionalnextRetryAt:Date
Defined in: packages/webhook/src/types/webhook.types.ts:122
payload
섹션 제목: “payload”payload:
string
Defined in: packages/webhook/src/types/webhook.types.ts:117
status
섹션 제목: “status”status:
"failed"|"success"|"pending"|"exhausted"
Defined in: packages/webhook/src/types/webhook.types.ts:119
url
섹션 제목: “url”url:
string
Defined in: packages/webhook/src/types/webhook.types.ts:114