Top Banner
Php Application How to Integrate Bulk SMS API in VB.Net Application Bulk SMS
7

How to integrate bulk sms api in vb.net

Aug 10, 2015

Download

Technology

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: How to integrate bulk sms api in vb.net

Php

Application

How to Integrate Bulk SMS API in VB.NetApplication?

Bulk SMS

Page 2: How to integrate bulk sms api in vb.net

1. Wake Up Early

Bulk SMS API allows application developer to integrate on their application and send the sms to all the numbers at one shot without login to their sms panel. Anyone can integrate the Bulk SMS API into their applications, software, website, etc.,Through API we can able to check the Status of the sent messages, Delivery report, and group delivery report. We can able to send the Unicode messaging also.

How to Integrate Bulk SMS API in VB.NET Application?

Page 3: How to integrate bulk sms api in vb.net

1. Wake Up Early

How to Integrate Bulk SMS API in VB.NET Application?

Once we integrate the Bulk SMS API in any of the application, the application trigger the HTTP API call with all the parameters when on required. The required parameters like SMS Service URL, User Name, Password, Mobile Number, Message, etc.. As soon as call the HTTP API, the api along with all the parameters will be send to SMS Gateway Server and the SMS Gateway evaluate all the parameters and automatically the message will deliver to the given number without login to the SMS panel itself.

Page 4: How to integrate bulk sms api in vb.net

1. Wake Up Early

How to Integrate Bulk SMS API in VB.NET Application?

Imports System.NetImports System.IO

Partial Class _Default Inherits System.Web.UI.Page

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

Dim Username As String Dim Password As String Dim Message As String Dim MobileNo As String

''''Enter your details Username = “xxxxx" Password = “yyyyy" Message = "Test Message from HTTP API" MobileNo = "9xxxxxxxxx"

Page 5: How to integrate bulk sms api in vb.net

1. Wake Up Early

How to Integrate Bulk SMS API in VB.NET Application?

Dim client As New WebClient() Dim baseurl As String = "http://203.129.203.254/sms/user/urlsms.php?username=" + Username + "&pass=" + Password + "&senderid=060000&message=" + Message + "&dest_mobileno=" + MobileNo + "&response=Y" Dim Data As Stream = client.OpenRead(baseurl) Dim reader As New StreamReader(Data) Dim ResponseID As String = reader.ReadToEnd() Data.Close() reader.Close() End Sub End Class

Page 6: How to integrate bulk sms api in vb.net

MESSAGING FEATURES

www.kapsystem.com

ADVANTAGE OF KAPSYSTEM

SERVICE

©2015, KAPSYSTEM ( Bulk SMS Service Provider Company) , Email [email protected]

Page 7: How to integrate bulk sms api in vb.net

TRUSTED CLIENTS

www.kapsystem.com

KAP Computer Solution Pvt. Ltd (Bulk SMS Service Provider Company) HQ: Bangalore (Corporate Office)

Our Presence: Bangalore | Delhi | Mumbai | Hyderabad | Chennai | Coimbatore | Pune | Kolkata | Ahmedabad | Noida

Mobile : +91 97380 10000 | 1 [Sales] | Email : [email protected]: www.kapsystem.com

CONTACT US

©2015, KAPSYSTEM ( Bulk SMS Service Provider Company) , Email [email protected]