kha7iq/pingme

feat(service): support for sending messages via Twillio

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
Add support for sending SMS through Twillio service

Describe the solution you'd like
Twillio has a rest api with comprehensive documentation and ability to setup a trail account with free credit for testing.
https://www.twilio.com/docs/sms/api

There is a library gotwillio for twillio service
some basic integration can be used for reference.