OĞUZ EROLADS & AI

Setting Up an AI Email Reply System

7 min read3 August 2026

Yes, it’s possible, at three different levels. AI can read an incoming email and first categorize it (spam, sales, support, urgent); then prepare a draft reply and put it up for your approval; and for frequently repeated, low-risk questions, it can send a reply directly without asking you at all. Which level you stop at depends on your business’s risk tolerance and email volume — all three can be set up at once too, with a different level chosen for each email type in your inbox. Below I walk through all three with a real example.

Three Levels of Automation

You don’t switch automation on and off with a single flag — it progresses in stages. Think of this as the email-specific version of the general logic I cover in the AI Automation Guide. There are three levels, each requiring more trust than the last:

  • Level 1 — Categorize/tag: AI reads the incoming email, puts it into a category like spam / important / sales / support, and routes it to the right folder or the right person. It doesn’t write any reply, it just organizes traffic. Risk is nearly zero, this is the easiest level to set up.
  • Level 2 — Draft reply, human approval: AI prepares a draft reply but doesn’t send it; it lands in front of the person who’ll reply to the email, who approves it or edits it and sends it. It shortens writing time while leaving the final decision to a human.
  • Level 3 — Fully automatic reply: Only for predefined, low-risk, repetitive question patterns (like a shipping tracking number, business hours, the return process), a direct reply is sent without asking a human at all. This level should only open up once Level 2 has been seen working correctly for months.

These three aren’t mutually exclusive — they can run at the same time in the same inbox. The critical part is that you decide which email type stays at which level; the system shouldn’t choose this for you. What’s being set up here is an AI agent, not a simple rule-based chatbot — it needs to understand the content of the email and behave based on context.

A Concrete Example: The “Where’s My Shipping Tracking Number?” Question

Let’s walk through one of the most common question types: “What’s the tracking number for my order?”

  • At Level 1: The system reads the email, catches phrases like “shipping,” “tracking,” “order number” in the subject or body, tags the email “Logistics / Order Status,” and drops it to the right person. The reply is still written by a human, but it reaches the right person faster.
  • At Level 2: The system reads the order number in the email, pulls the tracking information from the e-commerce or shipping system, drafts a ready reply (“Hello, your order shipped on date X, your tracking number is Y”), and puts it in the approval queue. The person replying glances at it for a few seconds and hits send.
  • At Level 3: The same process, but sent automatically without an approval step — because this question is low-risk (even if it’s wrong, worst case the customer asks again, there’s no financial or reputational damage) and the answer is based on verified data from a CRM/shipping API, not the AI’s own guess.

The distinction here matters: I only move to Level 3 when the source of the answer is verifiable data — I never send information the AI produced as “this is probably the case” without approval.

Behind the Setup: Which Parts Come Together

On the technical side, three parts come together: a connection with read/write access to your email inbox (Gmail, Outlook, or a help-desk tool), an AI layer that classifies incoming email and produces replies, and — for Level 2 — a queue where drafts awaiting approval land. It isn’t a complex software project; it’s a mid-sized integration built on your existing email provider’s API and a language model.

Setup time largely depends on your email volume and how many different question patterns there are: for a small business with a few fixed question patterns, it can go live within a few hours; if it needs dozens of different scenarios, multiple languages, or integration with an existing help-desk tool, it can stretch out to two weeks.

An Unnamed Observation From the Field

At one of the accounts I manage, a small business receiving an average of 30-40 emails a day, nearly a third of them corresponded to the same few questions: shipping status, the return process, business hours. We set up Level 2 and ran it with human approval for three weeks; the vast majority of drafts were approved with no changes needed. After this three-week observation, the single most repeated question pattern (shipping tracking) was moved to Level 3, the rest stayed at Level 2.

The lesson I took from this: you need to measure the system’s accuracy instead of claiming it — “it’ll probably work” and a count of drafts that went through three weeks of human approval unedited are very different things.

What to Watch Out For

This work needs more care than it looks:

  • Wrong or incomplete information damages trust. If an automatically sent reply states a wrong date or a wrong amount, fixing it usually costs more than never replying at all. That’s why Level 3 should stay limited to questions based on verified data, where the cost of a mistake is low.
  • Human approval is a must for complaints and sensitive emails. An upset customer, a return dispute, a legal request — none of these should ever enter Level 3. Reading tone and context is still where current AI models are weakest; automation for these kinds of emails should stay at most at Level 1 (fast routing to the right person).
  • Giving access to your email inbox is a security decision. For the system to work, you usually need to grant read, and often send, access to your inbox. The scope of that access, who manages it, and whether it can be revoked need to be clarified upfront — I cover this separately in Is It Safe to Give an AI Agent Account Access.

If you’re not sure whether this automation makes sense for your business, I’d recommend first reading the piece evaluating whether you can automate email replies with AI; what I describe here is how the system is set up once you’ve decided to.

You Can Ask Me for This Work

You can ask me for this: typically 2 hours to 2 weeks, remote, billed hourly. We evaluate your current email volume and your most frequently repeated question patterns together and decide which level makes sense to start at. Check out the email automation service or get in touch directly.

Frequently Asked Questions

Which email providers does it work with?

There are ready API connections for Gmail and Outlook/Microsoft 365; if you use a different help-desk tool (like Zendesk, Freshdesk), it can usually be connected through an API too. If there’s no direct connection, it can also be set up with email forwarding, just with somewhat more limited functionality.

Is the quality on Turkish emails as good as English?

On current models, Turkish categorization and draft-generation quality is close to English; still, for the first few weeks it’s worth keeping human approval strict on emails with technical jargon, abbreviations, or very local expressions.

What happens if the system gives a wrong answer?

At Level 2 there’s no risk because nothing goes out without approval. At Level 3, automatic sending only opens up once the data source is verified; even so, if a reply does go wrong, sending a correction email and temporarily moving that question pattern back to Level 2 is standard procedure.

How long does setup take and what does it cost?

It ranges from a few hours of setup for small businesses with a few fixed question patterns, to up to two weeks for more complex setups needing multiple languages and existing help-desk integration. I bill hourly, details are on the service page above.