Reach your customers instantly with our reliable SMS gateway. Send promotional messages, alerts, notifications, and more with just a few clicks.
Launch SMS Portal View API DocsEverything you need for effective SMS communication
Messages delivered in real-time with high success rate
Simple integration with any programming language
Track delivery status and campaign performance
Plan your campaigns with advanced scheduling
Enterprise-grade security with encrypted connections
Use your brand name as sender ID
Integrate our SMS gateway with just a few lines of code
<?php function sendSMS($number, $message) { $api_key = "YOUR_API_KEY"; $url = "https://jusa.co.zw/api/send?apikey=" . $api_key . "&mobiles=" . $number . "&sms=" . urlencode($message); $response = file_get_contents($url); return json_decode($response, true); } // Send SMS $result = sendSMS("26377XXXXXX", "Hello from Jusa!"); if($result['success']) { echo "SMS sent successfully!"; } ?>
{
"success": true,
"message_id": "uuid-1234",
"status": "sent",
"error_code": "000"
}
Pay only for what you send
per SMS