# SMS कैसे भेजें

SMS भेजने से पहले, सुनिश्चित करें कि आपने [अपने SMS प्रदाता को कॉन्फ़िगर कर लिया है](/hi/product/first-steps/start-with-your-project/configure-platforms/sms-configuration/) और [SMS संपर्क आयात करके](/hi/product/messaging-channels/sms/import-sms-contacts/) या [API के माध्यम से फ़ोन नंबर पंजीकृत करके](/hi/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 तत्व

एक Journey में एक SMS चरण जोड़ें और इसे पुश, ईमेल, इन-ऐप, या व्हाट्सएप के साथ मिलाएं। ऑडियंस या घटनाओं द्वारा डिलीवरी को ट्रिगर करें।

<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`](/hi/developer/api-reference/messaging-api-v2/notify/) के साथ प्रोग्रामेटिक रूप से SMS भेज सकती है।

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