https://github.com/trishmapow/telstrasms
Android app (pre-alpha) for the Telstra Messaging API - receive/send messages, multiple API keys
https://github.com/trishmapow/telstrasms
android api java sms
Last synced: about 2 months ago
JSON representation
Android app (pre-alpha) for the Telstra Messaging API - receive/send messages, multiple API keys
- Host: GitHub
- URL: https://github.com/trishmapow/telstrasms
- Owner: trishmapow
- License: mit
- Created: 2019-07-01T01:01:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T01:16:55.000Z (almost 7 years ago)
- Last Synced: 2025-06-02T00:27:40.894Z (about 1 year ago)
- Topics: android, api, java, sms
- Language: Java
- Homepage:
- Size: 161 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TelstraSMS
### Android app for the Telstra Messaging API
https://dev.telstra.com/content/messaging-api
Note: very rough release, first venture into Android dev
#### Features
- Authenticate using multiple API keys definable in res/values/array.xml (create this file!)
- Sending messages
- Set [validity & scheduledDelivery options](https://dev.telstra.com/content/messaging-api#operation/Send%20SMS)
- Receiving messages (polling only, retrieve one at a time)
#### array.xml format
```xml
Phone #1
Phone #2
Phone #3
[API_KEY] [API_SECRET]
... ...
... ...
```
#### Screenshot
