Inbound

Receive email, not just send it

Point your domain’s MX at MailBlastr and every message is parsed, stored, and delivered to your webhook in real time — then retrievable through the same clean API you send with.

inbound.json
{
  "type": "email.received",
  "data": {
    "email_id": "rcv_789",
    "from": "customer@example.com",
    "to": ["support@yourdomain.com"],
    "subject": "Need help with my order",
    "spf": "pass",
    "attachments": [
      { "filename": "receipt.pdf", "content_type": "application/pdf", "size": 48213 }
    ]
  }
}
Capabilities

A full inbound pipeline

Receive at your domain

Add one MX record and mail to your domain arrives at MailBlastr.

Parsed for you

Sender, recipients, subject, HTML/text, headers, and attachments — extracted automatically.

Real-time webhook

Every inbound message fires an email.received webhook to your endpoint.

Download attachments & raw MIME

Attachment bytes and the original RFC822 message are stored — download them via the API.

Retrieve via API

Fetch any received email with GET /emails/receiving/:id.

SPF aware

Inbound messages carry their SPF result so you can act on authentication.

Dashboard inbox

Browse received mail in the dashboard with a full preview.

AI reply intent

Replies are sorted as interested, neutral, or not interested — filter your inbox by intent.

Replies drive automations

A reply can trigger or advance an automation — route hot leads the moment they respond.

Start receiving email

Verify a domain, add the MX record, and receive your first message.