An open API service indexing awesome lists of open source software.

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

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
![App screenshot](./TelstraSMS.png)