Skip to main content

Outbound webhooks (partner)

BizBionic delivers events to your HTTPS endpoint with durable outbox, retry, and DLQ.

Configure

Drain the outbox

After events enqueue (e.g. successful partner.send), deliver pending rows:
You own a public HTTPS endpoint. Local tunnels (e.g. cloudflared) work for development.

Signature

Header:
Signed payload:
Verify with ±5 minute skew. Support dual secrets during rotation.

Node verify sketch

Events (examples)

STOP is applied before partner outbox notify.

Next steps