Simple, clean API that works with your favorite language. Copy, paste, send.
import { Unosend } from 'unosend'; const unosend = new Unosend('un_xxxxxxxxx'); await unosend.emails.send({ from: 'hello@yourdomain.com', to: 'user@example.com', subject: 'Welcome!', html: '<p>Thanks for signing up!</p>'});Troubleshoot with detailed logs. Collect and analyze real-time data on API traffic.
View every API request with full details.
Track delivery, opens, and clicks.
Get real-time notifications for events.
Everything you need to integrate email into your application.
Emails delivered in milliseconds.
TLS encryption, SPF, DKIM, DMARC.
Manage multiple keys with scopes.
Fast response from real engineers.
One API call to send an email. No complex configuration. Works with any programming language.
RESTful JSON API
Official SDKs for 6 languages
Comprehensive documentation
// Response
{
"id": "em_xxxxxxxxx",
"from": "hello@yourdomain.com",
"to": "user@example.com",
"subject": "Welcome!",
"status": "sent",
"created_at": "2024-01-15T10:30:00Z"
}