Manage your communications
SMS, WhatsApp & USSD
across Africa.

One account. One unified, rechargeable wallet. All your SMS campaigns, WhatsApp notifications, and USSD experiences from a platform designed for West and Central Africa.

SMS Campaigns WhatsApp Business Interactive USSD SMS / OTP API
SMS Zedekaa Dashboard
Communication Channels

All your channels. One single platform.

Manage your SMS campaigns, WhatsApp Business notifications, and USSD services from a single dashboard with a shared wallet.

SMS Marketing

A2P

Bulk campaigns, transactional notifications, and automated alerts. Request your custom Sender ID from your account.

  • Custom Sender ID
  • Advanced audience segmentation
  • Scheduled sends & real-time reports
  • Delivery & open rate tracking

WhatsApp Marketing

New

Send official WhatsApp Business messages for transactional notifications, targeted marketing, and automated customer support.

  • Official WhatsApp Business API Account
  • Meta-approved message templates
  • Payment notifications & confirmations
  • Up to 5x higher engagement than SMS

Interactive USSD

No internet

Deploy USSD menus accessible from all phones, even basic ones. Surveys, self-service, data collection.

  • Dynamic and customizable menus
  • Accessible without an internet connection
  • Live data collection and voting
  • Compatible with all operators
Unified Wallet

One credit.
All your channels.

Top up your wallet once and use it for your SMS, WhatsApp, and USSD sends. No separate accounts, no unnecessary complexity.

Mobile Money
Yas Togo, Moov Africa & many more - instant top-up
Credit Card
Visa, Mastercard - secure online payment
PayPal
Ideal for businesses with international billing
Sender ID
Custom Sender ID
Available

Display your brand name as the sender instead of an unknown number. Request your Sender ID directly from your account.

Message Preview
MA
MY BRAND
Your order #4892 is confirmed. Estimated delivery: tomorrow 10am-12pm.
97%
Delivery Rate
+15
Connected Operators
Geographic Coverage

West & Central Africa
just a message away.

Covered destinations with direct operator connections for better delivery quality.

Drapeau du Togo
Togo
Yas · Moov
Direct
Drapeau du Bénin
Benin
MTN · Moov
Direct
Drapeau de la Côte d'Ivoire
Ivory Coast
MTN · Orange · Moov
Direct
Drapeau du Sénégal
Senegal
Orange · Free · Expresso
Direct
Drapeau du Gabon
Gabon
Airtel · Libertis
Direct
Drapeau du Niger
Niger
Airtel · Moov
Direct
Drapeau du Burkina Faso
Burkina Faso
Orange · Telecel
Direct
🌍
More to come
Worldwide coverage
Worldwide

Need a specific destination? Contact our sales team

Use Cases

Who uses SMS Zedekaa?

From banks to startups, public institutions, and NGOs - our platform adapts to every sector.

Banks & Fintech

OTP for authentication, transaction alerts, transfer confirmations, account balance via SMS or USSD.

E-commerce & Retail

Order confirmations, delivery tracking, flash sales, post-purchase customer feedback.

Health & Hospitals

Appointment reminders, test results, public health campaigns, mass vaccination drives.

Education

Enrollment notifications, exam results, parent alerts, tuition payment reminders.

Public Institutions

Emergency alerts, government information, USSD surveys, large-scale field data collection.

NGOs & Humanitarian

Fundraising, field coordination, beneficiary surveys, humanitarian alerts in areas without internet.

curl --location 'https://extranet.nghcorp.net/api/send-sms' \
  -H 'Content-Type: application/json' \
  --data '{
    "api_key": "VOTRE_CLE_API",
    "api_secret": "VOTRE_SECRET_API",
    "from": "VOTRE_SENDER_ID",
    "to": 22892470847,
    "text": "Votre message ici",
    "reference": "ref-externe-123"
  }'
<?php
$curl = curl_init();
$data = [
    "api_key"    => "VOTRE_CLE_API",
    "api_secret" => "VOTRE_SECRET_API",
    "from"       => "VOTRE_SENDER_ID",
    "to"         => 22892470847,
    "text"       => "Votre message ici",
    "reference"  => "ref-externe-123"
];

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://extranet.nghcorp.net/api/send-sms',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS => json_encode($data),
  CURLOPT_HTTPHEADER => array(
    'Content-Type: application/json'
  ),
));

$response = curl_exec($curl);
curl_close($curl);
echo $response;
const data = JSON.stringify({
  "api_key": "VOTRE_CLE_API",
  "api_secret": "VOTRE_SECRET_API",
  "from": "VOTRE_SENDER_ID",
  "to": 22892470847,
  "text": "Votre message ici",
  "reference": "ref-externe-123"
});

const requestOptions = {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: data
};

fetch('https://extranet.nghcorp.net/api/send-sms', requestOptions)
  .then(response => response.json())
  .then(result => console.log(result))
  .catch(error => console.log('error', error));
import requests
import json

url = "https://extranet.nghcorp.net/api/send-sms"

payload = {
    "api_key": "VOTRE_CLE_API",
    "api_secret": "VOTRE_SECRET_API",
    "from": "VOTRE_SENDER_ID",
    "to": 22892470847,
    "text": "Votre message ici",
    "reference": "ref-externe-123"
}
headers = {
  'Content-Type': 'application/json'
}

response = requests.post(url, headers=headers, data=json.dumps(payload))

print(response.json())
API & Integrations

Integrate in a few lines of code.

Complete and documented REST APIs to send SMS, WhatsApp messages, generate OTPs, and deploy USSD services in your applications.

SMS API
Single or bulk sending via secure REST
Campaigns API
Scheduled campaigns with segmentation
WhatsApp Marketing API
Custom campaigns via WhatsApp Business
SMPP
High-performance connection for large volumes
Why SMS Zedekaa

Designed for African businesses.

Certified A2P Aggregator

NGH CORP is a recognized A2P aggregator. Compliant and reliable delivery.

Ultra-fast Delivery

Direct connections with operators. Delivery time in seconds.

Native Mobile Money

Top up with Yas Togo, Moov Africa & more - frictionless.

24/7 Support

A team available at all times to assist you.

Available now - No commitment

A modern SaaS platform
designed for decision-makers.

Join hundreds of African companies that trust SMS Zedekaa for their critical communications.