Definition
Sends a Google Talk message using a specified account and password.
Value
Sends a text message. The message can contain CallFire variables.
Attributes
Attribute | Required | Values | Description |
---|---|---|---|
name | N | any text | A unique name for the tag |
username | Y | email address | The Google Talk address for the sender |
password | Y | alphanumeric | The password for the Google Talk sender |
to | Y | email address | The Google Talk address for the recipient |
Examples
xml | |
---|---|
<gtalk username="source@gmail.com" password="source-password" to="destination@gmail.com"> | |
You done good, ${call.dnis}! | |
</gtalk> |