com.apama.cumulocity
Event SendEmail


Sends email alert.

Example:
 SendEmail("Subject","Text", "xyz at gmail.com",["a at gmail.com","b at gmail.com"],["c at gmail.com"],"d at gmail.com",{"assetId":"10XXX"}) 

Constant summary
 stringCHANNEL := "CumulocityIoT"

Channel to send these events to.
 
Member summary
 stringsubject

Subject field of the mail.
 stringtext

Message of the mail.
 stringreplyTo

Reply-to field of the mail.
 sequence<string>receiver

List of receivers of the mail.
 sequence<string>cc

List of cc recipients of the mail.
 stringbcc

List of bcc recipients of the mail.
 dictionary<stringstring>extraParams

Additional parameters.
 
Constant detail

CHANNEL

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

bcc

string bcc
List of bcc recipients of the mail.

cc

sequence<stringcc
List of cc recipients of the mail.

extraParams

dictionary<stringstringextraParams
Additional parameters.

receiver

sequence<stringreceiver
List of receivers of the mail.

replyTo

string replyTo
Reply-to field of the mail.

subject

string subject
Subject field of the mail.

text

string text
Message of the mail.