All services
Email API

Transactional Email API: Marketing, Bulk & Templates

Send transactional and marketing emails via API. Customizable HTML templates, real-time open and click tracking, automatic bounce handling.

The flow

Create, send, analyze

From HTML template to open and click data: everything in a single API flow.

1

Create template

Create HTML templates with dynamic variables ({{name}}, {{order_id}}). Responsive design for all email clients.

<h1>Hi {{name}},</h1>
<p>Order {{order_id}}
   has been confirmed.</p>
<a href="{{track_url}}">
  Track your order
</a>
2

Send via API

One POST call with recipient, template and variables. Supports single send or bulk for thousands of emails.

POST /api/v4/notifications/email
{
  "to": "marco@mail.com",
  "template": "order_confirm",
  "vars": {
    "name": "Marco",
    "order_id": "#5821"
  }
}
3

Analyze results

Monitor opens, clicks and bounces in real time via API or webhook. Optimize your communications.

Opened 67.2%
Clicked 12.4%
Bounce 0.3%

Enterprise-grade deliverability

Your emails land in the inbox, not in spam.

DKIM

Cryptographic signature

SPF

Sender verification

DMARC

Auth policy

Dedicated IPs

Guaranteed reputation

99.2%

Deliverability

<5s

Delivery time

50M+

Emails per month

0.1%

Bounce rate

All features

Transactional emails

Send order confirmations, password resets, notifications and updates via API. Optimized deliverability with DKIM, SPF and DMARC.

POST /api/v4/notifications/email

Customizable templates

Create and manage HTML email templates with dynamic variables. Responsive design that works on all email clients.

GET /api/v4/notifications/email/templates

Open & click tracking

Monitor in real time who opens your emails and which links are clicked. Detailed data to optimize your communications.

GET /api/v4/notifications/email/{id}/analytics

Bulk sending

Send bulk emails to thousands of recipients with intelligent rate limiting and automatic bounce handling.

POST /api/v4/notifications/email/bulk

Email event webhooks

Receive real-time notifications on opens, clicks, bounces, unsubscribes and spam complaints.

POST /api/v4/webhooks/create

Secure authentication

Same JWT Bearer authentication as all Chat API services. One token for WhatsApp, SMS and Email.

POST /api/v4/auth/token
Email API

Ready to send emails that actually land?

Start using Email API for free. Enterprise deliverability with DKIM, SPF and DMARC. No credit card required.