Reliable SMS Gateway for your business. Perfect for marketing campaigns, OTP verification, notifications, and more with 99.9% delivery rate.
Everything you need to send SMS messages at scale with reliability and ease
Easy-to-integrate REST API with comprehensive documentation and code examples for quick implementation.
Send thousands of SMS messages in seconds with our high-speed delivery network across Sri Lanka.
Real-time delivery reports and analytics for all your SMS campaigns with detailed insights.
Bank-level encryption and secure API authentication for complete data protection.
Built-in OTP generation and verification system for secure user authentication.
Organize contacts into groups and manage your recipient lists efficiently with our dashboard.
Our SMS Gateway serves businesses across various sectors in Sri Lanka
Order confirmations, shipping updates, and promotional campaigns for online stores.
Appointment reminders, test results, and health alerts for hospitals and clinics.
Exam schedules, results notifications, and announcements for schools and universities.
Transaction alerts, OTP verification, and account updates for financial institutions.
Promotional campaigns, offers, and customer engagement for marketing agencies.
Delivery updates, tracking info, and driver notifications for courier services.
Booking confirmations, check-in reminders, and guest services for hotels.
User verification, notifications, and security alerts for software companies.
Simple pricing that fits your messaging needs with no hidden charges
One Time Payment
Per SMS • No Expiry
All plans include:
Get started in minutes with our easy-to-use REST API
Create your account and receive your unique API credentials instantly.
Use our comprehensive documentation to integrate SMS into your application.
Begin sending SMS messages with just a few lines of code.
<?php
$api_key = "your_api_key";
$sender = "YourBrand";
$phone = "+94771234567";
$message = "Hello! Your OTP is 123456";
$url = "https://api.srilankanhosting.lk/sms/send";
$data = array(
'api_key' => $api_key,
'sender' => $sender,
'phone' => $phone,
'message' => $message
);
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
curl_close($ch);
echo $response;
?>
Join hundreds of businesses using our SMS Gateway for their communications in Sri Lanka