flowchart LR
subgraph Client
A[๐ฉ Incoming email]
end
subgraph Microsoft 365
B[๐ฅ Manager mailbox]
end
subgraph Teemant Platform
C[โก START]
D[๐ค AI Engine]
E[๐ง TRI Router]
F[๐ Extraction Guide]
G[๐งฎ Reference Layer]
H[๐ค Outputs Engine]
I[โน END]
end
subgraph Client IS
J[๐ฆ Archiving]
K[๐ SFTP / API]
L[๐ง Notification]
end
A --> B --> C --> D --> E --> F --> G --> H --> I
I --> J
H --> K
I --> L
<aside> ๐ก
Incoming email โ Manager mailbox (ACME-ENV) โ START event โ AI mailbox (ACME-ENV-IA) โ TRI (routing decision) โ Guide (data extraction) โ Reference layer (lookup) โ Outputs (JSON/EML/SFTP) โ END event (tag + archive + reply)
</aside>
Each environment operates as a pair:
| Mailbox | Role |
|---|---|
| ๐ฅ Manager mailbox | Receives incoming emails |
| ๐ค AI mailbox | Processes emails (the โAI assistantโ mailbox) |
ACME example (recommended):
ACME-DEV + ACME-DEV-IAACME-TEST + ACME-TEST-IAACME-UAT + ACME-UAT-IAACME-PROD + ACME-PROD-IA๐ Typical total: 3 or 4 pairs (depending on the customer lifecycle)
โ ๏ธ Names that are too long can overflow in Outlook and in connectors.