# วิธีส่ง SMS

ก่อนที่คุณจะส่ง SMS ตรวจสอบให้แน่ใจว่าคุณได้ [กำหนดค่าผู้ให้บริการ SMS ของคุณ](/th/product/first-steps/start-with-your-project/configure-platforms/sms-configuration/) และเพิ่มผู้รับโดย [นำเข้าผู้ติดต่อ SMS](/th/product/messaging-channels/sms/import-sms-contacts/) หรือ [ลงทะเบียนหมายเลขโทรศัพท์ผ่าน API](/th/developer/first-steps/subscribe-users/#sms)

Pushwoosh มีสองวิธีในการส่ง SMS:

#### SMS แบบครั้งเดียว

ส่ง SMS ฉบับเดียวไปยังเซกเมนต์ รายชื่อหมายเลขโทรศัพท์ หรือผู้ติดตามทั้งหมด กำหนดเวลาส่งได้ทันทีหรือตามวันและเวลาที่ระบุ

<LinkCard title="ส่ง SMS แบบครั้งเดียว" href="/product/messaging-channels/sms/send-sms/send-one-time-sms/" />

#### องค์ประกอบ SMS ใน Customer Journey

เพิ่มขั้นตอน SMS เข้าไปใน Journey และรวมเข้ากับ push, email, in-app หรือ WhatsApp ทริกเกอร์การจัดส่งตาม audience หรือ events

<LinkCard title="ส่ง SMS ผ่าน Customer Journey" href="/product/messaging-channels/sms/send-sms/send-sms-via-customer-journey/" />

<Aside type="tip">
ใช้ **SMS แบบครั้งเดียว** สำหรับแคมเปญเดี่ยว และ **Customer Journey** สำหรับโฟลว์อัตโนมัติหลายช่องทาง
</Aside>

#### ส่ง SMS ผ่าน API

ทีมพัฒนาของคุณสามารถส่ง SMS แบบโปรแกรมได้ด้วย [Messaging API v2 `Notify`](/th/developer/api-reference/messaging-api-v2/notify/)

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