Back to Trigger

Webhook provider seed research (raw notes, 2026-07-14)

internal-packages/webhook-sources/catalog/research-notes.md

4.5.1211.5 KB
Original Source

Webhook provider seed research (raw notes, 2026-07-14)

Findings from the seed-research subagents. preset = one of our exact presets (stripe/github/svix/ square/discord) where the scheme matches exactly, else null (needs a custom config or ships sample-only). Rank/tier finalized during the merge into providers.json.

Voice AI / conversational voice

AI / ML compute / STT

Communication / video

SMS / voice / CPaaS

Payments / commerce / fintech

Calendar / scheduling

Preset-mapping notes for the merge

  • svix preset: replicate, openai, anthropic (+ clerk, resend already planned).
  • stripe preset: stripe, stripe-issuing.
  • square preset: square.
  • discord preset: discord.
  • github preset: github; VERIFY whatsapp/meta (X-Hub-Signature-256 sha256= looks identical to GitHub) as a potential github-preset reuse.
  • Everything else (generic hmac variants w/ own header+template, ed25519 non-discord, jwt, rsa, basic, shared-secret) = custom verifier config authored later, or ships sample-only for v1.
  • Notable signature-scheme diversity to cover in the sample library: hmac-sha1 (twilio, webex, braintree-ish), hmac-sha512 (authorize-net, affirm), rsa-sha256 (paypal), ed25519 (discord, telnyx), jwt-in-authorization (livekit, vonage, bird), in-payload hmac (adyen), shared-secret/echo (google-calendar, ms-graph default, ringcentral, assemblyai, huggingface, bland-alt).