CASE 18
Email Autopilot
The inbox used to need constant sorting by hand. Now it sorts itself into twenty labels, files deadlines to the calendar, and drafts replies on its own.
- Role
- Email workflow, classification, and draft automation
- Year
- 2026
- Stack
- Script automation · Rule-based triage · Draft assistance
- Status
- Live in production
01 The problem
The inbox needed constant sorting and triage by hand, message after message, every single day. Deadlines hid inside email and slipped past before anyone caught them. Routine replies still had to be written from scratch, the same answers over and over. The work was endless, it ate hours, and none of it needed a person.
02 The system
A scheduled assistant sorts email into twenty labels, with keyword rules first and a second-pass classifier for messages the rules do not resolve. It looks for dates in important messages and creates calendar reminders for review. Routine messages receive a short reply draft that waits for approval and manual send.
03 How it holds up
The keyword path runs first, so only unresolved messages reach the paid second-pass classifier. That order reduces paid processing. A fallback classifier handles supported failures, while unresolved messages can be flagged for review. The automation runs on a managed script runtime and creates drafts rather than sending replies.
04 The result
The live workflow sorts messages into twenty labels, creates calendar reminders from detected dates, and hands me reply drafts to review. It reduces repeated sorting while leaving deadline accuracy and every outgoing message under human control.
05 Frequently asked questions
How does automated reply drafting work without sending messages?
The assistant writes a short draft for routine messages and leaves it waiting for review. The workflow creates drafts only, so a person controls the final text and sends it.
How does an email assistant reduce paid processing?
Fast keyword rules sort the common cases first, and only unresolved messages reach the second-pass classifier. Actual cost depends on message volume, provider choice, and current provider pricing.
Can an email assistant catch deadlines automatically?
Yes. The assistant reads important email a second time looking for dates, pulls the deadlines out, and writes them straight to the calendar as reminders. Deadlines used to hide inside messages and slip past before anyone caught them. Now the calendar carries what the inbox used to bury.
What happens when the second-pass classifier fails?
Keyword rules continue handling the cases they cover. A fallback classifier can retry supported failures, while unresolved messages remain available for review instead of being presented as successfully classified.
· How it works
- 01
It wakes on a schedule
The script runs on its own, every few minutes while clearing a backlog, then daily once caught up.
- 02
Keywords sort first
Most email is sorted by fast keyword rules at no cost, into one of twenty labels.
- 03
A second pass handles the remainder
Messages the rules do not classify go through a second-pass classifier, with a fallback path and failure flag.
- 04
Deadlines hit the calendar
Important email is read again for dates, and deadlines become calendar reminders.
- 05
Replies draft themselves
Routine messages get a short draft reply, waiting for you to approve and send.
· Results
- Labels
- 20
- Classification
- Rules first
- Hosting
- Managed runtime
1. The keyword path runs first and paid classification runs only when those rules miss, keeping the second pass focused on the remainder.
2. It runs on a managed script runtime and creates drafts rather than sending replies. A person reviews and sends the final message.