how to send SMS to mobiles using JAVA - java

I want to send SMS to mobiles.Can any one help me how to send SMS to mobiles using JAVA. Is there any Free API?
Any ideas?

i have done this before by installing and using kannel. It can then be used with a java-client or a library like kannel java api.
This is not going to be a simple task, though. There probably are easier alternatives.

You need access to sms gateway.Providers use different protocols SOAP, rest.
There is no free working sms gateways as far is know.

Your question is very vague..
You can send SMS using SMS Gateway where they would provide you with the REST API calls to send SMS's to the numbers..

Related

Which API Should consider to communicate with the customer using whatsapp

We are planning to communicate with our customer through whatsapp so what will be the best api for the same , what i learned about Whatsapp business api is we can only communicate with users who will send message first we can not initiate the conversation. is there any possible way to achieve the same ?
Chat API is a good service you should at least consider using. However, it's not free. Check it out:
https://chat-api.com/en/?lang=EN

Sending SMS via Java web applications

Have you seen how some companies send SMS in order to send access code etc? I am also in need of something like that. I have Java web application developed using JSP and Servlet. Through this application, I need to send SMS messages to some selected people.
I am open for free or paid APIs. But that API should support web based apps and should have the capability to send messages to Sri Lanka.
I went through lot of stuff like SMS Lib etc, but they are not built for web applications.
Any ideas?
You should see Simplewire Java SMS Software Development Kit
Sending and receiving SMS From Java using the Ozeki Java SMS SDK
You can have a look at OpenMarket Sms API. Its good and quite economical also.

How to send SMS using modem or gateway from java Web application?

I am new in java web application and I want to send SMS from my Java web application to mobile. How can i do this using mobile/modem or any other way? any easy java API?
i really appreciate ur help.
here is an api :
http://code.google.com/p/serial-comm/
i love this api over other is the reason that you dont have to worry about the native libraries and there path as this api automatically installs the desired native libraries to your system..
there are also other api/s like :
http://code.google.com/p/smslib/
i have recently developed an application using serial-comm which reads SMS from mobile/modem.
the other way around is to buy a sms gateway service like i use mvaayoo in that case you dont have to develop an application just use the api provided by the gateway vendor and that is just a http link to send SMS

SMS Hosting with Java api

Is there any sms hosting that allows me to use his service with Java api to send sms? I use it in my android app and I have access to internet.
Thanks!
Usually, people sending sms provide a SOAP/REST API to do the job, so you can use whatever language you want.
you could probably use the library from smsj[1] where the class ClickatellTransport could allow you to send the sms to clickatel[2].
http://smsj.sourceforge.net/
http://smsj.sourceforge.net/apidocs/org/marre/sms/transport/clickatell/ClickatellTransport.html

sending bulk sms using springMVC

I am developing an application in wihch involvees sending sms to many mobiles using Spring MVC. Can anyone please help me in this regard. Please also tell me the if any hardware component required, for now i am using a SMS Gateway.
Here nothing to do with Spring MVC as server side you need to handle the load. Better have look SMSLib http://smslib.org/. SMSLib support bulk SMS handling and you can go with GSM Modem or SMS Gateway.

Categories

Resources