What's new

Closed Java sending SMS(SMS notification)

Status
Not open for further replies.

ShiroYasha

Honorary Poster
Joined
Sep 20, 2014
Posts
522
Reaction
55
Points
170
Mga Master patulong po sana paano gumawa SMS notif sa JAVA? Meron po ba free sms dito sa Philippines or kahit may bayad basta ung mura po. Paki comment po sana. Salamat po :)
 
Have you tried SendGrid or Twilio for sending SMS? They are relatively cheap.

The implementation really boils down to:
  • Write a Java service that accepts an sms object (phone number, message etc)
  • The Java service would call the SMS API (i.e Twilio's API) via REST

Here's an example with Twilio: You do not have permission to view the full content of this post. Log in or register now.
 
Status
Not open for further replies.

Similar threads

Back
Top