Email API for developers
Send transactional and marketing emails via API. Customizable HTML templates, real-time open and click tracking, automatic bounce handling.
Labels
Order #5821 confirmed! ✓
New login detected from Milan
Reminder: visit tomorrow 10:00
Welcome aboard! 🎉
This week's highlights
Order confirmation #5821 🎉
MyShop
Your trusted store
Hi Marco, your order is confirmed! 🎉 Here's your summary:
Analytics
1
Opens
2
Clicks
✓
Delivered
DKIM/SPF
✓ Valid
67.2%
Open rate
DKIM
SPF + DMARC
12.4%
Click rate
Create, send, analyze
From HTML template to open and click data: everything in a single API flow.
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> 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"
}
} Analyze results
Monitor opens, clicks and bounces in real time via API or webhook. Optimize your communications.
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 Ready to send emails that actually land?
Start using Email API for free. Enterprise deliverability with DKIM, SPF and DMARC. No credit card required.