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 result = rClient.getKeyword("gold"); Console.WriteLine("The 'gold' keyword is available ({0}), recycled ({1})", result["available"], result["recycle"]); |
Arguments: