Communication
Table of Contents | ||
---|---|---|
|
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.
Activites Parameters
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
...
- 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
...
On Execution Workflow
Execution Result:
There are several scenarios/business flows that can be built using only Communication activites or in addition to other Flowster Studio activities. The complexity of the workflows is business-driven and may include flows like: sending a HTTP request using different parameters and different methods: GET/POST, using HTML composer to send a message in HTML format and triggering a webservice.