Shared mailbox being worked through in a German office
Use Case · Documents & Inbox

How to get your info@ inbox under control without leaving a single mail behind.

A typical scenario from the German Mittelstand: how a company reads, assigns, and answers its shared mailboxes today, without distributing them by hand every morning.

Talk to an expert
At a Glance

How a mid-sized company sorts and answers its shared mailboxes with an AI employee.

An AI employee reads every mail in info@, service@, and accounting@, recognizes the request, assigns case and priority, finds the right person through the responsibility matrix, and writes the reply draft. The human only confirms unclear assignments and releases the reply. That saves about 80 percent of the time per mail, and with several hundred mails per week, several hours on every working day.

Problem
Several hundred mails per week distributed by hand, handled twice, some left sitting
Solution
The AI employee reads, assigns, and drafts the reply, directly in Outlook and SharePoint
Human decides
Confirm the assignment when unclear and release the reply
Live in
2 to 3 weeks

* Typical scenario from our project work, not a single customer project. Last updated: .

The Problem

Three shared mailboxes, and nobody really owns the morning round.

Several hundred mails per week land in info@, service@, and accounting@. Everything arrives at once: customer requests, damage reports, supplier invoices, appointment confirmations, complaints, and now and then a deadline-bound letter as a PDF attachment.

Distribution happens by hand. In the morning someone opens the mailbox, skims the subject lines, forwards, and marks a few mails as unread again for later. Two people forward the same mail because neither sees that the other already took it. Other mails sit for days because the subject line does not say who is responsible. A mail nobody picks up is a mail nobody answers.

When the person who has known the mailbox for years is on vacation, that knowledge leaves with them. The stand-in sees the same list of subject lines but not the logic behind it: which supplier belongs to which cost center, which request goes to the technical team, which goes to accounting. The mailbox does not stop, the sorting quality does.

How Superkind Works

We wrote down the distribution knowledge first, then built the software.

The start was not a software workshop but a real week of mail at the mailbox, together with the people who sort today. And their conditions became the specification: replies only go out as drafts, the team maintains the responsibility matrix itself, and no mail disappears into a folder unseen. A common objection in the first conversation is: the AI cannot possibly know who is responsible for what here. True, which is why it does not do it alone.

  1. Walk through a real week of mail: Which requests actually occur, who is responsible per request, what makes a mail urgent, and which cases are genuinely ambiguous.
  2. Responsibilities as an editable matrix: Sender and request map to responsibility and stand-in, in a table the specialist team maintains itself. Head knowledge becomes something a new colleague can look up.
  3. One mailbox first, drafts only: The first scope is a single mailbox, usually the one with the highest volume. Every reply is a draft, which keeps the risk at zero while trust is built.
  4. Go-live only after the team’s okay: Every week the proposals are compared with what the team actually did. Every correction becomes a rule. It went live once the clerks said: this really saves us time.
The Solution

80 percent is done by the AI employee. The human decides at two points.

The AI employee reads every incoming mail in full, meaning body text, thread history, and attachments, and recognizes the request against your own categories: inquiry, damage report, invoice, complaint, appointment, contract change. It also derives the priority and assigns the mail to the matching case, property, or customer record, using reference numbers, sender history, and the content of the thread.

Responsibility comes from the matrix the team maintains itself, supported by the history of comparable cases. For standard requests the AI employee writes the reply draft directly and places it in the responsible person’s Outlook, so the answer goes out from a real mailbox. Attachments move to SharePoint with metadata and a link to the case instead of staying buried in the thread. If it is unsure, it flags exactly the disputed field and explains why.

AgentMail arrives
AgentRead & classify
AgentAssign the case
HumanConfirm assignment when unclear
HumanRelease the reply
AgentFiled & logged
How a mail moves through the system. The orange stations are done by the human.
Shared inbox, example record
Incoming mail

A tenant writes to info@ that water has been running down the bathroom wall since the morning, asks when someone will come, and attaches two photos.

RequestDamage report, water damage, acuteclassified
PropertyMatched to an existing tenancy via the sender addressassigned
PriorityHigh, ongoing damage, call back the same dayderived
ResponsibilityTechnical property management, stand-in on vacationconfirm
Reply draftAcknowledgement with a callback promise for todayprepared

One field is flagged for review: the responsible technician is on vacation and the matrix offers two stand-ins. Exactly this decision stays with the human.

An example record. The data is invented, the field structure matches the real system.
What It Delivers

That was before, this is today.

This is how the shared inbox ran before, and this is how it runs today with the AI employee. Conservatively calculated, that saves about 80 percent of the time per mail.

approx. 80%less time per mail: 2 to 3 minutes become about 20 seconds of checking
Several hours per dayof sorting work that disappears across the shared mailboxes
Mid five-figure amountin staff costs per year freed up for more valuable work
BeforeToday
DistributionSkimmed and forwarded by hand every morningClassified and assigned on arrival
Duplicate handlingTwo people work the same mailOne responsibility per request, visible to everyone
Mails left sittingUnclear mails sit for daysEvery mail has an owner and a deadline from minute one
Vacation coverSees subject lines, not the distribution logicWorks from the same editable matrix
AttachmentsStay in the thread and get searched for laterFiled in SharePoint with metadata

* Savings conservatively calculated: before, a mail takes 2 to 3 minutes for reading, assigning, and forwarding, today about 20 seconds of checking, which is about 80 percent less time per mail. At around 700 mails per week across three shared mailboxes, about 29 hours per week drop to about 4 hours, so roughly 25 hours per week are freed up, a good 5 hours per working day. That corresponds to about 60 percent of a full-time position, so at 55,000 to 75,000 euros of employer cost per year, roughly 35,000 to 45,000 euros.

How To Build It

How do you build an AI employee like this, technically?

The knowledge from this scenario to take away, whether you build with us or on your own:

01

Classification: language models instead of keyword lists

A folder rule is a text match and moves a mail without knowing what is inside it. Language models like GPT from OpenAI or Claude from Anthropic read body text, thread history, and attachments and map the mail to your own request types. A reworded subject line no longer breaks the distribution.

02

Rules or AI: the responsibility matrix stays a rule set

Who is responsible for which request does not belong in the model but in a fixed table: request and sender determine responsibility and stand-in. The AI decides what it is about, the rule decides who gets it. Nothing is guessed, and a change is one line in the table, not a software release.

03

Several requests in one mail: split instead of squeeze

In a shared mailbox the mix is the normal case: one message reports a defect, questions an invoice, and announces new bank details. The AI employee splits it into sub-requests with their own responsibility and keeps them linked to the original thread. Then only one part is unclear, not the whole mail.

04

Integration: the existing systems stay

The AI employee connects through the Microsoft Graph API to Outlook and the shared mailboxes, attachments go to SharePoint. There is no new platform and no system migration. Sending runs through the responsible person’s personal Outlook account, so replies land where they belong.

05

UX: the interface decides adoption

A review screen shows the mail on the left and the recognized fields on the right, with exactly one flagged field instead of a hidden confidence score. The reply opens as an editable draft, nothing goes out unseen. And the responsibility matrix has its own view where the team changes it itself. Exactly these three things turned skepticism into approval.

Shared inbox: a mailbox sorted by request type instead of distributed by hand
The distribution logic that used to live in one head is now a matrix the team can change itself.
Cost

What does it cost in comparison?

Superkind charges per use case. The price grows with mail volume, not with headcount. Here is the honest comparison:

Manual distributionShared-inbox toolSuperkind AI employee
Cost55,000 to 75,000 € per year per full-time position10 to 30 € per user per monthPrice per use case, a fraction of a full-time position
What is includedThe whole process, by handOrganizing and assigning threads, the tool does not understand the contentReading, classifying, assigning, reply draft, and filing
Scales withMore staffNumber of usersMail volume, without new positions
ExceptionsHuman does everythingSit until somebody assigns themFlagged with a reason and sent to a human
RolloutRecruiting and onboardingCreate an account, distribution stays manual2 to 3 weeks to the first productive version

The honest comparison is the full cost of manual distribution: the morning round itself, the duplicate handling, the mails left sitting, and the drop in quality as soon as the person who knows the mailbox is missing.

Our Experience

What we learned about shared mailboxes.

The hard part is not the reading. The models understand mails well by now. The hard part is that the sorting logic of a shared mailbox is written down almost nowhere. It lives in the person who has run info@ for six years and can tell from the sender alone whether something is urgent. Whoever skips that knowledge produces confident misroutings, and that is worse than slow but correct sorting by hand.

That is why we consider the draft the honest starting point. A team that has to release every reply knows after two weeks whether the AI employee is any good, and can prove it on their own mails instead of on a demo. Direct sending is something a request earns, it is not a launch feature.

80 percent instead of 0 percentThe AI employee brings every mail to 80 percent: classified, assigned, draft written. The judgment stays with the human.
Traceability winsEvery assignment shows what it is based on. Uncertainty is a flagged field, not a hidden score. The objection is never the price, it is trust.
Rules belong to the teamThe specialist team maintains the responsibility matrix itself, without a ticket to us. Responsibilities change faster than any release cycle.

What it is not suited for: If a mailbox only gets a handful of mails per day, sorting is not your bottleneck. In mailboxes where almost every mail is a one-off, there is too little repetition to learn from. And if nobody owns the responsibilities, that should be resolved first.

FAQ

Frequently asked questions

Everything you need to know about an automated shared inbox.

It reads every mail in shared mailboxes like info@, service@, or accounting@, recognizes the request, assigns it to the right case or customer, routes it to the responsible person, and drafts the reply for standard requests. A person confirms the assignment when it is unclear and releases the reply.

Outlook rules match sender addresses and keywords in the subject line. They move a mail without knowing what is inside it. The AI employee reads the content and decides from that what the request is about. The responsibility matrix still stays a fixed rule set, so nothing is guessed.

Only where you explicitly allow it. The starting point is always pure draft mode: every reply opens as an editable draft in the responsible person’s Outlook. Only after the drafts have been right for weeks do you release individual simple requests for direct sending.

The AI employee splits the mail into individual sub-requests and gives each its own responsibility. All parts stay linked to the original thread so nobody answers half a mail. If one part is unclear, only that part goes to review.

The first productive version runs after two to three weeks: map a real week of mail at the mailbox, prototype on real mails, then a feedback round with the people who sort today. We start with one mailbox, usually the one with the highest volume.

The price is per use case and scales with mail volume, not with headcount. For comparison: a full-time clerk costs the employer 55,000 to 75,000 euros per year. A shared-inbox tool costs 10 to 30 euros per user per month, but it only organizes the threads and does not understand the content.

Putting your AI to workContact ustogether