messenger-io
is RESTful Web application aimed to demonstrate how to send SMS messages using Twilio API.
- To start working with
messenger-io
you need to register an account in Twilio. - Then you need to update
application.yml
twilio:
account_sid: #your account sid
auth_token: #your auth token
from_number: # your trial number
- After that you can run the application
- Start sending sms's
- That simple! Enjoy!