cancel
Showing results for 
Search instead for 
Did you mean: 

action script sending sms

wijaya88
Champ in-the-making
Champ in-the-making
how to send sms in workflow..
sends sms if the task is confirm..
4 REPLIES 4

brian_robinson
Champ in-the-making
Champ in-the-making
Implement a JBPM task that uses a Java SMS API to send SMS messages.  Here are some references I found for Java based SMS APIs via a simple google search:
http://sourceforge.net/projects/java-sms-api/
http://www.daniweb.com/forums/thread139767.html#
http://www.java-samples.com/showtutorial.php?tutorialid=22

wijaya88
Champ in-the-making
Champ in-the-making
Implement a JBPM task that uses a Java SMS API to send SMS messages.  Here are some references I found for Java based SMS APIs via a simple google search:
http://sourceforge.net/projects/java-sms-api/
http://www.daniweb.com/forums/thread139767.html#
http://www.java-samples.com/showtutorial.php?tutorialid=22

thank you

vinaxwater
Champ in-the-making
Champ in-the-making
You must have getway SMS and that SMS support for you fuction with webservice. Then you use that service for send SMS ^^

nhienmai
Champ in-the-making
Champ in-the-making
You must have getway SMS and that SMS support for you fuction with webservice. Then you use that service for send SMS ^^

An easy way is using a common SMS Gateway, like Clickatell - http://www.clickatell.com/

The hard way is to build your own SMS Gateway, for example using a GSM modem with Kannel …