com.apama.cumulocity
Event SendSMS


Sends SMS alert.

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

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<string, string >extraParams

Additional parameters.
 
Member Detail

address

sequence<string > address
List of receivers of the SMS.

extraParams

dictionary<string, string > extraParams
Additional parameters.

message

string message
Content of the sms.

sourceAssetId

string sourceAssetId
Identifier of the source that triggered this SMS.