Webhooks

Use when building the receiving end of a webhook — a provider-agnostic endpoint that proves pushed events are authentic and never processes one twice: raw-body HMAC, ~5-min replay window, idempotency on the event id, fast-ack-then-queue. NOT the Stripe-Signature scheme (that is stripe), NOT outbound clients you call (that is api-connector-builder).

ericrisco 7ace1ff 6 files · 30.2 KB Updated

File contents

ericrisco/rsc-harness/tree/main/skills/webhooks commit 7ace1ffa37

Frequently asked questions

npx skillmds@latest add ericrisco/webhooks