Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

 


Activities

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


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

 
 
 
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:






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:



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


On Execution Workflow

Execution Result:

  • No labels