Zimbabwe's SMS Platform

Send Bulk SMS
in Seconds

Reach thousands of customers across Econet, NetOne & Telecel with reliable, affordable bulk SMS messaging. API access included.

99.5%
Delivery Rate
3
Networks
<5s
Avg Delivery
Developer REST API
POST /api/v1/send/
{
  "sender_id": "YourBrand",
  "message": "Hello!",
  "recipients": ["0771..."]
}
Integrate in minutes Get API Key
Marketing Promotions & offers
Alerts Reminders & updates
OTP / 2FA Verification codes
Campaigns Bulk outreach

Everything You Need to Send SMS

Powerful features for businesses of all sizes

Bulk SMS

Send to thousands at once. Smart number parsing handles any format — paste from Excel, CSV, or any source.

Network Detection

Automatic Econet, NetOne & Telecel identification. See cost breakdown by network before sending.

REST API

Integrate SMS into your app with our simple API. Send, check balance, track delivery — all programmatically.

Preview Before Sending

Review all numbers grouped by network, see total cost, download reports — before a single SMS is sent.

Real-time Tracking

Watch your batch progress live. Auto-refreshing dashboard shows delivery status as messages go out.

Custom Sender IDs

Send from your brand name. Request custom sender IDs and manage them from your dashboard.

How It Works

1
Register

Create your account and request a sender ID

2
Top Up

Purchase SMS credits via admin deposit

3
Compose

Paste your numbers, write your message, preview

4
Send

Confirm and track delivery in real-time

For Developers

Simple REST API

Integrate SMS into your app, website, or system in minutes. Our API is straightforward — one endpoint, one API key, done.

  • Send single or bulk SMS via POST /api/v1/send/
  • Check balance with GET /api/v1/balance/
  • Track batch delivery with GET /api/v1/batch/<id>/
  • API key auth — no complex OAuth
  • Python, JavaScript, cURL examples included
send_sms.py
import requests

resp = requests.post(
  "https://sms.zikoneta.net/sms/api/v1/send/",
  headers={"X-API-Key": "sk_your_key"},
  json={
    "sender_id": "MyBrand",
    "message": "Hello!",
    "recipients": ["0771234567"]
  }
)

print(resp.json())
# {"success": true, "batch_id": "..."}

Ready to Start Sending?

Create your account, get your API key, and start reaching customers today.