Incoming webhooks
Verify the signature, store the raw event keyed by its id, return 200 immediately — then do the real work in the background.
What this skill helps you build
Receive events from external providers safely — verify the signature, dedupe by event id, ack fast, and process the work asynchronously.
The production takeaway
Verify the signature, store the raw event keyed by its id, return 200 immediately — then do the real work in the background.
Inside this skill
The full skill expands these implementation areas with decisions, edge cases, prompts, tests, and framework-specific code.
Unlock the full implementation
Paid access includes the complete skill body, implementation prompt, common mistakes, production checklist, and code examples where this skill includes them.