Skip to content

SMS API Sender

Pre-release
Pre-release
Compare
Choose a tag to compare
@mgutierrezc mgutierrezc released this 19 Dec 17:24
· 15 commits to master since this release
be6d5e0

This package allows you to create a SMS sender using the API of your preference. Currently, it has been debugged with the following APIs:

Notes:

  • Current release only supports 2 customs parameters (Name + sth else)
  • Output parser will be integrated into the SMS sender class
  • Payload standardized will still be required on future pre-releases, but a possible solution for future releases would be reading the payload structure from a txt file and adding a json that matches the fields from the payload to the ones used by the class
  • Readme will be added on a future pre-realease