Developer-First
Email Platform
Everything you need
to send email
Best-in-class SDK
SDKs with rich types, built-in retries, pagination, and error handling.Integrate in minutes, not days.
Flexible Email Sending
Single or bulk, scheduled or instant, with or without templates.One API for every use case.

Comprehensive API
Manage domains, API keys, webhooks, and analytics.Every platform feature accessible through REST.

Webhooks
Real-time updates on deliveries, opens, clicks, and bounces.Automatic retries and event replay included.
How to send emails
from your domain
Ship emails,
Not infrastructure
Everything you need to ship email features faster.
Free plan available. No credit card required.
Full Platform API Access
Manage domains, API keys, webhooks, and analytics from a single REST API.

Full control,
Zero complexity
Every platform feature accessible through REST.
Free plan available. No credit card required.
Built for Seamless Developer Experience
Our SDKs are designed to make email integration effortless, fast, and reliable, giving developers everything they need to build smarter.
API-First at Our Core
Built for modern developers, our SDKs follow an API-first approach, ensuring consistency, reliability, and effortless integration.
The API isn’t just a feature—it’s the foundation of everything we build.
/emails:post:tags:- 'emails'description: |Send transactional emailsthrough the Nuntly platform.It supports HTML and plain-text emails,attachments, labels,custom headers and scheduling.operationId: 'send-email'requestBody:content:application/json:schema:$ref: '#/components/schemas/CreateEmailRequest'responses:200:description: 'A successful response'content: ...
Reliable SDKs
Our SDK ensures fast, resilient HTTP connections with built-in authentication, automatic retries with exponential backoff, and a frictionless developer experience.
import Nuntly from '@nuntly/sdk';const nuntly = new Nuntly({apiKey: process.env['NUNTLY_API_KEY'],timeout: 5000,maxRetries: 1,});
Type-Safe Client
SDK optimized for TypeScript & JavaScript—rich types, autocompletion, inline docs, and a seamless developer experience with error-free coding.
import Nuntly from '@nuntly/sdk';const nuntly = new Nuntly({});(async () => {const email = await nuntly.emails.retrievelistsendcancelbulkeventsstats})();
Developer-Friendly SDK
Our TypeScript SDK is designed with clarity and simplicity in mind, featuring intuitive, human-readable follows a coherent, logical structure, ensuring a seamless developer experience.
import Nuntly from '@nuntly/sdk';const nuntly = new Nuntly({});(async () => {const email = await nuntly.emails.send({from: 'hello@world.net',to: 'tomlinson@bbn-tenexa.com',subject: 'Email',text: 'Hey Ray, thank you for inventing email.',});})();
Bulletproof Error Handling
Our TypeScript SDK ensures graceful error management with clear, structured error messages and automatic retries for transient failures.
Detailed error codes and human-readable messages make debugging effortless, so you can quickly identify and resolve issues.
import Nuntly from '@nuntly/sdk';const nuntly = new Nuntly({});(async () => {try {const email = await nuntly.emails.send({from: 'hello@world.net',to: 'tomlinson@bbn-tenexa.com',subject: 'Email',text: 'Hey Ray, thank you for inventing email.',});console.log(`Email sent with id ${email.id}`);} catch (err) {if (err instanceof Nuntly.APIError) {console.log(err.code);console.log(err.details);} else {throw err;}}})();
Error Handling, Your Way
Hate try/catch? No problem. Our SDK includes a built-in safe Nuntly, giving you a cleaner, more declarative way to handle errors.
import { createSafeNuntly } from '@nuntly/sdk/lib/safe';const nuntly = new createSafeNuntly({});(async () => {const { data, error } = await nuntly.emails.send({from: 'hello@world.net',to: 'tomlinson@bbn-tenexa.com',subject: 'Email',text: 'Hey Ray, thank you for inventing email.',});if (error) {console.log(err.code);console.log(err.details);return;}console.log(`Email sent with id ${email.id}`);})();
Integrate once,
Send forever
SDKs with rich types, retries, and error handling built in.
Free plan available. No credit card required.
Webhooks Deliver Instant Insights
Get real-time delivery, open, click, and bounce events pushed directly to your endpoints.

Compliance-Driven Data Location
We ensure secure and compliant data hosting tailored to your regulatory requirements.
Secure by Design
End-to-end encryption. Secure authentication. Industry-standard compliance. Your emails deliver safely and your data stays protected.
Trusted by Developers
Developers who rely on Nuntly for email deliverability, observability, and Developer Experience.
Frequently asked questions
Ship emails,
Not infrastructure
Trusted by Echo Analytics, DiliTrust, Ogury, and 100+ developer teams.
Free plan available. No credit card required.




