Integrations
Connect Samva to your stack, your auth provider, your ORM, and the frameworks you already use.
Integrations cover the glue between Samva and the rest of your stack: API tooling for exploring and testing the API outside your code, webhook verification for acting on Samva's outbound events, Next.js Server Actions and Route Handlers, Hono on Cloudflare Workers edge sends, TanStack Start server functions and server routes, Astro Actions and endpoints for framework-native sends, the Effect SDK for Effect-native sends, SvelteKit form actions and endpoints, React Email templating for component-based HTML email, Better Auth transactional email callbacks, Supabase Auth Send Email Hooks, Clerk webhook delivery for auth and lifecycle email, Prisma database-event patterns, and Auth.js magic-link email. Anything that can make an HTTP request can use the REST API directly.
Import to Postman
Load the Samva API into Postman from the OpenAPI spec.
Verify webhooks
Verify the signature on Samva's outbound webhooks.
Next.js
Send email from Server Actions and Route Handlers.
Hono on Cloudflare Workers
Send email from Worker handlers with Hono and Samva.
SvelteKit
Send email from SvelteKit form actions and endpoints.
React Email
Render React Email templates and send them with Samva.
TanStack Start
Send email from TanStack Start server functions and server routes.
Astro
Send email from Astro Actions and API endpoints.
Effect SDK
Send email from Effect with typed errors, Schedule retries, and Layers.
Better Auth
Send Better Auth transactional email through Samva.
Prisma
Send transactional email from Prisma order and domain events.
Auth.js
Send Auth.js and NextAuth magic-link email through Samva.
Supabase Auth
Send Supabase Auth emails through a signed Send Email Hook.
Clerk
Send Clerk auth and lifecycle email through Samva webhooks.