Webhooks & APIIntegrations

Integrations

Connect Wexio to 30+ platforms without a proxy

Wexio's inbound webhook engine speaks seven authentication modes that natively cover 30+ popular services. Most integrations take two fields — a URL and a signing secret — and one-click presets handle everything else.

Integration presets in the connection form

How to Choose

Your partner…Use this mode
Is a no-code tool (Make, Zapier, n8n, IFTTT)Shared Secret — send the generated value as a custom header
Is StripeStripe
Is Paddle Billing v2Paddle
Is Revolut BusinessRevolut
Is Slack (Events API, slash commands, interactivity)Slack
Is a Svix-powered SaaS (Clerk, Resend, Orb, Knock, Dub, Humanloop, Beam)Svix
Signs the raw body with HMAC-SHA256 (GitHub, Shopify, Mailgun, Paystack, Razorpay, PagerDuty, Zendesk, HubSpot v3, Linear, Vercel, Netlify)Generic HMAC-SHA256 (presets fill the config)
Uses RSA / Ed25519 / ECDSA / JWSProxy through Make/n8n/Zapier until native support lands (PayPal v2, Wise, Discord, SendGrid, Apple IAP, Google Play, Paddle Classic)

No-code Bridges

Payments & E-commerce

Developer Tooling

Communications & Operations

SaaS (Svix-powered)

These providers ship all their webhooks via Svix — one Wexio mode covers all of them.

Other Svix-powered providers — Orb, Knock, Dub, Humanloop, Beam — follow the same pattern; use the Svix guide and paste their signing secret.

Generic / Anything Else

Not Yet Supported Natively

ProviderSchemeRecommendation
PayPal v2RSA + JWKSProxy through Make/n8n/Zapier
WiseRSA, rotating keysSame
Paddle ClassicRSASame
DiscordEd25519Same
SendGrid signed eventsECDSAUse the unsigned variant + Shared Secret, or proxy
Apple IAP / Google Play BillingJWSProxy for now
Intercom legacy webhooksSHA-1Switch to their SHA-256 webhooks, or proxy
Square / TwilioHMAC over URL+bodyProxy
AdyenField-specific HMACProxy

Asymmetric signatures (RSA, Ed25519, ECDSA, JWS) all need a shared remote-key-fetching infrastructure on Wexio's side — that's on the roadmap. For now, route them through a no-code bridge: the bridge does the signature verification, reshapes the payload, and forwards to a Wexio Shared Secret webhook.

On this page