Skip to main content

Welcome to Sendmator API

Sendmator is a Powerful Message Automation API designed for developers who need reliable, scalable message delivery. Our REST API makes it simple to send messages of all types like transactional emails, and track performance.

Why Sendmator?

  • Developer-first: Clean, RESTful API with comprehensive SDKs
  • Reliable delivery: 99.9% uptime SLA with intelligent routing
  • Real-time analytics: Track opens, clicks, bounces, and more
  • Template engine: Dynamic email templates with powerful personalization
  • Webhook support: Real-time event notifications for your application

Quick Example

import { Sendmator } from '@sendmator/node';

const sendmator = new Sendmator('your-api-key');

await sendmator.emails.send({
to: 'user@example.com',
from: 'hello@yourapp.com',
subject: 'Welcome to our app!',
html: '<h1>Welcome!</h1><p>Thanks for signing up.</p>'
});

What's Next?

Need help? Check our support resources or reach out to our team.