Skip to content
reaatechREAATECH

@reaatech/webhook-relay-webhooks

pending npm

Provides webhook ingestion logic including signature validators (HMAC-SHA256/SHA1 with constant-time comparison), source handlers for Stripe, GitHub, Replicate, Twilio, SendGrid, Slack, Vercel, and a generic handler, plus payload normalization into a unified event schema and ingress-level deduplication by `webhookId`. It exports handler functions and validators intended as internal building blocks for the `@reaatech/webhook-relay-mcp` server.

@reaatech/webhook-relay-webhooks

Webhook ingestion, signature validators, and source handlers for webhook-relay-mcp.

This is an internal building block of the webhook-relay-mcp project. Most users want the runnable server instead — see @reaatech/webhook-relay-mcp.

Install

terminal
npm install @reaatech/webhook-relay-webhooks

What’s inside

  • Source handlers: Stripe, GitHub, Replicate, Twilio, SendGrid, Slack, Vercel, Generic
  • Signature validators: HMAC-SHA256/SHA1 with constant-time comparison
  • Payload normalization into a unified event schema
  • Ingress-level deduplication by webhookId

License

MIT — see LICENSE.