Skip to content
Inbox OSS

Inbound Parse

Receive email as JSON via webhook

An inbound email parsing API that converts incoming messages into clean, structured JSON and POSTs them to your application. Full MIME parsing of multipart messages, attachments stored on CDN with signed URLs, DMARC/SPF/DKIM authentication results, SpamAssassin scoring, per-domain webhook routing, and reply-threading heuristics that strip quoted history and signatures. Point an MX at our endpoint and replace self-hosted Postfix and custom MIME-parsing code with a managed email-to-webhook platform.

Full MIME parsing

Multipart, alternative, related — all handled. Plain text and HTML extracted separately.

Attachments

Stored on our CDN, signed URLs included in the payload. Or proxy bytes if you prefer.

Authentication results

DMARC, SPF, DKIM results in the payload. Build trust scores into your app logic.

Spam scoring

SpamAssassin score and verdict on every parsed message.

Per-domain routing

Different webhook URL per inbound domain. Route support@, sales@, replies@ separately.

Reply threading

Strip quoted replies and signatures. Get just the new content.

FAQ

Frequently asked questions about inbound email parsing

Inbound email parsing is the practice of accepting incoming SMTP traffic on your domain (or a subdomain), parsing the MIME content into structured data, and delivering it to your application as a JSON webhook. Typical use cases: support inbox automation (parse customer reply emails into ticket creation), sales lead capture (forward leads@yourcompany.com into your CRM as structured records), reply handling on transactional sends (capture reply-to addresses on automated emails and route the text content back to your application), email-to-API integrations (let users interact with your product by sending email — adding a note to a project, creating a task, etc.). The Inbox OSS inbound parse endpoint replaces self-hosted Postfix and custom MIME-parsing code with a managed JSON-webhook API.

Start sending email in under 5 minutes.

Free plan includes 3,000 emails/month forever. No credit card required.