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

Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
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
 
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
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
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
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
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
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
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
 
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
 

Recently uploaded (20)

Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
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
 
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...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
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
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
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...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
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
 
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
 

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