Automatic sms notifications to subscribers or other users
6 answers
Hi Valli,
I haven't tried it yet..
Anyways, the following architecture should give you some idea.
Get a Java API that will support SMS using inbuilt system modems
Using the Java Operation Participants, call this API to send SMS to specific mobiles
Operation Participants will decide when to send the SMS (Save) and what should be the content of SMS. (Modified fields)
Regards
Muthukumar.C
I haven't tried it yet..
Anyways, the following architecture should give you some idea.
Get a Java API that will support SMS using inbuilt system modems
Using the Java Operation Participants, call this API to send SMS to specific mobiles
Operation Participants will decide when to send the SMS (Save) and what should be the content of SMS. (Modified fields)
Regards
Muthukumar.C
Open sources will be available I guess....Since it is a plain java API which will check whether your system has a Modem supportable.
If so, using that modem, it will make use of it to send SMS. [Using your ISP Operator]
http://www.java-samples.com/showtutorial.php?tutorialid=22 Check this link.
But its your decision to use this code or not...
Regards
Muthukumar.C
If so, using that modem, it will make use of it to send SMS. [Using your ISP Operator]
http://www.java-samples.com/showtutorial.php?tutorialid=22 Check this link.
But its your decision to use this code or not...
Regards
Muthukumar.C
Thanks. But my other main requirement is that when users reply to sms - saying a particular workitem is approved, the system should auto-approve the item.I think only a connector can do this. Have you seen any software doing this? (or) Can the Java API Functionality do this as well?
Similarly, workitem approvals via emails -> Is this possible using Java API? Is any open source available for this?
Currently, we are looking at Jazz connect mail - to serve this purpose.
Thanks.
Similarly, workitem approvals via emails -> Is this possible using Java API? Is any open source available for this?
Currently, we are looking at Jazz connect mail - to serve this purpose.
Thanks.