Skip to content

Latest commit

Β 

History

History
82 lines (65 loc) Β· 3.55 KB

File metadata and controls

82 lines (65 loc) Β· 3.55 KB

Provider backlog

The wishlist of providers we'd love to support. Each is a great first contribution β€” run pnpm new-provider <id>, verify the scheme against the provider's official docs, fill in the config and vectors, and open a PR. See CONTRIBUTING.md.

Check the box in your PR when you ship one (the - [ ] \id`lines below feed the "Up for grabs" list in the README, regenerated bypnpm gen:table`).

⚠️ Never guess a scheme. Verify it from the provider's official documentation and link the doc in the provider README. If you cannot verify it from first-party docs, say so in the PR rather than shipping it.

Payments & billing

  • paypal β€” webhook signature verification (transmission signature + cert chain; verify current scheme)
  • square β€” HMAC-SHA256 over notification URL + raw body
  • adyen β€” HMAC (HmacSignature in notification items)
  • mollie β€” verify current scheme from docs
  • razorpay β€” HMAC-SHA256, X-Razorpay-Signature
  • coinbase-commerce β€” HMAC-SHA256, X-CC-Webhook-Signature
  • wise β€” signature verification (public-key based; verify from docs)
  • iyzico β€” verify current scheme from docs
  • paytr β€” verify current scheme from docs
  • gumroad β€” verify current scheme from docs
  • patreon β€” HMAC (MD5 per docs β€” verify current scheme)
  • whop β€” likely a Svix/Standard-Webhooks preset (verify)

Developer platforms

  • gitlab β€” X-Gitlab-Token shared-secret comparison (verify)
  • bitbucket β€” verify current scheme from docs
  • linear β€” HMAC-SHA256, Linear-Signature
  • jira β€” verify current scheme from docs
  • sentry β€” HMAC-SHA256, Sentry-Hook-Signature
  • vercel β€” HMAC-SHA1, X-Vercel-Signature
  • netlify β€” JWS signature (verify)
  • render β€” likely Svix/Standard-Webhooks preset (verify)
  • railway β€” verify current scheme from docs
  • supabase β€” likely Svix/Standard-Webhooks preset (verify)
  • hasura β€” verify current scheme from docs

Content & data

  • contentful β€” verify current scheme from docs
  • sanity β€” HMAC-SHA256, sanity-webhook-signature
  • strapi β€” verify current scheme from docs
  • algolia β€” verify current scheme from docs
  • typeform β€” HMAC-SHA256, base64, Typeform-Signature
  • tally β€” verify current scheme from docs

Scheduling & comms

  • cal.com β€” HMAC-SHA256, X-Cal-Signature-256
  • calendly β€” HMAC-SHA256 (Webhook-Signature, t/v1 pairs β€” verify)
  • zoom β€” HMAC-SHA256, x-zm-signature
  • intercom β€” HMAC-SHA1, X-Hub-Signature
  • zendesk β€” verify current scheme from docs

Marketing & CRM

  • hubspot β€” v3 signature (HMAC-SHA256 over method+uri+body+timestamp β€” verify)
  • mailgun β€” HMAC-SHA256 over timestamp+token
  • postmark β€” verify current scheme from docs
  • sendgrid β€” ECDSA signature (verify)
  • loops β€” verify current scheme from docs
  • customerio β€” HMAC-SHA256, X-CIO-Signature + timestamp
  • brevo β€” verify current scheme from docs
  • klaviyo β€” verify current scheme from docs

Auth & identity

  • workos β€” likely Svix/Standard-Webhooks preset (verify)
  • stytch β€” verify current scheme from docs
  • kinde β€” verify current scheme from docs
  • docusign β€” HMAC-SHA256, base64 (Connect signature)
  • dropbox-sign β€” HMAC-SHA256 (verify)

Logistics

  • shippo β€” verify current scheme from docs
  • easypost β€” HMAC-SHA256, X-Hmac-Signature