~Karl KigerosterikleApr 4, 2017, 1:02 PM122 PostsSMS in XPagesI'm not aware of anny specific XPages approach. The best option will be to look at a standard Java SDK. There are a few options discussed on this StackOverflow question http://stackoverflow.com/questions/2570410/how-to-send-sms-in-java.
~Fritz EkfoobergflarApr 4, 2017, 1:56 PM26 PostsI use Twilio.com which makes this kind of thing really simple.It's a paid service but the pain and effort it saves is great.
~Sarah RekibergakoiApr 5, 2017, 2:02 PM1 PoststwilioThanks for the comments, Hi Carl Tyler, It would have been great if you could give some steps or ideas how to integrate twilio (java api) with xpages application.. Thanks in advance.
~Fritz EkfoobergflarApr 6, 2017, 3:07 PM26 PostsWhen I did my integration it was in LotusScriptso I didn't have any XPages or Java example. Twilio offers a REST Api, and also a Java library that can call that REST api, but you can consume REST api with XPages, by doing a on google for REST and XPages you can find informaiton. So it should be fairly simple for a basic standard programmer to read the articles and do the integration.