WebhookEvent
Defined in: v1/schemas.ts:848
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:833
Inherited from
Section titled “Inherited from”z.infer.attempt_count
created_at
Section titled “created_at”created_at:
string
Defined in: v1/schemas.ts:835
Inherited from
Section titled “Inherited from”z.infer.created_at
id:
number
Defined in: v1/schemas.ts:830
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:834
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:837
Inherited from
Section titled “Inherited from”z.infer.object_id
object_type?
Section titled “object_type?”
optionalobject_type?:string
Defined in: v1/schemas.ts:836
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:838
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:832
Inherited from
Section titled “Inherited from”z.infer.webhook_id
workflow_state?
Section titled “workflow_state?”
optionalworkflow_state?:string
Defined in: v1/schemas.ts:831
Inherited from
Section titled “Inherited from”z.infer.workflow_state