2021.1

Table Of Contents
To capture input data from a different source:
1. Replace the Folder Capture Input task by the appropriate Input task. See: Input tasks in
Workflow's Online Help.
2. Add a Send to Folder task directly after the new Input task and set its output folder to the
Workspace\Debug folder (%{global.pr_prom_workspace}\Debug). This task
writes the job file to a file, which can then be used as sample data file when creating a
data mapping configuration and debugging the Workflow process.
3. Run the process once (see "Testing and running the project" on page140) to capture the
job file that contains the input data.
4. Use that file to create a new data mapping configuration, send the data mapping
configuration to Workflow, and adjust the Workflow configuration, as described above.
Note
If the input data is JSON, you don't need a data mapping configuration: JSON data can
be used in a template as is. See: "Adding JSON sample data" on page794.
However, if you want the data to be saved in the OL Connect database, put the
XML/JSON Conversion plugin before the Send to Folder task to convert the JSON to
XML, and create an XML data mapping configuration to extract the data.
The email
Often this type of email has a Call to Action button which redirects the user to the website of
the vendor, where the user could log on to the site and follow an online payment process, for
instance.
To get an example (or to start over) you could use one of the template wizards that start an
'action email'; see "Email Template Wizards" on page515.
You could add text, images and other elements to the email (see "Content elements" on
page624) and change the layout (see "Styling and formatting" on page736). Keep in mind
though that there are special design standards for HTML email (see "Designing an Email
template" on page509).
In order to further personalize the email, open your data mapping configuration (or JSON data,
if the input data will be in that format; see "Adding JSON sample data" on page794) and use
the data fields to personalize the email. (See: "Personalizing content" on page780.)
Page 145