Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Property

UI Field Name

Description

Specifications

Required

Mutually Exclusive With

Anchor
attachLocalFile - E
attachLocalFile - E
attachLocalFile

Attach Local File

Specification for whether or not a local file is attached.

Specification for whether or not a local file is attached.

N


Anchor
bccRecipients - E
bccRecipients - E
bccRecipients

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


Anchor
body - E
body - E
body

Body

Text of the email message.

Variables and functions are supported. If both the email template and the email task contain text in the body, the text is appended.

N


Anchor
ccRecipients - E
ccRecipients - E
ccRecipients

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


Anchor
connection - E
connection - E
connection

Email Connection

Name of an Email Connection.

An Email Connection specifies information about an email server. If you specify both an Email template and an Email connection, the Email connection overrides the Email Connection specified by the Email template.

Y
(unless an Email
template is specified)


Anchor
listReportFormat - E
listReportFormat - E
 listReportFormat

List Report Format

Report format

Note

If the attached report is not a List type report, this option will be ignored. 

Default is PDF (1).

Valid Values: 

  • As String = PDF, As Value = 1
  • As String = XML, As Value = 2
  • As String = JSON, As Value = 3
  • As String = CSV, As Value = 4
  • As String = TSV, As Value = 5



Anchor
localAttachmentsPath - E
localAttachmentsPath - E
localAttachmentsPath

Local Attachments Path

Location of Local Attachments for the connected Node.


N

Anchor
localAttachment - E
localAttachment - E
localAttachment

Local Attachment

Name of the file(s) to attach.


N

Anchor
replyTo - E
replyTo - E
replyTo

Reply-To

Email address of the sender.

Use commas to separate multiple recipients. Variables and functions are supported.

N


Anchor
report - E
report - E
report

Report

Report to attach to this email; if reportVar is specified, report is ignored.

Reports do not have to be unique by Title. However, reports with the same Title must be unique per Visibility: per User, per Group, and per Everyone.
 
Therefore, when specifying a report reference, both the Title and Visibility must be specified.
 
To define a report reference for a report with Title XYZ that is visible to user john.doe, you would specify:

Panel
Html bobswift
<pre>
&lt;report&gt;
      &lt;title&gt;XYZ&lt;/title&gt;
      &lt;userName&gt;john.doe&lt;/userName&gt;
      &lt;groupName /&gt;
&lt;/report&gt;
</pre>

 
To define a report reference for a report with Title XYZ that is visible to group Operators, you would specify:

Panel
Html bobswift
<pre>
&lt;report&gt;
      &lt;title&gt;XYZ&lt;/title&gt;
      &lt;userName /&gt;
      &lt;groupName&gt;Operators&lt;/groupName&gt;
&lt;/report&gt;
</pre>

 
To define a report reference for a report with title XYZ that is visible to Everyone, you would specify:

Panel
Html bobswift
<pre>
&lt;report&gt;
      &lt;title&gt;XYZ&lt;/title&gt;
      &lt;groupName /&gt;
      &lt;userName /&gt;
&lt;/report&gt;
</pre>

N

reportVar

Anchor
reportVar -E
reportVar -E
reportVar

Report Variable

Name of a variable that will be resolved at run time to the name of the Report to use.


N

report

Anchor
subject - E
subject - E
subject

Subject

Subject line of the email.

Variables and functions are supported.

N


Anchor
template - E
template - E
template

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 template, you must specify an Email connection. If you specify both an Email template and an Email connection, the Email server specified by the Email connection overrides the Email server specified in the Email template. (Any information specified in an Email task overrides what is specified in an Email Template.)

N


Anchor
templateVar - E
templateVar - E
templateVar

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


Anchor
toRecipients - E
toRecipients - E
toRecipients

To

Email address of the recipient.

Use commas to separate multiple recipients. Variables and functions are supported.

N