https://github.com/mikebionic/modem-sms-sender
API for sending sms through the connected modem using golang
https://github.com/mikebionic/modem-sms-sender
Last synced: about 1 year ago
JSON representation
API for sending sms through the connected modem using golang
- Host: GitHub
- URL: https://github.com/mikebionic/modem-sms-sender
- Owner: mikebionic
- Created: 2021-11-05T10:33:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T11:29:27.000Z (over 4 years ago)
- Last Synced: 2025-03-23T22:42:27.034Z (about 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SMS sender API
API for making SMS sending from modem, by sending post request to route
> Request for Send SMS
| url | method |
| ------------------------------------- | :----: |
| 127.0.0.1:8000/api/v1/send-modem-sms | POST |
```json
{
"phone_number": "+99361509038",
"message_text": "Mike rocks mecreate"
//"query_string": "select \"ResName\" from tbl_dk_resource",
}
```