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 := "CumulocityIoTGenericChain"

Channel to send these events to.
Deprecated:
[This channel constant has been deprecated. Use SEND_CHANNEL instead.]
 stringSEND_CHANNEL := "CumulocityIoTGenericChain"

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 := "CumulocityIoTGenericChain"
Deprecated:
[This channel constant has been deprecated. Use SEND_CHANNEL instead.]
Channel to send these events to.

SEND_CHANNEL

string SEND_CHANNEL := "CumulocityIoTGenericChain"
Channel to send these events to.
Since:
10.5.2.0

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.