Skip to content

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.

  • output<typeof WebhookEventSchema>

optional attempt_count?: number

Defined in: v1/schemas.ts:833

z.infer.attempt_count


created_at: string

Defined in: v1/schemas.ts:835

z.infer.created_at


id: number

Defined in: v1/schemas.ts:830

z.infer.id


optional last_attempted_at?: string | null

Defined in: v1/schemas.ts:834

z.infer.last_attempted_at


optional object_id?: number

Defined in: v1/schemas.ts:837

z.infer.object_id


optional object_type?: string

Defined in: v1/schemas.ts:836

z.infer.object_type


optional response_http_status?: number | null

Defined in: v1/schemas.ts:838

z.infer.response_http_status


webhook_id: number

Defined in: v1/schemas.ts:832

z.infer.webhook_id


optional workflow_state?: string

Defined in: v1/schemas.ts:831

z.infer.workflow_state