Skip to main content

Webhook Delivery Evidence

Zen Mesh records delivery evidence for every webhook event, providing audit trail, tamper-evident integrity, and machine-readable verification.

What It Is

Delivery evidence is a tamper-evident record of each webhook delivery attempt. Every event that passes through the data plane generates a delivery receipt with metadata about the source, destination, delivery outcome, and cryptographic integrity proof.

Evidence Types

TypeDescription
Delivery receiptsPer-event delivery outcome with timestamps, source, destination, and status
Delivery historyComplete history of delivery attempts, including retries and DLQ events
Merkle integrity chainContent-addressed evidence chain for tamper detection
Validation mapsLocal validation guides for verifying evidence independently

How It Works

  1. When an event is delivered, a delivery receipt is generated with the event ID, source, destination, delivery mode, timestamp, and outcome
  2. Receipts are appended to an audit log with hash-chain linking for tamper evidence
  3. Merkle integrity comparison provides drift detection across evidence snapshots
  4. Machine-readable manifests expose capability status and evidence references for AI and RAG systems

Evidence and Status

Status as of 2026-06: Delivery receipts and audit logs are generated per-event. Merkle integrity chain is implemented. Machine-readable evidence manifests are published. All evidence is currently validated in local/sandbox environments.