Webhook Handler Scaffolder

Scaffold a robust inbound webhook handler that verifies the signature on the raw body first, dedupes on the provider's event id, acknowledges fast, and processes asynchronously — the four things naive handlers get wrong. Use when wiring up events from a third party (Stripe, GitHub, Shopify, Slack, Twilio), when a provider keeps retrying because your endpoint times out or 500s, or when duplicate events are double-charging or double-creating records.

imtiazrayhan 1e1d50a 6.2 KB Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/webhook-handler-scaffolder commit 1e1d50a98b

Frequently asked questions

npx skillmds@latest add imtiazrayhan/webhook-handler-scaffolder