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.
...
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
For Addresses parameters values are passed via IN arguments :
On Execution Workflow
...