1 / 5

Integrate Bulk SMS API into your application using PHP Language

HTTP API is most popular API. It is allows you to integrate SMS services into your own System/application for better functionality required by you.<br><br>Benefits of using Bulk SMS Gateway / HTTP API:<br>Bulk SMS Gateway / HTTP API can send more than 100 messages at a time via any kind of application/portal.<br>You can check the balance of your account with expiry date via your application/portal.<br>You can check the Delivery status of your single or group SMS everything in a single places without login your web interface.<br>Unicode API allows you to send SMS in different languages (Tamil, Hindi, Telugu, Malayalam, Guajarati, and Marathi).<br><br>How does it work?<br>A request to the Bulk SMS API is done by calling a URL with some required parameters (User Name, Password, Sender ID, Mobile Number, Message).When a request is made, the API along with all the parameters send to SMS Gateway server and SMS Gateway server process the request and generate response for the particular request immediately.<br><br>KAPSYSTEM provides the Bulk SMS Gateway with HTTP API (HTTP) to be integrated in different programming language asp.net, php, Java<br><br>Sample code for php:<br><?php<br>$workingkey=”xxxxxxxxxxxx”;<br>$dest_MobileNo=”xxxxxxxxx”;<br>$Message=”Test Message via http api”;<br>$SenderID=”xxxxxx”;<br>$sms_url=sprintf(“http://alerts.kapsystem.com/api/web2sms.php?workingkey=%s&to=%s&sender=%s&message=%s”, $workingkey, $dest_MobileNo,$SenderID, urlencode($Message));<br>openurl($sms_url);<br>function openurl($url)<br>{<br>$ch=curl_init();<br>curl_setopt($ch,CURLOPT_URL,$url);<br>curl_setopt($ch, CURLOPT_POST, 1);<br>curl_setopt($ch,CURLOPT_POSTFIELDS,$postvars);<br>curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch,CURLOPT_TIMEOUT, ’3′); $content = trim(curl_exec($ch)); curl_close($ch);<br>}<br>?><br>For further assistance mail to info@kapsystem.com or call on 91 97380 10000<br><br>For About Bulk SMS http://www.kapsystem.com<br>For Free Bulk SMS Demo http://www.kapsystem.com/new/freedemo1.php

kapsystem
Télécharger la présentation

Integrate Bulk SMS API into your application using PHP Language

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How do we integrate Bulk SMS API into your application using PHP Language HTTP API is most popular API. It is allows you to integrate SMS services into your own System/application for better functionality required by you. Benefits of using Bulk SMS Gateway / HTTP API: Bulk SMS Gateway / HTTP API can send more than 100 messages at a time via any kind of application/portal. You can check the balance of your account with expiry date via your application/portal. You can check the Delivery status of your single or group SMS everything in a single places without login your web interface. Unicode API allows you to send SMS in different languages (Tamil, Hindi, Telugu, Malayalam, Guajarati, and Marathi). Email: info@kapsystem.com| Mobile: +91-97380 10000 | Web: www.kapsystem.com

  2. How do we integrate Bulk SMS API into your application using PHP Language How does it work? A request to the Bulk SMS API is done by calling a URL with some required parameters (User Name, Password, Sender ID, Mobile Number, Message).When a request is made, the API along with all the parameters send to SMS Gateway server and SMS Gateway server process the request and generate response for the particular request immediately. KAPSYSTEM provides the Bulk SMS Gateway  with HTTP API (HTTP) to be integrated in different programming language asp.net, php, Java Email: info@kapsystem.com| Mobile: +91-97380 10000 | Web: www.kapsystem.com

  3. How do we integrate Bulk SMS API into your application using PHP Language Sample code for php: <?php $workingkey=”xxxxxxxxxxxx”; $dest_MobileNo=”xxxxxxxxx”; $Message=”Test Message”; $SenderID=”xxxxxx”; $sms_url=sprintf(“http://alerts.kapsystem.com/api/web2sms.php?workingkey=%s&to=%s&sender=%s&message=%s”, $workingkey, $dest_MobileNo,$SenderID, urlencode($Message)); openurl($sms_url); function openurl($url){ $ch=curl_init(); curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch,CURLOPT_POSTFIELDS,$postvars); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch,CURLOPT_TIMEOUT, ’3′);  $content = trim(curl_exec($ch));  curl_close($ch); } ?> Email: info@kapsystem.com| Mobile: +91-97380 10000 | Web: www.kapsystem.com

  4. ADVANTAGE OF KAPSYSTEM SERVICE MESSAGING FEATURES www.kapsystem.com ©2015, KAPSYSTEM ( Bulk SMS Service Provider Company) , Email info@kapsystem.com

  5. TRUSTED CLIENTS CONTACT US KAP Computer Solution Pvt. Ltd Our Presence: Bangalore | Delhi | Mumbai | Hyderabad | Chennai | Coimbatore | Pune | Kolkata | Ahmedabad | Noida Mobile : +91 97380 10000 | 1 [Sales] | Email : info@kapsystem.com www.kapsystem.com ©2015, KAPSYSTEM ( Bulk SMS Service Provider Company) , Email info@kapsystem.com

More Related