Email API

One API for marketing and transactional.

REST + SMTP + webhooks. Fire transactional sends and trigger marketing flows from the same endpoint. SDK in seven languages.

send.ts TypeScript
 // send a transactional email
await mailazy.send({
  to: "sarah@acme.com",
  template: "welcome",
  data: { name: "Sarah" }
}); 
Sub-features

REST, SMTP, webhooks.

REST API

One POST per send. JSON in, message ID out. 7 SDKs.

SMTP fallback

Drop in as a relay for any framework. Ports 587 / 465.

Webhook events

Subscribe to delivery, open, click, bounce, complaint.

Marketing + transactional

Marketing and transactional from the same endpoint.

Most providers force you to maintain two separate accounts. Mailazy doesn't. Send a welcome email and trigger a marketing workflow with one POST.

  • Single message ID. Track both surfaces in one report.
  • Shared suppression list. No accidental re-sends.
  • Consolidated reporting. One dashboard, one bill.
multi-channel.ts TypeScript
 // fire transactional + marketing
await mailazy.events.send({
  user_id: "u_42",
  name: "order.placed",
  channels: [
    "transactional",
    "marketing"
  ]
}); 
Use cases

What teams send through the API.

Order receipts

order.placed → itemized receipt with shipping ETA.

Notifications

comment.posted, task.due, shipment.delivered.

Lifecycle triggers

Same product code fires marketing flow on signup.

Language support

Drop into your stack.

Node · Python · Go · PHP · Ruby · Java · curl

Send your first email in 10 lines.

Free for 1,000 contacts. API key in 60 seconds.