Just send the damn email.
Email API for developers. Password resets, onboarding, notifications — one call.
One API call. That's it.
// Using Fetch API
const response = await fetch('https://notify.cx/api/public/v1/send-email', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-api-key': 'your-api-key'
},
body: JSON.stringify({
to: 'user@example.com',
subject: 'Welcome aboard!',
name: 'John',
message: 'Thanks for joining us!'
})
});
const data = await response.json();What is Notify?
Notify is an email API for developers. Send transactional email from your app with one call, verify your domain, and monitor delivery with logs and webhooks—without running email infrastructure yourself.
Integrate in minutes
From account to first send — four steps, no busywork.
Sign up
No credit card needed.
Verify your domain
Required before production sending.
Copy your API key
Add credentials to your application.
Send
One API call. Full delivery logs.
Email infrastructure without the busywork
Everything you need to send and monitor transactional email from your application.
Email API
Send transactional email from your app with one focused endpoint.
Verified domains
SPF and DKIM setup so production mail authenticates correctly.
Delivery logs
See what happened after every send — delivery, opens, and clicks.
Webhooks
Push email events to your app so your product can react in real time.
Frequently asked questions
What is Notify?
Notify is an email API for developers. Send transactional emails—password resets, onboarding, notifications, and receipts—from your application with one API call, plus delivery logs and webhooks.
What kinds of email can I send?
Notify is built for transactional email: account verification, password resets, product notifications, receipts, and similar app-triggered messages.
Do I need to verify a domain?
Yes for production sending. You create credentials, verify your sending domain with SPF and DKIM, then send from the API or dashboard.
Is there a free plan?
Yes. The free plan includes 1,000 emails per month. Paid plans start at $10/month for 10,000 emails.
Start sending with one API call
Email infrastructure for developers — simple to integrate, clear to monitor.