RAMSIO

Integrations

What it actually connects to.

Every integration here is real code already in the product, not a roadmap item or a logo wall. Exact environment variables and setup steps for each are in the Environment Variables reference.

Payments

Both rails wired in from day one — not one provider with a second bolted on later.

  • Stripe

    Global billing — subscriptions, checkout sessions, customer portal, invoice history.

  • Razorpay

    India-market billing — UPI, cards, and the local payment methods Stripe doesn’t cover well there.

Authentication

Fully custom auth underneath — no third-party auth service in the critical path.

  • Google OAuthPRO

    Account linking and sign-in.

  • GitHub OAuthPRO

    Account linking and sign-in.

  • Microsoft OAuthPRO

    Account linking and sign-in.

  • SAML SSOENTERPRISE

    A real SAML service provider — not a config stub — for enterprise identity providers.

  • WebAuthn / PasskeysENTERPRISE

    Hardware-key and platform-authenticator MFA.

Webhooks

Outbound webhooks your own customers can build integrations against.

  • User-managed endpointsPRO

    Customers register their own webhook URLs — no code change required on your side.

  • HMAC-signed deliveries

    Every delivery is signed so receivers can verify it actually came from your API.

  • Retry queue + delivery history

    Failed deliveries retry automatically; every attempt is logged and inspectable.

Email

Transactional email for verification, password reset, and team invitations.

  • Resend

    The only transactional email provider wired in — one API key, no template lock-in.

SMS

For SMS-based multi-factor authentication.

  • TwilioENTERPRISE

    SMS delivery for MFA codes.

Observability

Error tracking wired into both the API and the web app, not just one side.

  • Sentry

    Backend and frontend error tracking — optional, off unless you set a DSN.

Analytics & marketing

Optional, front-end only, off by default until you add a real ID.

  • Google Analytics 4

    Standard GA4 measurement.

  • Meta Pixel

    Facebook/Instagram ad conversion tracking.

  • Google Ads

    Conversion tracking for Google Ads campaigns.

  • LinkedIn Insight Tag

    LinkedIn ad conversion tracking.

Need something that isn’t here? The source is yours — every integration above is a normal module you can extend or swap, not a black-box plugin system. See the Architecture page for how the modules are structured, or ask us directly.