INBOUND

Receive email as webhooks.

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://…" }
    ]
  }
}
            

Route by address.

Map support@, replies@, or catch-all addresses to the right webhook endpoint.

Parsed payloads.

From, to, subject, text, html, headers — structured and ready for your app.

Attachments handled.

Attachments arrive as metadata + downloadable links, not raw MIME soup.

Related

More features

Ship your first email today.

Create an account, verify your domain, and send in minutes.