WebhookAttempt
Defined in: packages/webhook/src/types/webhook.types.ts:125
Properties
Section titled “Properties”attemptNumber
Section titled “attemptNumber”attemptNumber:
number
Defined in: packages/webhook/src/types/webhook.types.ts:126
error?
Section titled “error?”
optionalerror?:string
Defined in: packages/webhook/src/types/webhook.types.ts:131
httpStatus?
Section titled “httpStatus?”
optionalhttpStatus?:number
Defined in: packages/webhook/src/types/webhook.types.ts:128
latencyMs
Section titled “latencyMs”latencyMs:
number
Defined in: packages/webhook/src/types/webhook.types.ts:132
responseBody?
Section titled “responseBody?”
optionalresponseBody?:string
Defined in: packages/webhook/src/types/webhook.types.ts:129
responseHeaders?
Section titled “responseHeaders?”
optionalresponseHeaders?:Record<string,string>
Defined in: packages/webhook/src/types/webhook.types.ts:130
timestamp
Section titled “timestamp”timestamp:
Date
Defined in: packages/webhook/src/types/webhook.types.ts:127