Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

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

Arguments:

String keyword:

The keyword to check is availability.

Returns:

A Hashtable with two keys: 'available' and 'recycle' e.g. result["available"]

Hastable keyValue
available

Whether this keyword is currently available from Text Marketer.

recycle Whether this keyword has been recycled (previously used)

Specific error codes:

None. 

Note

error code 400 is reported if the keyword name is not specified. See General error codes

Panel
title
  • Next
Panel
titleAll Functions
Panel
titleDownload