Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the webhook dispatch record.

Specific attributes

retry
decimaldefault:"0"publicrequired
The number of retry attempts for the webhook dispatch.
Rules: Precision: 1, Scale: 0
status
varchardefault:"pending"publicrequired
The status of the webhook dispatch.
Rules: Possible values: pending, success, failed

Foreign keys

event
uuidpublicrequired
The unique identifier of the associated event. Ref: Event Schema
webhook
uuidpublicrequired
The unique identifier of the associated webhook. Ref: Webhook Schema

Tracking attributes

created_at
timestamppublic
The timestamp when the webhook dispatch record was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the webhook dispatch record was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the webhook dispatch record is active.
is_deleted
booleandefault:"false"public
Indicates whether the webhook dispatch record has been deleted.
updated_at
timestamppublic
The timestamp when the webhook dispatch record was last updated.
Rules: Precision: 6, with timezone