SlideShare a Scribd company logo
1 of 10
Bulk SMS gateway integration in ASP.NET
How to Integrate Bulk SMS API in ASP.NET Application?
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.
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.
Sample Code for ASP.NET:
using System;
usingSystem.Collections;
usingSystem.Configuration;
usingSystem.Data;
usingSystem.Linq;
usingSystem.Web;
usingSystem.Web.Security;
usingSystem.Web.UI;
usingSystem.Web.UI.HtmlControls;
usingSystem.Web.UI.WebControls;
usingSystem.Web.UI.WebControls.WebPa
rts;
usingSystem.Xml.Linq;
using System.Net;
using System.IO;
public partial class _Default :
System.Web.UI.Page
{
protected void Page_Load(object sender,
EventArgs e)
{
///Enter your details
string Username = "xxxxxxxxx";
string Password = "xxxxxxxxx";
string Message = "Test message from
HTTP API";
stringMobileNo = "9xxxxxxxxx";
stringsenderid="XXXXX";
WebClient client = new WebClient();
stringbaseurl =
"http://203.129.203.254/sms/user/urlsms
.php?username=" + Username + "&pass="
+ Password +
"&senderid=060000&message=" +
Message + "&dest_mobileno=" +
MobileNo + "&response=Y";
Stream data =
client.OpenRead(baseurl);
StreamReader reader = new
StreamReader(data);
stringResponseID = reader.ReadToEnd();
data.Close();
reader.Close();
}
}
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
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

More Related Content

Similar to Bulk SMS gateway integration in asp.net

Gts cloud mmp http api-sept2017
Gts cloud mmp http api-sept2017Gts cloud mmp http api-sept2017
Gts cloud mmp http api-sept2017Pollux Assontia
 
Windows Azure Mobile Services
Windows Azure Mobile ServicesWindows Azure Mobile Services
Windows Azure Mobile ServicesSasha Goldshtein
 
AI: Mobile Apps That Understands Your Intention When You Typed
AI: Mobile Apps That Understands Your Intention When You TypedAI: Mobile Apps That Understands Your Intention When You Typed
AI: Mobile Apps That Understands Your Intention When You TypedMarvin Heng
 
Sms country profile 1
Sms country profile 1Sms country profile 1
Sms country profile 1Manish Dubey
 
Sms country profile 1
Sms country profile 1Sms country profile 1
Sms country profile 1Manish Dubey
 
Frontends w ithout javascript
Frontends w ithout javascriptFrontends w ithout javascript
Frontends w ithout javascriptStephen Lorello
 
Creating an Uber Clone - Part XIII - Transcript.pdf
Creating an Uber Clone - Part XIII - Transcript.pdfCreating an Uber Clone - Part XIII - Transcript.pdf
Creating an Uber Clone - Part XIII - Transcript.pdfShaiAlmog1
 
Windows Azure: Connecting the Dots for a Mobile Workforce
Windows Azure: Connecting the Dots for a Mobile WorkforceWindows Azure: Connecting the Dots for a Mobile Workforce
Windows Azure: Connecting the Dots for a Mobile WorkforceTechWell
 
Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...
Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...
Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...BizTalk360
 
Bulk SMS
Bulk SMSBulk SMS
Bulk SMS160by2
 
introduction to Windows Comunication Foundation
introduction to Windows Comunication Foundationintroduction to Windows Comunication Foundation
introduction to Windows Comunication Foundationredaxe12
 
Insight User Conference Bootcamp - Use the Engagement Tracking and Metrics A...
Insight User Conference Bootcamp - Use the Engagement Tracking  and Metrics A...Insight User Conference Bootcamp - Use the Engagement Tracking  and Metrics A...
Insight User Conference Bootcamp - Use the Engagement Tracking and Metrics A...SparkPost
 
Create a Uniform Login Experience with a Centralized Cloud Authentication Sys...
Create a Uniform Login Experience with a Centralized Cloud Authentication Sys...Create a Uniform Login Experience with a Centralized Cloud Authentication Sys...
Create a Uniform Login Experience with a Centralized Cloud Authentication Sys...Xamarin
 
4Developers 2018: Real-time capabilities in ASP.NET Core web applications (To...
4Developers 2018: Real-time capabilities in ASP.NET Core web applications (To...4Developers 2018: Real-time capabilities in ASP.NET Core web applications (To...
4Developers 2018: Real-time capabilities in ASP.NET Core web applications (To...PROIDEA
 
Creating a Whatsapp Clone - Part XIII - Transcript.pdf
Creating a Whatsapp Clone - Part XIII - Transcript.pdfCreating a Whatsapp Clone - Part XIII - Transcript.pdf
Creating a Whatsapp Clone - Part XIII - Transcript.pdfShaiAlmog1
 

Similar to Bulk SMS gateway integration in asp.net (20)

Bulk sms gateway integration in java
Bulk sms gateway integration in javaBulk sms gateway integration in java
Bulk sms gateway integration in java
 
How to integrate bulk sms api in java
How to integrate bulk sms api in javaHow to integrate bulk sms api in java
How to integrate bulk sms api in java
 
Http api 3.0.1 smsgatewayuhb
Http api 3.0.1   smsgatewayuhbHttp api 3.0.1   smsgatewayuhb
Http api 3.0.1 smsgatewayuhb
 
Gts cloud mmp http api-sept2017
Gts cloud mmp http api-sept2017Gts cloud mmp http api-sept2017
Gts cloud mmp http api-sept2017
 
Windows Azure Mobile Services
Windows Azure Mobile ServicesWindows Azure Mobile Services
Windows Azure Mobile Services
 
AI: Mobile Apps That Understands Your Intention When You Typed
AI: Mobile Apps That Understands Your Intention When You TypedAI: Mobile Apps That Understands Your Intention When You Typed
AI: Mobile Apps That Understands Your Intention When You Typed
 
Sms country profile 1
Sms country profile 1Sms country profile 1
Sms country profile 1
 
Sms country profile 1
Sms country profile 1Sms country profile 1
Sms country profile 1
 
Frontends w ithout javascript
Frontends w ithout javascriptFrontends w ithout javascript
Frontends w ithout javascript
 
Creating an Uber Clone - Part XIII - Transcript.pdf
Creating an Uber Clone - Part XIII - Transcript.pdfCreating an Uber Clone - Part XIII - Transcript.pdf
Creating an Uber Clone - Part XIII - Transcript.pdf
 
Windows Azure: Connecting the Dots for a Mobile Workforce
Windows Azure: Connecting the Dots for a Mobile WorkforceWindows Azure: Connecting the Dots for a Mobile Workforce
Windows Azure: Connecting the Dots for a Mobile Workforce
 
Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...
Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...
Use Windows Azure Service Bus, BizTalk Services, Mobile Services, and BizTalk...
 
Bulk SMS
Bulk SMSBulk SMS
Bulk SMS
 
Chat php
Chat phpChat php
Chat php
 
introduction to Windows Comunication Foundation
introduction to Windows Comunication Foundationintroduction to Windows Comunication Foundation
introduction to Windows Comunication Foundation
 
Insight User Conference Bootcamp - Use the Engagement Tracking and Metrics A...
Insight User Conference Bootcamp - Use the Engagement Tracking  and Metrics A...Insight User Conference Bootcamp - Use the Engagement Tracking  and Metrics A...
Insight User Conference Bootcamp - Use the Engagement Tracking and Metrics A...
 
Create a Uniform Login Experience with a Centralized Cloud Authentication Sys...
Create a Uniform Login Experience with a Centralized Cloud Authentication Sys...Create a Uniform Login Experience with a Centralized Cloud Authentication Sys...
Create a Uniform Login Experience with a Centralized Cloud Authentication Sys...
 
4Developers 2018: Real-time capabilities in ASP.NET Core web applications (To...
4Developers 2018: Real-time capabilities in ASP.NET Core web applications (To...4Developers 2018: Real-time capabilities in ASP.NET Core web applications (To...
4Developers 2018: Real-time capabilities in ASP.NET Core web applications (To...
 
Android
AndroidAndroid
Android
 
Creating a Whatsapp Clone - Part XIII - Transcript.pdf
Creating a Whatsapp Clone - Part XIII - Transcript.pdfCreating a Whatsapp Clone - Part XIII - Transcript.pdf
Creating a Whatsapp Clone - Part XIII - Transcript.pdf
 

More from 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
 

More from KAP Computer Solution Pvt Ltd (20)

Top 10 benefits of bulk sms marketing
Top 10 benefits of bulk sms marketingTop 10 benefits of bulk sms marketing
Top 10 benefits of bulk sms marketing
 
5 hidden signs you have diabetes
5 hidden signs you have diabetes5 hidden signs you have diabetes
5 hidden signs you have diabetes
 
Advantages of bulk sms for your business
Advantages of bulk sms for your businessAdvantages of bulk sms for your business
Advantages of bulk sms for your business
 
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
 
How to Integrate SMS API in PHP
How to Integrate SMS API in PHPHow to Integrate SMS API in PHP
How to Integrate SMS API in PHP
 
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
 

Recently uploaded

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Recently uploaded (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

Bulk SMS gateway integration in asp.net

  • 1. Bulk SMS gateway integration in ASP.NET
  • 2. How to Integrate Bulk SMS API in ASP.NET Application? 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.
  • 3.
  • 4. 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.
  • 5. Sample Code for ASP.NET: using System; usingSystem.Collections; usingSystem.Configuration; usingSystem.Data; usingSystem.Linq; usingSystem.Web; usingSystem.Web.Security; usingSystem.Web.UI; usingSystem.Web.UI.HtmlControls; usingSystem.Web.UI.WebControls; usingSystem.Web.UI.WebControls.WebPa rts; usingSystem.Xml.Linq; using System.Net; using System.IO;
  • 6. public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { ///Enter your details string Username = "xxxxxxxxx"; string Password = "xxxxxxxxx"; string Message = "Test message from HTTP API"; stringMobileNo = "9xxxxxxxxx"; stringsenderid="XXXXX";
  • 7. WebClient client = new WebClient(); stringbaseurl = "http://203.129.203.254/sms/user/urlsms .php?username=" + Username + "&pass=" + Password + "&senderid=060000&message=" + Message + "&dest_mobileno=" + MobileNo + "&response=Y"; Stream data = client.OpenRead(baseurl); StreamReader reader = new StreamReader(data); stringResponseID = reader.ReadToEnd(); data.Close(); reader.Close(); } }
  • 8. MESSAGING FEATURES www.kapsystem.com ADVANTAGE OF KAPSYSTEM SERVICE ©2015, KAPSYSTEM ( Bulk SMS Service Provider Company) , Email info@kapsystem.com
  • 9. 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
  • 10. 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