Webhook Receiver

Receive inbound webhooks with no web framework - a tiny stdlib HTTP server that verifies an HMAC signature in constant time and queues each payload to disk for a worker to process. Use for receive a webhook, handle an incoming POST, trigger a script from a webhook, verify a webhook signature, or stripe/github/telegram webhook intake.

baronguyen001 a56ec73 2 files · 5.1 KB Updated

File contents

baronguyen001/ai-automation-skills/tree/main/skills/webhook-receiver commit a56ec73ed7

Frequently asked questions

npx skillmds@latest add baronguyen001/webhook-receiver