Draft AI email replies in Outlook with a human approval step

Reads your Outlook inbox, drafts AI reply suggestions, and only sends them once a person approves.

How the work actually flows

It branches. Exactly one path is taken; runs once per each email received today; a person has to approve before it continues.

Pattern: Exclusive Choice (4) · Multiple Instances with a priori Design-Time Knowledge (13)

flowchart TD trig(["daily inbox review"]):::trigtime s0[["gather todays emails"]]:::mi s1["ai drafts reply"]:::task s2(("reviewer checks draft")):::human s3["send reply automatically"]:::svc trig --> s0 s0 --> s1 hg(("reviewer approval required")):::human s1 --> hg hg -->|"approved"| s2 hg -. "sent back" .-> s1 gx{"× is draft approved"}:::gate s2 --> gx p00["send reply automatically"]:::task gx -->|"approved"| p00 p10["skip for manual reply"]:::task gx -->|"rejected"| p10 p00 --> s3 p10 --> s3 out[/"approved replies sent automatically"/]:::out pay{{"faster replies without losing control"}}:::pay s3 --> out out --> pay s2 -. "failures recorded, run continues" .-> out classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceRuns once per itemA personOne path onlyResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
AI Agents & Autonomous SystemsEmail Automation
Connects
Microsoft OutlookOpenAIGoToHuman

The problem it solves

Answering every email that comes in takes real time out of your day, but you do not trust AI to send replies on your behalf without a check. You want the speed of an assistant drafting responses without the risk of something wrong going out under your name.

Who it fits

A business owner or assistant who handles a high volume of email and wants faster replies without losing control.

How it works

  1. New emails received today in your Outlook inbox are gathered
  2. AI reads the subject and body of each email and drafts a suggested reply
  3. The draft is sent to a reviewer for approval
  4. Once approved, the reply is sent automatically through Outlook
  5. If not approved, the email is skipped for you to handle yourself
What you get

Reply drafts ready before you open email

You get AI-drafted replies waiting in your inbox for a quick approval, so responding to customers becomes a simple click instead of a blank page.

What you get

AI-drafted email replies that only go out after a person reviews and approves them.

What you need

A Microsoft Outlook account, an OpenAI API key, and a review tool account for the approval step.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook