com.apama.cumulocity
Event SendSMS


Sends SMS alert.

Example:
 SendSMS("Message",["+918XXXXXXXX1"],"10XXX",{"sender":"+918XXXXXXXX1"}) 

Constant summary
 stringCHANNEL := "CumulocityIoT"

Channel to send these events to.
 
Member summary
 stringmessage

Content of the sms.
 sequence<string>address

List of receivers of the SMS.
 stringsourceAssetId

Identifier of the source that triggered this SMS.
 dictionary<stringstring>extraParams

Additional parameters.
 
Constant detail

CHANNEL

string CHANNEL := "CumulocityIoT"
Channel to send these events to.
Member detail

address

sequence<stringaddress
List of receivers of the SMS.

extraParams

dictionary<stringstringextraParams
Additional parameters.

message

string message
Content of the sms.

sourceAssetId

string sourceAssetId
Identifier of the source that triggered this SMS.