OpenFence
AI · webhook diagnostics

Stop guessing why a webhook failed.

OpenFence's AI reads the raw diagnostic facts of a real delivery — signatures, timestamps, retry history, dead-letters — and explains, in plain English, exactly what went wrong and what to change. 25 explanations every month, included on Standard.

$0 today · 14-day free trial · explanations included.

What it explains

The four failure modes behind almost every broken webhook — each one cross-referenced to the troubleshooting catalog.

Signature mismatch

A wrong or rotated signing secret — the receiver verifies against a key we're no longer signing with, so every delivery 401s.

Body re-serialization

A middleware like express.json() reparses and re-emits the body before you verify, so the bytes you sign differ from the bytes we signed.

Stale or replayed timestamp

A delivery arrives — or is retried — outside the ±5-minute freshness window, or a clock-skewed receiver rejects a valid one.

Retry exhaustion → dead-letter

A receiver returns 4xx/5xx until retries run out and the delivery lands in the dead-letter store — the AI surfaces the pattern and the first failing attempt.

See a real explanation

This is the actual output format — a plain-English narrative plus structured findings, each severity · code — summary. Toggle a failure type:

AI synthesis · webhook delivery diagnostic

All 14 deliveries to your orders subscription returned HTTP 401 in the last 24 hours. The signature headers are well-formed and the timestamps are fresh, so the secret itself is fine — the body is being altered between receipt and verification.

  • critical body_reparsed — your receiver re-serializes the JSON body (e.g. express.json()) before computing the HMAC, so the signed bytes never match ours. Verify against the raw request body.

Real output format. In your dashboard this runs on your own deliveries — and the raw diagnostic facts are shown even when the AI is unavailable.

How it works

On your real deliveries

It runs in your dashboard, against your own subscriptions and delivery history — your tenant data only, never anyone else's.

Facts first, AI on top

The raw diagnostic facts are always shown — signatures, timestamps, retries, dead-letters. The AI explanation is a layer on top, never the source of truth, so you're covered even when it's unavailable.

No setup

Nothing to install or configure. The moment you have deliveries, you can ask for an explanation — 25 a month included.

AI is included — and easy to scale

Every Standard plan ($49/mo) includes 25 AI explanations a month. Need more? The Standard AI add-on bumps you to 250/month — add or remove it anytime, prorated, from your dashboard.

See full pricing →

+$30/mo → 250

Find out why — on your own deliveries.

Start a tenant, send a few pings, and ask the AI to explain your first webhook. $0 for 14 days.

$0 today · 14-day free trial. On a trial? Upgrade →