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"}) 

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

Additional parameters.
 
Member Detail

bcc

string bcc
List of bcc recipients of the mail.

cc

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

extraParams

dictionary<string, string > extraParams
Additional parameters.

receiver

sequence<string > receiver
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.