We use the industry-leading, easy-to-use bulk SMS portal. You can send sms with Microsoft Excel File just upload excel file from your PC and submit sms. Bulk SMS marketing services are gaining popularity due to their easy access to nooks and corners of the country. We help you realize that you are just one click away from your customers and we help you with details on how to use these advanced tools effectively. We have upgraded SMS servers that can withstand heavy loads and hence your SMS never crashes due to busy server, allowing you to send bulk SMS simultaneously with ease.
SMS marketing is when businesses deliver permission-based (opt-in) promotional messages through text. Examples of SMS marketing are a restaurant promoting 50% off main meals on a specific evening.
Transactional SMS is generally all commercial SMS that is neither marketing nor promotional. These are functional or informative SMS. About a product or service that a customer has engaged with. Examples of transactional text messages are dental surgery reminding you of an appointment.
This allows you to set up a recurring message to be sent hourly, daily, weekly, monthly, yearly, weekday or fortnightly, which can be used for email messages. annual anniversary, for example.
The ClickSMS Gateway API gives developers the ability to integrate a range of text messaging functionality onto existing apps and websites, and build new apps that integrate text messaging functionality with an easy-to-use SMS Gateway API.
An SMS OTP (One Time Password) is a secure authorization method where a numeric or alphanumeric code is sent to a mobile number. This password is an additional layer of security used to verify a user's identity when logging online or confirming an action.
The success of our company comes from the great experience we have in mobile communication and the maximum proximity we have with our customers in order to build real partnerships. Listening to its customers, ClickSMS © has developed a platform allowing sending SMS via API and via connectors. ClickSMS © is one of the oldest platforms and one of the main players in the mobile SMS communication market. ClickSMS © sends around 300 million text messages per year and has over 5,000 active customer accounts.
$url = 'https://clicksms.net/sms/api';
$sms_body = array(
'action' => 'send-sms',
'api_key' => 'Your_Api_Key',
'unicode' => '1',
'to' => '241700****,241700****,241700****',
'from' => '123ABC',
'sms' => 'Test message from ClickSMS'
);
$send_data = http_build_query($sms_body);
$gateway_url = $url . "?" . $send_data;
try {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $gateway_url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HTTPGET, 1);
$output = curl_exec($ch);
if (curl_errno($ch)) {
$output = curl_error($ch);
}
curl_close($ch);
var_dump($output);
}catch (Exception $exception){
echo $exception->getMessage();
}
$url = 'https://clicksms.net/sms/api';
$sms_body = array(
'action' => 'send-sms',
'api_key' => 'Your_Api_Key',
'to' => '241700****,241700****,241700****',
'from' => '123ABC',
'sms' => 'Test message from ClickSMS'
);
$send_data = http_build_query($sms_body);
$gateway_url = $url . "?" . $send_data;
try {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $gateway_url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HTTPGET, 1);
$output = curl_exec($ch);
if (curl_errno($ch)) {
$output = curl_error($ch);
}
curl_close($ch);
var_dump($output);
}catch (Exception $exception){
echo $exception->getMessage();
}
Get started in no time with our easy integration. Tested and trusted by developers around the world. Build with confidence and boost your business - with just a few lines of code.
Send SMS online through our Web SMS service ClickSMS and get real results using our software.
Monitor delivery performance and response rates with our super simple yet advanced reports and analytics.
Build powerful applications using the fastest and most reliable cloud communication APIs.
Import from a CSV or Excel file for bulk SMS campaigns.
ClickSMS - enable your CRM website, application or platform with our REST API.
Talk to us via live chat, phone, contact form or email. There is always a human on the other end, ready to help.