← Back to Case StudiesExomail System

Exomail System

A fully automated n8n architecture that handles cold email intake, AI formatting, precise IMAP/SMTP syncing, and dynamic follow-ups, while centralizing all engagement data into a live Metabase BI dashboard.

5+

Sender Domains Managed

100%

Automated Threading & Follow-ups

Background

Exovate Digital is a forward-thinking digital agency scaling their outbound sales operations. As their client base and service offerings grew, their sales team faced a significant bottleneck: managing high-volume cold email outreach across multiple domains while keeping track of replies, follow-ups, and engagement metrics.

They needed a robust, centralized engine that could handle lead verification, AI-assisted content formatting, and perfectly threaded follow-ups without relying on restrictive, off-the-shelf SaaS platforms. Crucially, they needed their data out of silos and visualized in real-time so leadership could make informed, data-driven decisions.

The Challenge

The Outreach & Visibility Problem

For a growing agency, manual email outreach is unsustainable and prone to costly errors.

  • Deliverability Risks: Sending unverified emails harms domain reputation and lowers overall inbox placement.
  • Platform Limitations: Standard email tools lack the deep customization needed for complex, multi-domain sending and dynamic tracking.
  • The Follow-Up Bottleneck: Manually tracking who replied and who needs a follow-up across different webmails wastes hours of prime selling time.
  • Data Silos: Because data was scattered, leadership lacked a unified, real-time view of campaign performance and engagement metrics.

The Solution

We engineered Exomail, a fully autonomous, 5-segment outreach and analytics platform built heavily on n8n, PostgreSQL, and Metabase.

Phase 1: Verification & AI Formatting Incoming leads are verified in real-time via the Snov.io API. Approved leads have their raw email copy perfectly formatted into HTML using OpenAI (GPT-4.1-mini), ensuring a clean, professional look with customized HMAC-SHA256 tracking pixels injected.
Phase 2: SMTP/IMAP Sync & Threaded Follow-Ups Emails are dispatched via Nodemailer, with a sophisticated IMAP flow syncing the outbound message directly to the sender's exact Sent folder. A daily cron job calculates follow-up dates (with logic to automatically skip weekends) and dispatches dynamic templates directly into the original email thread.
Phase 3: The Kill Switch & Metabase Analytics The system continuously polls inboxes. If a prospect replies, the sequence is instantly killed, and the team is notified via a dedicated Discord channel. Simultaneously, all operational data—opens, replies, and sends—is warehoused in a self-hosted PostgreSQL database and visualized in real-time through an interactive Metabase BI dashboard.

Impact

Exomail completely removed the manual friction from cold outreach, allowing the sales team to focus on closing while giving leadership complete transparency over pipeline health.

Before vs. After

ActivityBeforeAfter
Lead VerificationManual checks or skipped entirelyAutomated via Snov.io API before sending
Follow-Up SchedulingTracked manually in spreadsheets100% automated with weekend-skipping logic
Reply HandlingManual inbox monitoringAutomated polling, Discord alerts, and instant sequence kill
Analytics & ReportingFragmented data across platformsCentralized, live Metabase BI dashboard

Why The BI Integration Matters

  • Immediate Insights: Metabase turns raw PostgreSQL tables into visual graphs, showing open rates and reply conversions at a glance.
  • A/B Testing: The team can easily compare which AI-formatted templates and subject lines perform best across different industries.
  • Sender Health: Visualizing bounce rates and valid sends ensures the domain reputation is protected proactively.

Next Steps

  • Predictive Analytics: Leverage historical Metabase data to identify the exact delivery times that yield the highest open rates.
  • Omnichannel Expansion: Expand the n8n architecture to integrate LinkedIn outreach alongside the email sequences for a multi-touch approach.

Technology Stack

ComponentTechnology
Workflow Orchestrationn8n
Database & BIPostgreSQL, Metabase
Email InfrastructureHostinger SMTP, ImapFlow, Nodemailer
AI & VerificationOpenAI, Snov.io API
NotificationsDiscord Webhooks