Permits notification emails to be sent to one or more recipients. Emails sent via this Node appear from [email protected] and tracking information is appended to the message body.
Properties
Recipients
Type: String
The email address(es) of the message's recipient(s). Multiple email addreses should be seperated by a semi colon e.g. [email protected]; [email protected]
.
Subject
Type: String
The email subject.
Body
Type: Multiline Text
The email body, may be plain text or HTML.
HtmlBody
Type: Boolean
Indicates whether the Body property contains text or HTML.
PreparedBody
Description: The PreparedBody Property
Direction: Output
Type: Multiline Text
BodyProcessor
Type: List
None - Process the body as normal text based on the HtmlBody property.
XmlToHtmlTable - Treats the content of the Body property as an XML document and renders it to an HTML table.
Indicates how the content in the Body Property should be processed
AttachmentName
Type: String
The name of the file attachment if the Attachment Property contains an attachment.
Attachment
Type: Multiline Text
The content of an attachment. Content can be a byte array or string.
Remarks
Use this Node to send notification and/or logging emails. The sender address is fixed as [email protected] Tracking information appended to the email enables the recipient to identify the Site and Workflow that was responsible for sending the email.