Bulk SMS for Tanzanian businesses

Reach Every Customer
in Tanzania Instantly

Send OTPs, marketing campaigns, and transactional SMS to any network. Custom Sender IDs, SMS submission, and a powerful REST API — starting from only 20 TZS per SMS.

Free Account No Credit Card Instant Activation
jquicknet.com/dashboard
Overview
Send SMS
Contacts
Sender IDs
Billing
Good morning, James
Your SMS performance at a glance
Wallet Balance
125,400 TZS
Sent
8,240
Accepted (illustration)
7,891
Failed
47
Rate
95.8%
Delivery Analytics
Mon
Tue
Wed
Thu
Fri
Sat
Sun
Features

Everything you need to send SMS at scale

From OTP verification to marketing campaigns — one platform handles it all.

Bulk SMS

Submit messages to Tanzanian mobile numbers. Import saved contacts from CSV or enter numbers manually.

OTP SMS

Submit one-time passwords through the SMS API. Delivery time depends on the gateway and recipient network.

Custom Sender ID

Brand every message with your company name. Build trust with verified sender identities up to 11 characters.

REST API

Integrate SMS into any application with our simple RESTful API. JSON responses, API key auth, code examples in 4 languages.

Message Scheduling

Submit messages when ready. Scheduled sending is not currently available.

Delivery Reports

Review submission history and gateway acceptance. Confirmed delivery reports are not currently available.

Contact Management

Import, export, and organize contacts into groups. CSV import with name and phone columns for quick reuse.

Real-Time Analytics

Review your account’s submission counts and recorded credit charges. Acceptance is not delivery confirmation.

How It Works

Start sending SMS in 3 simple steps

No contracts. No setup fees. Create an account and request a sender ID and prepare your first message.

1

Create an Account

Sign up for free in seconds. No credit card required. Get instant access to your dashboard.

2

Upload Contacts

Import contacts via CSV or enter phone numbers manually. Organize into groups for targeted campaigns.

3

Send SMS Instantly

Compose your message, select recipients, and hit send. Check the submission result in your dashboard.

Developer API

Built for developers who ship fast

A clean REST API with JSON responses, API key authentication, and examples in every major language.

Simple Integration

One POST request to send SMS. Authenticate with X-Api-Key header or Bearer token.

Secure by Default

API key management with instant revocation. Rate limiting protects your account.

Full Documentation

Comprehensive docs with code examples in cURL, Node.js, Python, and PHP.

Read API Documentation
Send SMS via API
curl -X POST https://jquicknet.com/api/sms/send \
  -H "X-Api-Key: jqn_your_api_key" \
  -H "Idempotency-Key: unique-request-001" \
  -H "Content-Type: application/json" \
  -d '{
    "sender_id": "JQUICKNET",
    "message": "Hello from JQuickNet!",
    "contacts": "255712345678"
  }'
Node.js
const res = await fetch(
  "https://jquicknet.com/api/sms/send",
  {
    method: "POST",
    headers: {
      "X-Api-Key": "jqn_your_api_key",
      "Content-Type": "application/json",
    "Idempotency-Key": "unique-request-001"
    },
    body: JSON.stringify({
      sender_id: "JQUICKNET",
      message: "Hello from JQuickNet!",
      contacts: "255712345678"
    })
  }
);
const data = await res.json();
Python
import requests

response = requests.post(
    "https://jquicknet.com/api/sms/send",
    headers={
        "X-Api-Key": "jqn_your_api_key",
        "Content-Type": "application/json",
    "Idempotency-Key": "unique-request-001"
    },
    json={
        "sender_id": "JQUICKNET",
        "message": "Hello from JQuickNet!",
        "contacts": "255712345678"
    }
)
print(response.json())
Response
{
  "service": {
    "id": 42,
    "sender_id": "JQUICKNET",
    "status": "success",
    "created_at": "2026-07-13T10:00:00Z"
  }
}
Pricing

Simple, transparent pricing

No contracts. No subscriptions. Pay only for what you send.

Most Popular
Pay-As-You-Go
20 TZS
per SMS · no hidden fees
  • No monthly subscription required
  • No setup or activation fees
  • Free processing on all top-ups
  • Minimum top-up: 1,000 TZS (50 credits)
  • Credits after verified payment
  • Full REST API access included
  • Custom Sender ID support
  • Submission history
Create Free Account
FAQ

Frequently asked questions

How fast is SMS delivery?
Delivery times vary by gateway, network and recipient availability. JQuickNet currently reports submission acceptance, not confirmed handset delivery.
How do Sender IDs work?
A custom sender ID replaces the default numeric sender with your brand name (up to 11 characters). Instead of receiving SMS from a random number, your customers see your business name — building instant recognition and trust.
Can I integrate using the API?
Yes. JQuickNet provides a RESTful SMS API. Authenticate with an API key (X-Api-Key header) or Bearer token, then POST to /api/sms/send. We provide code examples in cURL, Node.js, Python, and PHP.
Which networks are supported?
JQuickNet supports all major Tanzanian mobile networks: Vodacom, Airtel, Tigo, Halotel, and TTCL. Messages are routed through the Meseji SMS gateway for optimal delivery across the country.
How much does it cost?
20 TZS per unique recipient per submission (one credit), including multipart messages under the current application policy. There are no monthly subscriptions or setup costs. You only pay for the messages you send. Top up your wallet with as little as 1,000 TZS via Mobile Money.
Is JQuickNet secure?
JQuickNet uses industry-standard security: bcrypt password hashing, JWT authentication with httpOnly cookies, CSRF protection, rate limiting, security headers (CSP, X-Frame-Options), and encrypted payment processing through Pesapal.

Start sending SMS in Tanzania today

Create a free account, top up your wallet, and request a sender ID and prepare your first message.

Create Free Account
Free to start No credit card Cancel anytime