SMS
Account & Auth
Credits & Billing
Contact Lists
Campaigns
Notifications
System
POST/v1/sms/

Send SMS

Send a single SMS to a Tanzania mobile number. Accepts 07xx or +255 format.

Try it in Console

Parameters

NameInRequiredExample
tobodyyes0712345678
messagebodyyesHabari! Order confirmed.
frombodynoMyBrand

Example request body

{
  "to": "0712345678",
  "message": "Habari! Order confirmed.",
  "from": "MyBrand"
}

Example response

{
  "success": true,
  "data": {
    "message_id": "f3b1c2d4-9e8a-4f2b-b1c2-d3e4f5a6b7c8",
    "status": "sent",
    "cost": "TZS 30.00",
    "credits_used": 1
  }
}