Developer-First
    Email Platform

    Best-in-class Developer Experience

    The fastest path from Code to Inbox

    Effortless email delivery at any scale

    Thumbnail for Nuntly | Hero
    Benefits

    Email Platform
    developers love

    Typescript
    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.
    Typescript

    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.
    Thumbnail for Nuntly | Comprehensive API

    Comprehensive API

    Offers a full set of features, giving developers complete control and flexibility for seamless integration.
    Thumbnail for Nuntly | Webhooks API

    Webhooks

    Set up webhooks effortlessly to receive real-time updates on email events, ensuring you’re always in sync with what’s happening
    Developer-first

    Full Platform API Access

    Our comprehensive API provides access to all the features of our platform

    Thumbnail for Nuntly | Comprehensive API

    Full Feature Set

    Send single email or bulk, Create api keys or domains, Send invitations or See usage, our API empowers you to do more.

    Ease of Use

    Clean, consistent endpoints and documentation make implementation fast and intuitive.

    Efficient API

    Our API is optimized for performance, ensuring that your applications run smoothly
    Developer Experience

    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.

    openapi.yml
    /emails:
    post:
    tags:
    - 'emails'
    description: |
    Send transactional emails
    through 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.

    send.ts
    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.

    send.ts
    import Nuntly from '@nuntly/sdk';
    const nuntly = new Nuntly({});
    (async () => {
    const email = await nuntly.emails.
    retrieve
    list
    send
    cancel
    bulk
    events
    stats
    })();

    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.

    send.ts
    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.

    send.ts
    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.

    send.ts
    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}`);
    })();
    Datalocation

    Compliance-Driven Data Location

    We ensure secure and compliant data hosting tailored to your regulatory requirements.

    Data Location

    EU Flag
    All data is hosted in Europe by default, ensuring full compliance with GDPR and local regulations. Benefit from a secure & high-performance infrastructure.

    Choose Your Data Region

    For businesses with specific needs, our Enterprise plan can offer additional regions, even fully isolated data regions. Your data, your choice!

    Compliance

    Whether you need to meet legal obligations, adhere to industry standards, or ensure data confidentiality, our solution is built for seamless compliance and security.
    Security

    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.

    Email Authentication

    Fully support DKIM, SPF, and DMARC to ensure your emails are trusted, authentic, and not flagged as spam.

    End-to-End Encryption

    All data, including email content and sensitive information, is encrypted both during transmission and while stored at rest.

    Managed Dedicated IPs

    Maintain full control with dedicated IPs, improving deliverability and providing better email reputation management.

    Deliverability Protection

    Automatic and dynamic management of suppression lists to prevent sending emails to unsubscribed recipients

    API security You Can Trust

    We never store your API key. Instead, we use encrypted tokens to ensure maximum security and privacy

    Minimized Attack Surface

    We prioritize security by limiting external data processors, reducing threats, while ensuring high performance and reliability.
    Ready to get started ?

    Code less,
    Send more!

    The fastest path from Code to Inbox