How the MailPilot workflow runs
MailPilot runs a five-step decision flow on every incoming support email. It is decision-support: drafts are queued, a human or your helpdesk sends.
- Ingest — Connect your support inbox (IMAP / helpdesk webhook); every new email lands in the queue.
- Classify — A transparent rule engine tags each email: inquiry, complaint, return/exchange, partnership, or spam. Spam is quarantined, never answered.
- Score — Sentiment polarity (-1..+1) and urgency (0..10) are computed from signal words — never a hidden model.
- Draft — A reply is drafted from your pre-approved template with {{customer_name}}, {{order_id}}, {{agent_name}} filled in.
- Route — Safe replies are queued for send; urgency ≥ 7, angry sentiment, or complaint emails are escalated to a human with an internal note.
Every decision carries its signals and scores, so the flow stays auditable.