Anna Weber
09:12
Order for the Oslo desks
Hi, we would like to order 12 Oslo desks for the new office. Ship to Anna Weber, Northwind GmbH. Reach me on +49 30 1234 5678 or anna@northwind.co. Quoted total was €2,340.
Intake and Lens Beta
Point any address on your domain at a webhook and every email arrives as clean JSON. Turn on Lens and the fields you care about, names, totals, phone numbers, dates, are pulled out for you, attachments included.
In beta. Intake is included on Pro and Business. Lens comes with a monthly allowance, then extra usage.
Anna Weber
09:12
Order for the Oslo desks
Hi, we would like to order 12 Oslo desks for the new office. Ship to Anna Weber, Northwind GmbH. Reach me on +49 30 1234 5678 or anna@northwind.co. Quoted total was €2,340.
Priya Nair
09:14
Application: Senior Frontend Engineer
Hello, I am applying for the frontend role you posted. My CV is attached, happy to talk any time this week. Priya Nair, priya.nair@gmail.com.
Priya_Nair_CV.pdf
Atlas Dev Billing
09:17
Invoice 4821
Hi, our invoice for September hosting is attached. Questions to billing@atlas.dev. Thanks, Atlas Dev accounts.
INV-4821.pdf
Marcus Lee
09:21
Email for a team of 40
Hey, I run ops at Tidepool Labs, a team of 40. We want to move off Google Workspace next quarter. Can we talk? Marcus Lee, marcus@tidepool.io.
Sofia Rossi
09:26
Cannot log in since this morning
Since about 8am every login on iOS fails with "session expired". Account sofia@rossi.design. Fairly urgent, we have a launch today.
Anna Weber
09:12
Order for the Oslo desks
Hi, we would like to order 12 Oslo desks for the new office. Ship to Anna Weber, Northwind GmbH. Reach me on +49 30 1234 5678 or anna@northwind.co. Quoted total was €2,340.
Priya Nair
09:14
Application: Senior Frontend Engineer
Hello, I am applying for the frontend role you posted. My CV is attached, happy to talk any time this week. Priya Nair, priya.nair@gmail.com.
Priya_Nair_CV.pdf
Atlas Dev Billing
09:17
Invoice 4821
Hi, our invoice for September hosting is attached. Questions to billing@atlas.dev. Thanks, Atlas Dev accounts.
INV-4821.pdf
Marcus Lee
09:21
Email for a team of 40
Hey, I run ops at Tidepool Labs, a team of 40. We want to move off Google Workspace next quarter. Can we talk? Marcus Lee, marcus@tidepool.io.
Sofia Rossi
09:26
Cannot log in since this morning
Since about 8am every login on iOS fails with "session expired". Account sofia@rossi.design. Fairly urgent, we have a launch today.
Delivered to your webhook#2,481
Intake runs on ordinary Faivelo mailboxes, so there is nothing to route and nothing new to host.
Pick an address
Use an existing mailbox or create one in the wizard. orders@, jobs@, invoices@, whatever the mail is about.
orders@yourdomain.comGet a webhook
Every email that lands there is posted to your endpoint as JSON, with the quoted history stripped and attachments as signed links.
intake.messageTurn on Lens
Pick a template or define your own fields. Lens reads the email and its attachments and fills them in on the same payload.
"lens": { "total": 2340 }Intake
Everything a Mailgun or Postmark inbound route gives you, on a real mailbox you can also read in webmail.
Included on Pro and Business. No per-message charge.
Lens
Describe what you need in plain words and Lens returns it as typed JSON on every message.
1,000 runs a month on Pro, 2,500 on Business, then extra usage.
Start from one of these and add or rename fields. Or start blank and describe your own.
Invoice
Supplier invoices and receipts
Order
Purchase orders and order confirmations
Support ticket
Customer questions, sorted and scored
Lead
Enquiries from your website and forms
Job application
CVs and applications into your hiring inbox
Custom
Start from a blank field list
Your endpoint gets the message, the attachments and the Lens fields in a single POST.
POST https://api.yourapp.com/hooks/intake
{
"mailbox": "invoices@testcompany.com",
"from": {
"name": "Dana Whitfield",
"address": "dana@northwind.io"
},
"subject": "Invoice NW-2041 for September",
"reply": "Hi team, please find September's invoice attached. Payment is due within 30 days. Thanks, Dana",
"attachments": [
{
"name": "invoice-NW-2041.pdf",
"content_type": "application/pdf",
"size": 48213,
"url": "https://faivelo.com/api/intake/attachments/aXQ...",
"expires_at": "2026-09-21T14:02:11Z",
"text": "INVOICE NW-2041\nNorthwind Supplies\nDue 2026-10-18\nTotal USD 1,240.50 ..."
}
],
"lens": {
"vendor_name": "Northwind Supplies",
"invoice_number": "NW-2041",
"invoice_date": "2026-09-18",
"due_date": "2026-10-18",
"total_amount": 1240.5,
"currency": "USD",
"line_items": [
"Office chairs x4, 980.00",
"Delivery, 260.50"
]
}
}The short version of the docs.
Stop parsing email by hand
Starts a Pro trial. Set up in a few minutes and send yourself a test email from the wizard.