Developer-First
Email Platform
Email Platform
developers love
import Nuntly from '@nuntly/sdk';
Best-in-class SDK
Effortless integration, powerful features—our SDKs deliver rich types, built-in retries, and more - crafted for developers.Flexible Email Sending
Whether it’s a single email or bulk, one or millions, scheduled or on-demand, with or without templates, giving developers full control without the complexity.
Comprehensive API
Offers a full set of features, giving developers complete control and flexibility for seamless integration.
Webhooks
Set up webhooks effortlessly to receive real-time updates on email events, ensuring you’re always in sync with what’s happeningFull Platform API Access
Our comprehensive API provides access to all the features of our platform

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 safeAwait
method, giving you a cleaner, more declarative way to handle errors.
import Nuntly from '@nuntly/sdk';const nuntly = new Nuntly({});(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.',}).safeAwait();if (error) {console.log(err.code);console.log(err.details);return;}console.log(`Email sent with id ${email.id}`);})();
Compliance-Driven Data Location
We ensure secure and compliant data hosting tailored to your regulatory requirements.
Secure by Design
Our platform prioritizes security at every level, end-to-end encryption, secure authentication, and compliance with industry standards ensure your emails are delivered safely while keeping your data protected.
Code less,
Send more!
The fastest path from Code to Inbox