SMS tag

Definition

This tag sends an SMS text message to mobile devices.

Value

The text message to send.

Attributes

Attribute Required ValuesDescription
name N any text a unique name for the tag
to Y a phone number or list of phone numbers List the phone numbers you would like to send a text to, separated by a comma. (ex. 12132212255, 12132252256)

Examples

Send a text message to 12132252255 and then play a sound file
<sms to="12132212255">Hello World</sms>
<play type="tts" 
      voice="male1"> I sent the message. thanks.
</play>        

Also See

Further Reading

Coming soon.