Skip to content

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.

  • output<typeof WebhookEventSchema>

optional attempt_count?: number

Defined in: v1/schemas.ts:769

z.infer.attempt_count


created_at: string

Defined in: v1/schemas.ts:771

z.infer.created_at


id: number

Defined in: v1/schemas.ts:766

z.infer.id


optional last_attempted_at?: string | null

Defined in: v1/schemas.ts:770

z.infer.last_attempted_at


optional object_id?: number

Defined in: v1/schemas.ts:773

z.infer.object_id


optional object_type?: string

Defined in: v1/schemas.ts:772

z.infer.object_type


optional response_http_status?: number | null

Defined in: v1/schemas.ts:774

z.infer.response_http_status


webhook_id: number

Defined in: v1/schemas.ts:768

z.infer.webhook_id


optional workflow_state?: string

Defined in: v1/schemas.ts:767

z.infer.workflow_state