Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel2

Activities

...

HTML Composer

 

This activity substitutes a visual HTML editor.

 

Send Email

 

This activity sends an email according to given specifications.

 

 HTTP Request

 

This activity sends a http request with either POST / GET methods and outputs the result.

 

Trigger webservice

 

This activity triggers the webservice specified in the URL parameter with the given arguments.

HTML Composer

Workflow

 

Workflow name:  Communication_workflow

 Image Added

 

Activites Parameters

 

 

 HTML Composer

 

The Content parameter is given by the user via In argument defined in the Parameters Area from WF Designer panel: Image Removed

 

 
 
 
The output returned by this activity is stored into the variable HTML_Output and will be used as imput for Content parameter from Send Email activity.

Send Email


This activity has three categories of parameters: Authentication, Message and Addresses.
For Authentication parameters, an exchange server is used with proper credentials given by the user via defined IN arguments in the Parameters area from WF Designer panel:

Image Removed
 
 
 
 
For Message parameters:

  • Content: the value stored in HTML_Output it is used for this parameter
  • Subject: the value for this parameter is passed via IN argument Subject


  • File attachments: 1.jpeg has been attached to the email:


Image Removed
Click on Add button and fill the Value field in the right side of the panel to attach a new file.
For  For Addresses parameters values are passed via IN arguments : 
Image Removed Image Added
 

 

 

On Execution Workflow

Execution Result: