An open API service indexing awesome lists of open source software.

https://github.com/amigoscode/springboot-twilio


https://github.com/amigoscode/springboot-twilio

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# springboot-twilio
- Open and change application.yml
```yml
twilio:
account_sid: #your account sid
auth_token: #your auth token
trial_number: # your trial number
```
- Run the application
- Start sending sms's
- That simple