WebhookEvent
Defined in: v1/schemas.ts:784
A single webhook event, representing one delivery attempt from a webhook to its configured URL.
The workflow_state reflects the delivery status.
The response_http_status is the HTTP status code returned by the receiving server.
Extends
Section titled “Extends”output<typeofWebhookEventSchema>
Properties
Section titled “Properties”attempt_count?
Section titled “attempt_count?”
optionalattempt_count?:number
Defined in: v1/schemas.ts:769
Inherited from
Section titled “Inherited from”z.infer.attempt_count
created_at
Section titled “created_at”created_at:
string
Defined in: v1/schemas.ts:771
Inherited from
Section titled “Inherited from”z.infer.created_at
id:
number
Defined in: v1/schemas.ts:766
Inherited from
Section titled “Inherited from”z.infer.id
last_attempted_at?
Section titled “last_attempted_at?”
optionallast_attempted_at?:string|null
Defined in: v1/schemas.ts:770
Inherited from
Section titled “Inherited from”z.infer.last_attempted_at
object_id?
Section titled “object_id?”
optionalobject_id?:number
Defined in: v1/schemas.ts:773
Inherited from
Section titled “Inherited from”z.infer.object_id
object_type?
Section titled “object_type?”
optionalobject_type?:string
Defined in: v1/schemas.ts:772
Inherited from
Section titled “Inherited from”z.infer.object_type
response_http_status?
Section titled “response_http_status?”
optionalresponse_http_status?:number|null
Defined in: v1/schemas.ts:774
Inherited from
Section titled “Inherited from”z.infer.response_http_status
webhook_id
Section titled “webhook_id”webhook_id:
number
Defined in: v1/schemas.ts:768
Inherited from
Section titled “Inherited from”z.infer.webhook_id
workflow_state?
Section titled “workflow_state?”
optionalworkflow_state?:string
Defined in: v1/schemas.ts:767
Inherited from
Section titled “Inherited from”z.infer.workflow_state