Get the availability of a given reply keyword.
A reply keyword allows you receive incoming text messages to your account by providing people with a keyword, which they text to the short code 88802, e.g. text 'INFO' to 88802 to see this in action.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Hashtable<String, String> result = tmClient.getKeyword("gold"); System.out.println("The 'gold' keyword is available (" + result.get("available") + "), recycled ("+ result.get("recycle") + ")"); |