Advanced Alerting APIs
SMSClient Interface Reference

Provides the abilty to send SMS messages. More...

List of all members.

Public Member Functions

void sendMessage (object args)

Detailed Description

Provides the abilty to send SMS messages.

Author:
mrodrigu

Member Function Documentation

void sendMessage ( object  args)
Parameters:
argsis a javascript object which must contain
  • to to is the phone number that will receive the sms.
  • from the phone number that will send the sms.
  • body the sms message that will be sent.
 All Classes Functions