SMS API Sender
Pre-release
Pre-release
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