MortarBulkSMS is a reliable bulk SMS platform designed for Ugandan businesses and organisations that need a fast, affordable way to send messages — at just UGX 35 per SMS.
Directly connected to Uganda's two biggest networks — covering over 95% of all mobile numbers in the country.
More networks coming soon · Contact us for enterprise needs
From a quick single message to a 50,000-recipient campaign — handled.
One flat rate. Pay only for the messages you send. No contracts, no hidden fees.
From marketing to development — the right tool for any team that needs to reach people by SMS.
Use the MortarBulkSMS API to send SMS directly from your websites, mobile apps, or backend systems. Clean REST API, JSON responses.
// Send SMS via MortarBulkSMS const res = await fetch( 'https://api.mortarbulksms.com/v1/sms', { method: 'POST', headers: { 'Authorization': `Bearer ${API_KEY}`, 'Content-Type': 'application/json', }, body: JSON.stringify({ to: '+256741234567', from: 'MORTAR', message: 'Your OTP is 4521.', }), } ); const data = await res.json();
{
"id": "msg_01J8KP2QRST5UV",
"status": "queued",
"network": "airtel",
"cost": 35,
"currency": "UGX"
}
Reach customers across Uganda at an affordable price. No contracts, no monthly fees.