SlideShare una empresa de Scribd logo
1 de 7
Php
Application
How to
Integrate Bulk
SMS API in
VB.Net
Application?
Bulk SMS
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?
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.
1. Wake Up Early
How to Integrate Bulk SMS API in VB.NET Application?
Imports System.Net
Imports 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"
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
MESSAGING
FEATURES
www.kapsystem.com
ADVANTAGE OF
KAPSYSTEM
SERVICE
©2015, KAPSYSTEM ( Bulk SMS Service Provider Company) , Email info@kapsystem.com
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 : info@kapsystem.com
Web: www.kapsystem.com
CONTACT US
©2015, KAPSYSTEM ( Bulk SMS Service Provider Company) , Email info@kapsystem.com

Más contenido relacionado

Más de KAP Computer Solution Pvt Ltd

8 Things people decide within seconds of meeting you
8 Things people decide within seconds of meeting you8 Things people decide within seconds of meeting you
8 Things people decide within seconds of meeting youKAP Computer Solution Pvt Ltd
 

Más de KAP Computer Solution Pvt Ltd (20)

Bulk SMS Services for Schools
Bulk SMS Services for SchoolsBulk SMS Services for Schools
Bulk SMS Services for Schools
 
8 ways to boost your productivity
8 ways to boost your productivity8 ways to boost your productivity
8 ways to boost your productivity
 
9 little known facts about bill gates
9 little known facts about bill gates9 little known facts about bill gates
9 little known facts about bill gates
 
How to integrate sms api in magento
How to integrate sms api in magentoHow to integrate sms api in magento
How to integrate sms api in magento
 
8 Things people decide within seconds of meeting you
8 Things people decide within seconds of meeting you8 Things people decide within seconds of meeting you
8 Things people decide within seconds of meeting you
 
Difference between complete and finished
Difference between complete and finishedDifference between complete and finished
Difference between complete and finished
 
Bulk SMS for Manufacturing Industry
Bulk SMS for Manufacturing IndustryBulk SMS for Manufacturing Industry
Bulk SMS for Manufacturing Industry
 
5 Warning Signs of a Nervous Breakdown
5 Warning Signs of a Nervous Breakdown5 Warning Signs of a Nervous Breakdown
5 Warning Signs of a Nervous Breakdown
 
Advantages of Bulk SMS Service
Advantages of Bulk SMS ServiceAdvantages of Bulk SMS Service
Advantages of Bulk SMS Service
 
Bulk SMS for Educational Institutions
Bulk SMS for Educational InstitutionsBulk SMS for Educational Institutions
Bulk SMS for Educational Institutions
 
10 Secret uses of Lemon
10 Secret uses of Lemon10 Secret uses of Lemon
10 Secret uses of Lemon
 
Bulk SMS Services for Insurance
Bulk SMS Services for InsuranceBulk SMS Services for Insurance
Bulk SMS Services for Insurance
 
7 Health Benefits of Broccoli
7 Health Benefits of Broccoli7 Health Benefits of Broccoli
7 Health Benefits of Broccoli
 
10 whats app tips & tricks you must know
10 whats app tips & tricks you must know10 whats app tips & tricks you must know
10 whats app tips & tricks you must know
 
Bulk SMS Services Provider in India
Bulk SMS Services Provider in IndiaBulk SMS Services Provider in India
Bulk SMS Services Provider in India
 
5 Secrets to Being Happy
5 Secrets to Being Happy5 Secrets to Being Happy
5 Secrets to Being Happy
 
7 Tips to Help Train Your Brain to Stay Positive
7 Tips to Help Train Your Brain to Stay Positive7 Tips to Help Train Your Brain to Stay Positive
7 Tips to Help Train Your Brain to Stay Positive
 
Bulk sms gateway integration in magento
Bulk sms gateway integration in magentoBulk sms gateway integration in magento
Bulk sms gateway integration in magento
 
7 people who were born to inspire
7 people who were born to inspire7 people who were born to inspire
7 people who were born to inspire
 
Education SMS Services
Education SMS ServicesEducation SMS Services
Education SMS Services
 

Último

AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Último (20)

AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

How to integrate bulk sms api in vb.net

  • 1. Php Application How to Integrate Bulk SMS API in VB.Net Application? Bulk SMS
  • 2. 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?
  • 3. 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.
  • 4. 1. Wake Up Early How to Integrate Bulk SMS API in VB.NET Application? Imports System.Net Imports 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"
  • 5. 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
  • 6. MESSAGING FEATURES www.kapsystem.com ADVANTAGE OF KAPSYSTEM SERVICE ©2015, KAPSYSTEM ( Bulk SMS Service Provider Company) , Email info@kapsystem.com
  • 7. 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 : info@kapsystem.com Web: www.kapsystem.com CONTACT US ©2015, KAPSYSTEM ( Bulk SMS Service Provider Company) , Email info@kapsystem.com