Fetchpipe
ActiveSaaS · In progress · Started Jan 2026

The problem
Email integration is a time sink. Developers building CRMs, helpdesks, or automation tools need to read emails from existing mailboxes -but end up spending weeks wrestling with IMAP reconnection logic, MIME parsing edge cases, and OAuth verification processes instead of building their actual product.
The solution
Fetchpipe connects to Gmail, Outlook, and IMAP mailboxes and delivers incoming emails as clean, normalized JSON via webhooks. No sending, no calendars, no contacts -just email ingestion done right.
One API call. Clean JSON. Every inbox.
How it works
- Connect -users link their mailbox via OAuth (Gmail/Outlook) or IMAP credentials in two clicks
- Configure -set a webhook URL and secret through the dashboard or REST API
- Receive -new emails arrive as structured JSON payloads, pushed to your endpoint in real-time
Key features
- Unified format -Gmail, Outlook, IMAP normalized to a single response shape
- Webhook-first -new emails pushed to your endpoint with exponential backoff retry until confirmed
- Managed OAuth -no need to go through Google CASA or Microsoft publisher verification yourself
- Web dashboard -manage mailboxes, configure webhooks, view delivery logs, monitor everything
- Full REST API -everything in the dashboard is also available programmatically
- Read-only by design -no sending means fewer OAuth scopes, smaller attack surface, more trust from end users
- Privacy-first -configurable retention (default 7 days), AES-256-GCM encryption, data stays in EU
Use cases
- Newsletter aggregators reading user inboxes
- CRM tools syncing client correspondence
- AI agents that need email access via MCP
- Support tools with shared inbox workflows
Current status
In active development -landing page and MVP validation phase.
Next.js 15TypeScriptPostgreSQLBullMQRedisIMAPWebhooks