Transactional email API

Send transactional email without the ops

Verify domains and ship transactional email through a single type-safe API. Templates, webhooks, usage tracking, and billing included.

Features

Everything you need to ship messages

Email delivery, templates, webhooks, and billing usage controls in one focused dashboard.

Email

Verify your domain, configure DKIM, and send branded transactional email through Amazon SES.

SMS (coming soon)

SMS is intentionally disabled in current plans to keep pricing loss-proof. Planned for a future release.

Templates

Create reusable message templates with variables and live preview. Ship faster, stay consistent.

Webhooks

Get real-time delivery events pushed to your endpoint. Bounces, opens, clicks — all accounted for.

API & SDK

One API key, type-safe client, and full oRPC support. Integrate in minutes, not days.

Dashboard

Manage domains, contacts, logs, and settings from a single pane. No CLI required.

How it works

Three steps to your first message

01

Add your domain

Verify DNS and configure DKIM in one click.

02

Grab an API key

Generate a key from the dashboard.

03

Send messages

Use the SDK or REST API to deliver email.

send.ts
import { connect } from "@nilovon/connect";

const client = connect({ apiKey: process.env.CONNECT_KEY });

// Send an email
await client.messages.send({
  channel: "email",
  to: "user@example.com",
  subject: "Welcome aboard",
  template: "onboarding",
  variables: { name: "Alex" },
});

// Send another email
await client.messages.send({
  channel: "email",
  to: "ops@example.com",
  subject: "Delivery report",
  body: "All systems operational.",
});

Pricing

Simple, transparent pricing

Start free, scale when you’re ready. No surprise fees, no per-seat charges.

Free

$0forever

Demo tier with strict limits.

  • 5 emails / day
  • 120 emails / month
  • Email only
  • Hard daily/monthly caps
  • Best for demos

Starter

€5/ month

For small production workloads.

  • 500 emails / month
  • Email only
  • Usage dashboard
  • Checkout via Polar
  • No overage risk
Most popular

Growth

€20/ month

For growing teams that need higher throughput.

  • 5,000 emails / month
  • Email only
  • Priority capacity
  • Team-friendly limits
  • No overage risk

Business

€99/ month

For high-volume transactional email.

  • 30,000 emails / month
  • 1 verified domain
  • Email only
  • Highest monthly quota
  • Best for production teams
  • No overage risk

Ready to send?

Create an account in seconds. No credit card required, no vendor lock-in.