This project is based on Spring Boot Maven to send free SMS Notification using Twillo.
Twillo is a third party tool that provides features like making a voice call and sending SMS. At first you need to Sign Up an account in Twillo. After completing sign up, Go to the Twillo Dashboard and get your credentials such as Account SID and Authentication Token.
You need to verify a cell-phone so that the message from Twillo can be received. Also get your Twillo Generated Number. After getting all these, put these to the SMSServiceImpl class and specified the message you want to send.
Import this Maven project any IDE and run. The projec is running on default Spring Boot port on localhost is 8080. Hit the url http://localhost:8080/sendSMS
and the specified message is send to your cell phone and you will get this response in postman.