# 如何发送 SMS

在发送 SMS 之前，请确保您已[配置您的 SMS 提供商](/zh/product/first-steps/start-with-your-project/configure-platforms/sms-configuration/)，并通过[导入 SMS 联系人](/zh/product/messaging-channels/sms/import-sms-contacts/)或[通过 API 注册电话号码](/zh/developer/first-steps/subscribe-users/#sms)来添加收件人。

Pushwoosh 提供两种发送 SMS 的方式：

#### 一次性 SMS

向某个细分、电话号码列表或所有订阅者发送单条 SMS。您可以安排立即发送，或在特定的日期和时间发送。

<LinkCard title="发送一次性 SMS" href="/product/messaging-channels/sms/send-sms/send-one-time-sms/" />

#### Customer Journey 中的 SMS 元素

将 SMS 步骤添加到旅程中，并将其与推送、电子邮件、应用内消息或 WhatsApp 结合。根据受众或事件触发发送。

<LinkCard title="通过 Customer Journey 发送 SMS" href="/product/messaging-channels/sms/send-sms/send-sms-via-customer-journey/" />

<Aside type="tip">
对于单个营销活动，请使用**一次性 SMS**；对于自动化的多渠道流程，请使用 **Customer Journey**。
</Aside>

#### 通过 API 发送 SMS

您的开发团队可以使用 [Messaging API v2 `Notify`](/zh/developer/api-reference/messaging-api-v2/notify/) 以编程方式发送 SMS。

<LinkCard title="Messaging API v2" href="/developer/api-reference/messaging-api-v2/notify/" />