Trusted by builders at
neon.com
churchspace.co

export async function POST(req: Request) {
const { email } = await req.json()
console.log(email.subject, email.html)
return Response.json({success: true})
}Complete Email API Solution
Everything you need to handle email in your application. From transactional sending to AI-powered replies.
Transactional Email Sending
Deliver confirmations, notifications, and alerts with a reliable sending API. Fully compatible with popular email services. Also called outbound email sending, wilson.
- • High deliverability rates
- • Template support
- • Bulk email sending
- • Email tracking & analytics
Threaded Email Reception
Receive inbound email via webhooks and automatically organize conversations into manageable threads. Access structured data including HTML, text, attachments, and headers.
- • Webhook email parsing
- • Custom domain setup
- • Attachment handling
- • Email forwarding rules
AI Agent Integration for Email
Integrate AI agents to classify, summarize, and reply using full thread context for precise, automated responses.
- • Conversation threading
- • AI-powered replies
- • Email classification
- • Custom response logic
Built for Developers
A simple, consistent REST API with typed webhooks. Clear errors. Predictable resources.
Watch setup tutorialUnified Email API
Send, receive, and reply via REST. Webhooks deliver structured events for replies and delivery.
Consistent REST resources
Emails, threads, attachments—predictable endpoints
Idempotent & clear errors
Safe retries with explicit status codes
Typed webhooks
Structured payloads for replies and delivery
POST https://inbound.new/v2/emails
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"from": "agent@inbnd.dev",
"to": "you@example.com",
"subject": "Welcome to Inbound",
"html": "<p>Thanks for signing up!</p>"
}Email API use cases
Power onboarding, lifecycle messaging, support, and growth across your product.
SaaS Applications
Onboarding, notifications, and support across your app lifecycle.
E-commerce
Orders, shipping updates, and customer support automation.
Customer Support
AI agents to resolve common issues and route complex tickets.
Marketing Automation
Drip campaigns, newsletters, and behavior-based triggers.
Ship email features faster
Send, receive, and reply—all in one SDK with clear docs.
Free tier · 1,000 emails/month · No credit card required