Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to know how can i get sms api and how i can use it into the webpage
Posted
Comments
db7uk 4-Aug-14 5:53am    
A very vague question. However, If I read it right, you need to send sms messages from your ASP.net website? there are several ways to do this however, you will need a provider or GSM device to send the messages. One way to do it is use http://boom-sms.co.uk/index.php/. Basically you create an XML file and send to the service. The service then parses the XML file and sends your message (text from inside xml file) to the recipient numbers listed also in the xml file.

1 solution

for testing web api you can see this

http://www.zeepmobile.com/developers/[^]


for send SMS from asp.net you can see this artical with demo


http://aspsnippets.com/Articles/Send-free-SMS-in-ASPNet-using-C-and-VBNet.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900