com.apama.cumulocity
Event SendEmail


Requests Cumulocity to send an email alert.

Example:
 send SendEmail("Subject","Text", "xyz at gmail.com",["a at gmail.com","b at gmail.com"],["c at gmail.com"],"d at gmail.com",new dictionary<string, string>) to SendEmail.SEND_CHANNEL; 

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

The subject of the email.
 stringtext

The message of the email.
 stringreplyTo

The reply-to address for the email.
 sequence<string>receiver

The list of recipients of the email.
 sequence<string>cc

The recipients that are to receive a copy of the email.
 stringbcc

The recipients that are to receive a blind copy of the email. One or more email addresses separated by commas.
 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
The recipients that are to receive a blind copy of the email. One or more email addresses separated by commas.

cc

sequence<stringcc
The recipients that are to receive a copy of the email.

extraParams

dictionary<stringstringextraParams
Additional parameters.

receiver

sequence<stringreceiver
The list of recipients of the email.

replyTo

string replyTo
The reply-to address for the email.

subject

string subject
The subject of the email.

text

string text
The message of the email.