Instant delivery · Thai numbers, 100% coverage

Send SMS to your
customers instantly
in seconds

An SMS platform built for business: Bulk SMS, OTP, marketing campaigns, and your own branded Sender Name. REST API ready to use in just 2 lines of code.

DEMO STREAM Illustrative
Thai carriers All supported
AIS
True H
dtac
POST /api/v2/sms/send example
// 2 lines is enough
await fetch("/api/v2/sms/send", {
  headers: { "x-api-key": key },
  method:  "POST",
  body: JSON.stringify({
    sender:  "MyShop",
    content: "Your OTP code is 482913",
    msisdns: ["66812345678"],
  }),
});
Delivery report Sample
recipient+6681**5678
senderMyShop
routeAIS · direct
statusdelivered ✓
– Features

Everything you need
to send SMS, in one place

Built for Thai businesses, from online shops to enterprise. Use it through the dashboard or call the API at every step.

01

Bulk SMS

Send to hundreds of thousands of recipients at once, with personalised name and data fields.

1-message minimum
02

OTP / Verification

Deliver verification codes to your customer's phone in 1-2 seconds. Safe for login and transactions.

latency < 2s
03

Sender Name

Use your own brand name as the sender. Build trust and stay memorable.

approval 1-7 business days
04

API & Webhook

A clean REST API with webhooks for delivery reports and inbox messages.

REST · Node · PHP · Python
05

Reports & Analytics

Real-time stats: delivery, cost, and click-rate via short links.

Export CSV / Excel
06

Scheduled sending

Schedule sends in advance: daily, weekly, or one-off campaigns at the right time.

schedule up to 90 days ahead
– Getting started

Send your first SMS in 3 steps

No contract, no setup fee. Free registration. Start with the Start package at THB 990.

STEP 01

Register and verify your account

Enter your business info, upload documents. Takes < 5 minutes.

Phone number
081-234-5678
verified 4 / 5
STEP 02

Upload a list or call the API

Import a CSV from your CRM, or call the API to send from your own backend.

customers.csv3,482 rows
name,phone,balance
สุชาดา,0812345678,1240
วินัย,0898765432,580
···
name → {{name}} balance → {{balance}}
STEP 03

Write the message and send

Type your message, preview it, hit send. Reports land in the dashboard instantly.

Hi {{name}},
your reward balance is {{balance}} points
78 / 160 characters1 SMS
– Developer-friendly

An API that's
easy to write, ready for production

Send SMS in 2 lines of code. Receive a webhook for every event. Sample code in Node, PHP, Python, and Go.

  • REST API · OpenAPI 3.0Full documentation. Works with Postman or Insomnia out of the box.
  • Webhook delivery reportsKnow instantly whether an SMS reached the recipient's device.
  • Automatic credit refundsThe system refunds credits the moment it detects a failed send.
  • Multiple API keysSeparate dev / staging / production. Scope each key independently.
// Send SMS via the ME-SMS API (Node 18+)
const res = await fetch("https://me-sms.com/api/v2/sms/send", {
  method: "POST",
  headers: {
    "x-api-key": process.env.MESMS_API_KEY,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    sender:  "MyShop",
    content: "Your OTP code is 482913",
    msisdns: ["66812345678"],
  }),
});

const { uuid, totalCredit } = await res.json();
– Packages

Pick the package
that fits you

Buy credits once, use them within the validity period. Bigger packages cost less per credit. Failed sends are refunded automatically.

Mini

แพ็กเกจขนาดเล็ก เริ่มต้นใช้งานง่าย เหมาะกับธุรกิจที่เพิ่งเริ่ม

฿500
1,000 credits · ~฿0.50/credit · 30 days
Buy this package

Basic

แพ็คเกจสำหรับผู้ใช้งานทั่วไป

฿2,200
5,000 credits · ~฿0.44/credit · 90 days
Buy this package
See all 12 packages on the pricing page →
– FAQ

Frequently asked
questions

Can't find what you're looking for? Our team is available Mon-Fri, 9:00-18:00.

Contact our team →
Do I need to sign a contract or pay a setup fee?
Neither. Just pick a package, pay, and start sending. Credits stay valid for the period of the package (from 2 months for Start up to 12 months for Business and above). When you buy a new package, remaining credits roll over and pick up the new package's validity.
Do you support all Thai carriers?
Yes. We connect directly to AIS, dtac, and TrueMove H through NBTC-approved gateways, including every Thai MVNO.
Can I use my own brand as the Sender Name?
You'll need to submit brand-verification documents (certificate of registration + Por.Por.20). Our team approves within 1-7 business days. The entire process runs through the dashboard.
How much does the entry package cost?
See every package and price on the pricing page. The more credits you buy, the cheaper they are per credit.
Is there an API for developers?
Yes: a REST API following the OpenAPI 3.0 standard, with webhooks that push delivery reports back to your system. Docs and code samples are on the API Docs page.
Can you issue tax invoices?
Full tax invoices are issued every time you top up credits, emailed automatically and available for download from the dashboard.
– Get started

Ready to send
your first SMS?

Register today; it takes just 2 minutes. Try the platform and buy a package right away.