Reputation: 531
i'm trying to send a booking confirmation code to a mobile number in form of sms. I did some research and i found some APIs that can be used for this purpose in java. Now im trying to use Twilio but the installation involves maven (https://www.twilio.com/docs/java/install) .I want to know if there is a better way to send an sms in CN1 or can i just add Twilio jar file into my CN1 library and try whether it will work?
Best Regards
Munir Kolapo Yahya-Imam
IDE: NetBeans
Desktop Windows 7
Simulator
Upvotes: 1
Views: 761
Reputation: 52770
If you want to invoke this from a Codename One client you need to use the Twillo REST API: https://www.twilio.com/docs/api/rest
The Java API from Twillo is designed for server side Java which you can use on your server.
Upvotes: 1