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.

...

Step 1

From the Automation Center navigation pane, select Tasks > Email Tasks. The Email Tasks list displays.

Step 2

Click the New button to display an empty Email task Details.

Step 3

In the Task Name field, enter stonebranch-emailtask-01.

Step 4

In the Description field, enter Send Email When File Appears.

Step 5

In the Email Connection field, select your Email Connection.

Step 6

In the To field, enter your email address. This is where the email will be sent.

Step 7

In the Subject field, enter file1.txt arrived.

Step 8

In the body field, enter the following Universal Controller variable and Universal Controller function:
 

Panel

Html bobswift
<pre>
Triggered by: ${ops_trigger_name}
Date: ${_date}
</pre>

Step 9

When the email is generated, the variables will be substituted with the name of the trigger that launched the Email task, along with the date and time the task was launched.
 

Step 9

Click the Save button.

...