How to use AI to triage and batch-reply to your inbox each morning
Set up a daily AI digest that groups your overnight email, drafts replies to the ones that need them, and queues the rest for archive.
Reacting to email all day is exhausting. A better pattern is a single morning pass. This guide sets up a scheduled AI digest that, once a day, reads your overnight mail, sorts it into Reply now, Read later, and Archive, and pre-drafts the replies so your morning email session takes minutes instead of an hour.
- Gmail or Outlook
- An automation tool that can run on a schedule (Zapier, Make, or Power Automate)
- An AI API key
- About 8 minutes
Step 1: Trigger once a day, not on every email
Use a Schedule trigger set for, say, 7:30am. A daily batch is calmer and cheaper than firing on every message. The first action searches your mail for everything received since yesterday morning that you have not replied to.
newer_than:1d in:inbox -from:me -category:promotionsStep 2: Ask the AI to sort and prioritize
Concatenate the subjects and senders into a list and send it to the model. Ask it to bucket each email and flag the ones that genuinely need a reply from you today. Returning a table keeps the digest scannable.
Here are my overnight emails (sender, subject). For each, assign a bucket:
REPLY (needs my answer today), READ (informational), or ARCHIVE (no action).
Output a markdown table: Sender | Subject | Bucket | One-line reason.
{{email_list}}Step 3: Pre-draft the replies
For each REPLY item, add a step that fetches the full body and asks the model for a short draft, then saves it as a Gmail draft reply in the thread. By the time you sit down, the answers are written and waiting.
Step 4: Do your one daily pass
Each morning, read the digest, open the pre-written drafts, tweak and send, then bulk-archive the ARCHIVE list. The whole inbox is handled in one short, focused session rather than constant interruptions.
Result: at 7:30am you get a three-bucket table of overnight mail with two drafts already written. You spend eight minutes, send the two replies, archive the rest, and close the inbox until tomorrow.
Watch related tutorials
5:42
19:27
24:16
33:42
41:18
28:05