Files
nexus/wiki/concepts/Unified-Inbox.md

41 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]