Route by address.
Map support@, replies@, or catch-all addresses to the right webhook endpoint.
INBOUND
Parse incoming mail and deliver structured JSON to your endpoint.
{
"type": "email.received",
"data": {
"from": "user@client.com",
"to": ["support@yourdomain.com"],
"subject": "Need help with order #4421",
"text": "Hi, my package hasn't arrived…",
"attachments": [
{ "filename": "receipt.pdf", "size": 84211, "url": "https://…" }
]
}
}
Map support@, replies@, or catch-all addresses to the right webhook endpoint.
From, to, subject, text, html, headers — structured and ready for your app.
Attachments arrive as metadata + downloadable links, not raw MIME soup.
Create an account, verify your domain, and send in minutes.