> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.onesignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SMS、MMS 和 RCS 概览

> 使用 OneSignal 发送文本消息。涵盖 SMS、MMS 和 RCS 格式、三种短信程序类型（营销类、事务类、OTP）以及每种用例的设置路径。

文本消息可触达订阅者在各处都使用的手机号码，是最直接的渠道之一。OneSignal 支持三种消息格式：

* **SMS：** 最多 160 个字符的纯文本消息。支持纯文本、数字和表情符号。
* **MMS：** 在 SMS 的基础上扩展了富媒体：图片、视频、音频和 GIF。除附件外，还支持最多 1,600 个字符的文本。
* **RCS**（富通信服务，Rich Communication Services）：品牌化、类似应用的体验，支持按钮、轮播、关键词回复和已读回执。需要专用的 RCS 发送者资源。

***

## 短信程序类型

OneSignal 支持三种类型的短信程序。每种类型都有不同的同意要求、发送者配置和合规规则。

<Columns cols={3}>
  <Card title="营销类消息" icon="tag" href="./sms-promotional-messaging">
    促销、限时优惠、弃购挽回、产品发布和重新互动活动。
  </Card>

  <Card title="事务类消息" icon="bell" href="./sms-transactional-messaging">
    订单确认、发货更新、预约提醒和账户提醒。
  </Card>

  <Card title="一次性密码" icon="lock" href="./sms-verify">
    验证码、双因素身份验证和账户安全消息。
  </Card>
</Columns>

<Warning>
  每种程序类型都需要一个**专用发送者**。如果订阅者向共享发送者发送 STOP，他们将退订该发送者发送的所有消息，包括他们仍然希望接收的事务类消息和 OTP。请为每种程序使用单独的发送者。
</Warning>

***

## 设置 SMS

在发送之前，您需要一个品牌、一个发送者以及至少一个已批准的发送者资源。

<Columns cols={2}>
  <Card title="SMS 设置" icon="gear" href="./sms-setup">
    了解品牌、发送者和发送者资源。在 OneSignal SMS 和 Twilio 集成之间进行选择。
  </Card>

  <Card title="发送者资源申请" icon="file-check" href="./sms-registration-requirements">
    按国家/地区和类型申请发送者资源。包括各国家/地区的审批时间表和要求。
  </Card>

  <Card title="选择加入与收集" icon="user-plus" href="./sms-opt-in-and-collection">
    为营销类、事务类和 OTP 程序收集有效的同意。
  </Card>

  <Card title="同意关键词管理" icon="shield" href="./sms-consent-keyword-management">
    管理 STOP、HELP、START 和自定义退订关键词。
  </Card>
</Columns>

***

## 发送消息

<Columns cols={2}>
  <Card title="撰写消息" icon="pencil" href="./sms-composing-messages">
    SMS/MMS 和 RCS 编辑器、字符限制、细分、可跟踪链接和计费类别。
  </Card>

  <Card title="SMS 关键词" icon="message" href="./keywords">
    双向关键词活动、偏好中心和自动回复。
  </Card>

  <Card title="Journeys" icon="map" href="./journeys-overview">
    自动化由用户操作触发的多步骤消息流程。
  </Card>

  <Card title="API" icon="code" href="/reference/create-message">
    通过 REST API 以编程方式发送消息。
  </Card>
</Columns>

***

## 分析与合规

<Columns cols={2}>
  <Card title="SMS 消息报告" icon="chart-bar" href="./sms-message-reports">
    投递指标、点击率和失败排查。
  </Card>

  <Card title="法规合规" icon="scale" href="./sms-regulatory-compliance">
    同意标准、免打扰时段、禁止内容和欺诈防范。
  </Card>
</Columns>

***

## 支持的国家/地区

OneSignal 支持向以下国家/地区发送文本消息：

| 美洲            | 欧洲             | 亚洲                   | 大洋洲         |
| ------------- | -------------- | -------------------- | ----------- |
| Argentina     | Austria        | Hong Kong            | Australia   |
| Brazil        | Belgium        | India                | New Zealand |
| Canada        | Denmark        | Japan                |             |
| Chile         | Finland        | Macao                |             |
| Mexico        | France         | Malaysia             |             |
| Peru          | Germany        | Philippines          |             |
| Puerto Rico   | Iceland        | Singapore            |             |
| United States | Ireland        | South Korea          |             |
|               | Italy          | Taiwan               |             |
|               | Luxembourg     | Thailand             |             |
|               | Netherlands    | Turkey               |             |
|               | Norway         | United Arab Emirates |             |
|               | Poland         |                      |             |
|               | Portugal       |                      |             |
|               | Spain          |                      |             |
|               | Sweden         |                      |             |
|               | Switzerland    |                      |             |
|               | United Kingdom |                      |             |

有关各国家/地区特定的发送者资源类型、审批时间表和合规要求，请参阅[发送者资源申请](./sms-registration-requirements)。
