Files
nexus/wiki/concepts/Multi-Channel-Delivery.md
2026-04-23 00:02:55 +08:00

28 lines
1.0 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: "Multi-Channel Delivery"
type: concept
tags: []
---
## Definition
多渠道内容投递模式——同一内容根据用户偏好同时或选择性地通过多个平台Discord、Email、Telegram 等)进行投递,提升触达率和用户便利性。
## Common Channels
| 渠道 | 特点 | 适用场景 |
|------|------|----------|
| Discord | 频道制、社区感、支持富文本 | 社区内容推送 |
| Email | 正式、可存档、适合长内容 | Newsletter、报告 |
| Telegram | 即时、话题制、跨设备同步 | 个人助理、私人简报 |
| Slack | 团队协作、频道/话题隔离 | 工作流通知 |
## Design Pattern
```
[内容生成器] → [渠道适配层] → [Discord] / [Email] / [Telegram]
(用户偏好决定投递渠道组合)
```
## Related Concepts
- [[Daily-Digest]] — 投递内容的一种常见形式
- [[Quality-Scoring-Algorithm]] — 投递前的内容筛选
- [[Preference-Learning]] — 根据用户反馈持续优化渠道选择