Skip to main content
WEBHOOK

Body

application/json
type
any
required
id
string<uuid>
required

Equal to the webhook-id HTTP header. Stable across retries; use for receiver-side deduplication.

timestamp
string<date-time>
required

Event time (when the business action happened), set once at publish and replayed on retries. NOT the dispatch time, which lives in the webhook-timestamp HTTP header and is recomputed per send.

data
object
required

Terminal counts for a table operation. Aggregate counts only, never child-id arrays, so payload size is constant regardless of run width.

Response

200

Receiver acknowledged.