index.ts
Local testing
Why it works this way
Verify the webhook signature
A public function can be called by anyone who knows the URL. In production, verify the service’s signature before processing the event —ctx.verify* does it in one line:
Webhooks guide
Supported providers, secret rotation, error codes and testing.