Email Task
Property | UI Field Name | Description | Specifications | Required | Mutually Exclusive With |
---|---|---|---|---|---|
| Attach Local File | Specification for whether or not a local file is attached. | Specification for whether or not a local file is attached. | N | |
| Bcc | Email address of the party being sent a blind (hidden) copy of the email, if any. | Use commas to separate multiple recipients. Variables and functions are supported. | N | |
| Body | Text of the email message. | Variables and functions are supported. If both the email | N | |
| Cc | Email address of the party being sent a copy of the email, if any. | Use commas to separate multiple recipients. Variables and functions are supported. | N | |
| Email Connection | Name of an Email Connection. | An Email Connection specifies information about an email server. If you specify both an Email | Y | |
| List Report Format | Report format If the attached report is not a List type report, this option will be ignored. | Default is PDF (1). Valid Values:
| N | |
| Local Attachments Path | Location of Local Attachments for the connected Node. | N | ||
| Local Attachment | Name of the file(s) to attach. | N | ||
| Reply-To | Email address of the sender. | Use commas to separate multiple recipients. Variables and functions are supported. | N | |
| Report | Report to attach to this email; if | If <report> <title>XYZ</title> <userName>john.doe</userName> <groupName /> </report> "report": { "title": "XYZ", "userName": "john.doe", "groupName": null } To specify a single visibility group, you can utilize either To define a report reference for a report with Title XYZ that is visible to group Operators, you could specify: <report> <title>XYZ</title> <userName /> <groupName>Operators</groupName> </report> "report": { "title": "XYZ", "userName": null, "groupName": "Operators", } or XML <report> JSON "report": { "title": "XYZ", "userName": null, "groupNames": { Duplicate group visibility is prohibited and thus there should be only a single report (of the same title) visible to a particular group. Therefore, to look up a report visible to multiple groups, you can specify one or more of the visibility groups, as long as the report is visible to all of the specified groups. To define a report reference for a report with Title XYZ that is visible to groups Operators, Finance, and Development; You could specify any one of the visibility groups: XML <report> JSON "report": { "title": "XYZ", "userName": null, "groupName": "Operators", Or you could specify multiple visibility groups: XML <report> JSON "report": { "title": "XYZ", "userName": null, "groupNames": {
<report> <title>XYZ</title> <groupName /> <userName /> </report> "report": { "title": "XYZ", "userName": null, "groupName": null } | N |
|
| Report Variable | Name of a variable that will be resolved at run time to the name of the Report to use. | N |
| |
| Subject | Subject line of the email. | Variables and functions are supported. | N | |
| Email Template | Name of an Email Template | An Email Template allows you to specify standard recipients and text for outgoing emails. Every Email Template specifies an Email connection. If you do not specify an Email | N | |
| Email Template Variable | Name of a variable that will be resolved at run time to the name of an Email Template to use. | Format: ${variable name}. | N | |
| To | Email address of the recipient. | Use commas to separate multiple recipients. Variables and functions are supported. | N |