Drop-in support inbox
Give your tiny app a real support@ that triages and AI-drafts replies — without buying Zendesk.
Inbound email, handled at the edge
Sending email is solved. Receiving it isn't. Point a domain at ReplyFlow and every reply arrives as clean, threaded, intent-tagged JSON — quoted history and signatures stripped — ready for your webhook. No SMTP, no DNS rabbit-hole, no helpdesk.
Made for people shipping apps on Lovable, Bolt, v0, Cursor & Replit.
Free plan, no card. Built in the Netherlands by Dutchcode B.V. — blinkof.ai runs its inbound mail on ReplyFlow.
Live demo · runs in your browser
Pick an example (or paste a real reply), then watch ReplyFlow strip the noise and tag the intent.
This is the actual cleaning & intent step, running client-side. In production it happens at the edge the instant the email lands — then hits your webhook in milliseconds.
Or try it for real
Send a reply (quote some history, add a signature) to your one-time address below. ReplyFlow catches it at the edge and the parsed payload shows up here in seconds.
demo-…@replyflow.com
Generating your address…
// Your parsed reply will land here.
The gap nobody warns you about
You wired up Resend to send a notification in ten minutes. Then a customer replied to it — and the message fell into a void, or a personal Gmail that never gets checked.
Handling inbound mail means MX records, SPF/DKIM, an inbound parser, stripping quoted history, threading by Message-ID, storing attachments, filtering spam. That's a week of plumbing for something that should be one line.
ReplyFlow is that one line.
How it works
Add one MX record (or use a @replyflow.com address). We handle SPF, DKIM & spam at the edge.
Our edge parses the message, strips quotes & signatures, threads it, and tags the intent.
A signed webhook hits your app with structured data. Or read everything back via the message log & API.
Recipes
Give your tiny app a real support@ that triages and AI-drafts replies — without buying Zendesk.
“Reply YES to approve.” Turn a plain-English reply into a clean webhook event your app can act on.
Marketplace messages, comments, support — let users reply by email and pipe it straight back into your app.
Email a human mid-workflow, pause, and resume when they reply. Approvals for your agents & automations.
The payload
{
"from": { "name": "Sarah Chen", "email": "sender@example.com" },
"subject": "Re: Confirm your demo time",
"thread_id": "thr_9f2c…",
"text": "Yes, that works for me — let's do Friday at 2pm.",
"intent": "confirm",
"signature_removed": true,
"quoted_removed": true,
"attachments": []
}
Pricing
€0
Start free€19/mo
Get started — ProSame pipeline on every plan — cleaning, intent, threading, signed webhooks with automatic retries, the read API, and full message history. Plans differ only in volume; see the docs for exact limits. Prices exclude VAT.
AI agent or procurement tool? Machine-readable pricing →
FAQ
ReplyFlow is an inbound email webhook API. Point a domain at it and every reply comes back as clean, threaded, intent-tagged JSON on your webhook — quoted history and signatures stripped, with no SMTP server to run.
No. ReplyFlow receives email at the edge and delivers it straight to your webhook. There's no SMTP server, DNS rabbit-hole, or helpdesk to maintain.
Any inbound email received at one of your ReplyFlow addresses — whether it's a reply to a message you sent or a direct email. Each message counts as one reply, regardless of size or attachments.
Yes. The Free plan is permanent: 100 inbound replies per month, no card required. Paid plans start at €19/month for 2,000 replies.
Every webhook is signed with HMAC-SHA256 over the timestamp and body, so your endpoint can verify each request genuinely came from ReplyFlow before trusting it.
ReplyFlow is built and operated by Dutchcode B.V., a software company registered in the Netherlands — the same team behind blinkof.ai, which runs its own inbound mail on ReplyFlow. Questions go to support@dutchcode.com and a human answers.
It's parsed on Cloudflare's edge network and stored so your dashboard and API can read it back — nothing else. No advertising trackers, no selling personal data, and you can delete a message, an address, or your whole account yourself at any time. The full GDPR privacy statement is public.
Get started
Sign in, grab your inbound address, point your webhook at it. Free to start — no card, no SMTP, no servers to run.