Transactional email, without the complexity.
Histeria gives developers a simple way to send, manage, and track transactional email from their applications.
Send transactional email with one API request.
Trigger emails directly from your backend or microservices. Pass a template slug, recipient address, dynamic JSON variables, and authentication header.
curl -X POST https://api.histeria.dev/v1/emails/send \
-H "x-api-key: ck_live_secret_key_123" \
-H "Content-Type: application/json" \
-d '{
"templateId": "order-confirmation",
"to": "customer@example.com",
"data": {
"customerName": "John Doe",
"orderNumber": "ORD-9812",
"total": "$149.00"
}
}'{
"id": "email_98ab71c2",
"status": "QUEUED"
}Build once. Send everywhere.
Build visually or work directly with HTML. Both become reusable Histeria templates ready to be triggered via your API.
Hi {{customerName}}, thanks for your order!
templateId or slugVersion your transactional emails safely.
Keep template changes controlled with immutable version history and explicit current active pointers while your production applications continue sending.
See what happened after an email was sent.
Histeria tracks explicit delivery state progression, failure conditions, and recipient engagement timestamps.
Every email. One clear timeline.
Inspect individual email records with queue times, send times, provider message IDs, event history, and HTML preview.
customer@example.com | Template: order-confirmationemail_98ab71c2msg_77812xAlready using SMTP? Keep your existing workflow.
Configure organization SMTP settings and send transactional email through Histeria without rebuilding your application around a new API.
Control access with production-ready API keys.
Create secure API keys for your production applications and manage them directly from your dashboard with granular name labels, key prefixes, expiration controls, and instant revocation.
The actual raw API secret key is displayed only once when created. Histeria stores cryptographic hashes for authentication security.
ck_live_981a...Expires: NeverLast used: Todayck_test_4482...Expires: 30 DaysLast used: YesterdayStart small. Scale when you need to.
Transparent pricing based on your transactional email volume, template needs, and team seats.
Free
Ideal for side projects and early testing
- 1,000 emails / month
- Up to 5 template versions
- Visual Builder & Code Editor
- Public REST API & SMTP Support
- Basic email timeline logs
- 1 Organization member
Pro
For growing SaaS, apps & store platforms
- 10,000 emails / month
- 25 Active template versions
- Visual & HTML template builders
- Full email tracking & timeline history
- SMTP & API key management
- 5 Organization members
- Priority email queue processing
Business
For high-volume platforms and enterprise apps
- 1,00,000 emails / month
- 100 email templates & unlimited versions
- Dedicated API key controls & expiry
- Visual & HTML template builders
- Extended log retention & event history
- 20 Organization members
- Priority queue processing
Start sending transactional email with Histeria.
Get your API key in seconds and trigger your first application email in minutes with clean developer documentation.