SMS Notifications

Send transactional SMS to your customers. Order confirmations, delivery updates, payment receipts, appointment reminders. One API call, reliable delivery across Africa and the UK.

Try It Live View Docs

Built for Business

๐Ÿ“ฒ

One API Call

Send an SMS with a single POST request. No complexity.

๐ŸŒ

Africa & UK

Eswatini, South Africa, UK, Namibia, Zambia, Zimbabwe. More coming soon.

๐Ÿ“ฆ

Bulk Sending

Send up to 50 messages per batch. Perfect for notifications.

๐Ÿ’ฐ

Pay As You Go

No monthly fees. Buy credits, use them anytime.

๐Ÿ”‘

Same API Key

Already using our OTP service? Same key works here.

๐Ÿ“Š

Usage Tracking

Monitor delivery status and credit balance via API.

Pricing

Country Price per SMS
EswatiniR0.80
South AfricaR0.80
United KingdomR2.50
NamibiaR2.50
ZambiaR5.00
ZimbabweR5.00

No monthly fees. Pay as you go.

API Documentation

Base URL
https://api.ekukhulenilabs.co.za
Send a single SMS
POST /sms/send Headers: Content-Type: application/json X-Api-Key: YOUR_API_KEY Body: { "to": "26879571926", โ† recipient phone number "message": "Your order #123 has been confirmed. Total: E1,300. Thank you!" } Response: { "success": true, "message": "SMS sent", "credits_remaining": 94 }
Send bulk SMS (up to 50 per batch)
POST /sms/send-bulk Headers: Content-Type: application/json X-Api-Key: YOUR_API_KEY Body: { "messages": [ { "to": "26879571926", "message": "Your order is ready for collection." }, { "to": "27761234567", "message": "Payment of E500 received. Thank you." } ] } Response: { "success": true, "sent": 2, "total": 2, "results": [ { "to": "26879571926", "success": true }, { "to": "27761234567", "success": true } ] }
Check credit balance
GET /sms/balance Headers: X-Api-Key: YOUR_API_KEY Response: { "sms_credits": 94 }
View usage history
GET /sms/usage Headers: X-Api-Key: YOUR_API_KEY Response: { "total": 6, "recent": [ { "timestamp": "2026-04-06T14:30:00", "recipient": "268795***", "success": true, "preview": "Your order #123 has been..." } ] }
Supported countries & phone formats
Eswatini: 26879571926 or 79571926 โ€” R0.80/SMS South Africa: 27761234567 or 0761234567 โ€” R0.80/SMS UK: 447846426683 โ€” R2.50/SMS Namibia: 264852600382 โ€” R2.50/SMS Zambia: 260962219651 โ€” R5.00/SMS Zimbabwe: 263778199413 โ€” R5.00/SMS
Error codes
400 โ€” Missing fields or message too long (max 480 chars) 401 โ€” Invalid or missing API key 402 โ€” Insufficient SMS credits 500 โ€” SMS delivery failed

๐Ÿงช Try It Live

Don't have an API key? Register here โ€” same key works for both OTP and SMS.

Need Credits or Help?

๐Ÿ“ž WhatsApp: +268 7953 1182

โœ‰๏ธ Email: sales@ekukhulenilabs.com