Message-ID: <2115472223.15891.1614958625649.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15890_517852908.1614958625649" ------=_Part_15890_517852908.1614958625649 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html getKeyword - C#

getKeyword - C#

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

Get the availability of a given reply keyword.
A reply keyword allo= ws you receive incoming text messages to your account by providing people w= ith a keyword, which they text to the short code 88802, e.g. text 'INFO' to= 88802 to see this in action.

=20
=20
=20
=20
=20
=20
Example
=20
Hashtable result =3D rClient.getKeyword("gold");
Console.WriteLine("The 'gold' keyword is available ({0}), recycled ({1=
})", result["available"], result["recycle"]);
=20
=20
=20
=20
=20
=20
=20

Arguments:

=20
=20
=20
=20
=20
=20

String keyword:

=20
=20
=20
=20

The keyword to check is availability.

=20
=20
=20
=20
=20
=20

Returns:

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

=20
=20
=20
=20
Hastable key Value
available

Whether this keyword is currently available f= rom Text Marketer.

recycle  Whether this keyword has been recycled (previous= ly used)
=20
=20
=20
=20
=20
=20

Specific error codes:

=20
=20
=20
=20

None. 

=20 =20

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

=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
------=_Part_15890_517852908.1614958625649--