SMS service

Send any text — OTP, alerts, reminders, bulk — from a normal phone number.

Waaguan SMS is a separate product from MoMo payments. No sender ID registration — messages go out from a normal number. You write the message; we deliver it.

Quick start

  1. Buy SMS credits (how credits work).
  2. Generate an sk_sms_ key on Dashboard → SMS.
  3. POST /api/v1/sms/send with { "to": "0244…", "message": "…" }.

Authentication

SMS uses Authorization: Bearer sk_sms_… — not your payment sk_live_ key. Create and revoke SMS keys on the SMS overview page.

API

Dashboard

Under SMS you can:

  • Send — one number, bulk paste, or selected contacts
  • Credits — buy plans or custom top-ups with MoMo
  • Contacts — add or upload CSV (name,phone)
  • Templates — save messages; use {{name}} for personalization
  • History — pending, sent, delivered, failed
  • Send from — random (recommended) or a fixed number

More detail: Dashboard guide.