com.apama.cumulocity
Event SendSMS
Sends SMS alert.
Example: SendSMS("Message",["+918XXXXXXXX1"],"10XXX",{"sender":"+918XXXXXXXX1"})
Member Summary |
string | message
Content of the sms. |
sequence<string > | address
List of receivers of the SMS. |
string | sourceAssetId
Identifier of the source that triggered this SMS. |
dictionary<string, string > | extraParams
Additional parameters. |
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.