Auto-sync: 2026-04-22 20:55

This commit is contained in:
2026-04-22 20:55:52 +08:00
parent e8ad058cdd
commit 087e05cf73
27 changed files with 1567 additions and 9 deletions

View File

@@ -0,0 +1,40 @@
---
title: "Unified Inbox"
type: concept
tags: []
sources: []
---
# Unified Inbox
## Definition
将多个通信渠道的客户消息整合至单一平台进行统一管理和回复的架构模式。
## Core Properties
- **多渠道汇聚**WhatsApp / Instagram DMs / Email / Google Reviews 等不同渠道的消息统一进入同一个收件箱
- **去重与合并**:同一客户跨渠道的消息能够关联识别
- **统一状态管理**:所有消息共享同一个处理状态(待处理 / 处理中 / 已解决 / 已升级)
- **AI 增强层**:在收件箱之上叠加 AI 自动分类、回复建议和意图识别
## Architecture
```
[WhatsApp] ─┐
[Instagram] ─┼──→ [Unified Inbox] ──→ [AI Auto-Response]
[Gmail] ─┤ │
[Reviews] ─┘ ├──→ [Human Handoff] ──→ [Agent Queue]
└──→ [Knowledge Base Lookup]
```
## Related Concepts
- [[Intent-Classification]]:在统一收件箱内对每条消息进行意图识别
- [[Human-Handoff]]AI 无法处理时转交人工
- [[Multi-Channel-Integration]]:统一收件箱的底层多渠道接入能力
## Sources
- [[multi-channel-customer-service]]