receiving-webhooks

Installation
SKILL.md

Receiving Webhooks

A webhook is just an HTTP POST from a source you don't control. Treat every request as untrusted until its signature is verified. These guidelines apply to any handler consuming webhooks, regardless of which provider or platform sends them.

Header names, secret formats, and tolerances vary by provider. The names below follow the Standard Webhooks specification; always confirm the exact header names, signing scheme, and replay window against your provider's documentation before writing code.

Standard Webhooks

Installs
82
Repository
svix/ai
GitHub Stars
18
First Seen
Jun 12, 2026
receiving-webhooks — svix/ai