Gtalk tag

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 ValuesDescription
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

<gtalk username="source@gmail.com" 
       password="source-password" 
       to="destination@gmail.com">
       You done good, ${call.dnis}!
</gtalk>

Also See

Further Reading

Coming soon.