Supported mailbox types
Gmail, Microsoft 365, IMAP/POP
Connect via provider APIs or standard IMAP for most mail systems
Legacy SEO — Inbox Automation
Reduce low-value messages, surface urgent requests, and automate routing with a hybrid rules + model approach. Designed for Gmail, Microsoft 365, IMAP mailboxes, and common CRM/helpdesk workflows.
Supported mailbox types
Gmail, Microsoft 365, IMAP/POP
Connect via provider APIs or standard IMAP for most mail systems
Automation endpoints
CRMs, helpdesk systems, webhooks
Forward, create tickets, set flags, or call automation platforms
Deployment scope
From small teams to org-wide inboxes
Configurable per-user or shared team rules and models
Problem
High volumes of promotional or low-value messages drown important customer and sales emails. Rules-only automation grows brittle as needs diversify. An intelligent filter combines deterministic rules with adaptive classification so teams see high-priority messages first and routing stays predictable.
Solution
Use a layered pipeline: deterministic rules first, then a context-aware classifier for the remaining messages. Apply priority scoring and conversion actions (label, forward, create ticket). Capture user corrections to refine the classifier while keeping rule behavior unchanged.
Keep mission-critical routing deterministic using rules before model inference.
The model handles ambiguous, multi-intent, or evolving message types and improves with labeled corrections.
Connectivity
Deploy alongside existing mail providers and downstream systems. Workflows typically connect inbound mailboxes to the filter, then apply actions via provider APIs, IMAP flags, or outgoing SMTP and webhooks to other services.
Privacy
Design the processing pipeline to minimize retained PII and attachments. Extract necessary features for classification, redact or omit attachments from training logs, and store only what’s needed for model updates and auditing.
Prompts
Concrete prompt templates and examples teams can use to train classifiers, score priority, and automate routing. Keep prompts auditable and tied to examples captured from user corrections.
Governance
Provide transparent logs and reversible actions: every automated routing decision should be logged with the rule/model rationale, allow admin review of samples used for retraining, and include rollback paths for misrouted messages.
Predictability is preserved by applying deterministic rules first; only messages that survive rule checks go to the classifier. User corrections are logged as labeled examples and used in controlled retraining cycles reviewed by admins. Admins can opt for manual approval of retraining samples or limit learning to specific labels to avoid unexpected behavior.
Common deployments include Gmail / Google Workspace and Microsoft 365 using provider APIs, and legacy or custom systems via IMAP/POP. Actions can be applied using provider label APIs, IMAP flags, SMTP forwarding, or webhooks to downstream CRMs and helpdesks.
Small team: inventory mailboxes, define a simple taxonomy, connect via IMAP or workspace API, run classifier in observe mode, enable user feedback, then flip to active routing. Organization: add role-based admin controls, sample review workflows, integration with centralized ticketing and identity controls, and staged rollout by department.
Attachments should be redacted before storing training examples; only extracted features or metadata are retained for retraining. Thread context is included when parsing messages so classifiers see conversation history; forwarded content is parsed with heuristics to attribute the correct sender and subject context. Admins can configure how much thread history the model receives.
Decision logs record the rule or classifier rationale and the actions taken. Admin review queues surface samples used for retraining. Overrides can be done by moving messages, reversing labels/forwards, and reclassifying; those actions are logged and can be used as training signals if approved.
Deploy rules-first to preserve existing critical routing. The filter can run in parallel: model-based recommendations can be surfaced to users without changing mail flow until teams choose to adopt them. Integration via IMAP flags or provider labels means legacy clients continue to see consistent behavior.
Use conservative thresholds, keep mission-critical rules immutable, run the classifier in observe-only mode initially, require admin review before retraining, and whitelist VIP senders or domains. Logging and sample review make it straightforward to identify and revert false positives.