OUTLOOK Compose an HTML e-mail function

The OUTLOOK Compose an HTML e-mail function in RPA.

Help CentreBuilding Processes

This article describes the RPA Outlook functionality to compose an HTML e-mail.

For a full list of available functions, please read OUTLOOK functions.


Description

The OUTLOOK Compose an HTML e-mail function allows you to compose and optionally send a new e-mail with an HTML-formatted body. This is useful for rich-text e-mails with formatting, images, and links.


Setting it up

To use the OUTLOOK Compose an HTML e-mail function, follow these instructions:

{{popups:rpas/add:action=outlook-compose-html}}

Once on a process map:

  1. Navigate to the process where you would like to add the OUTLOOK Compose an HTML e-mail function
  2. Click on the green button's drop-down (right side of the green button labelled "Process")
  3. On the menu that appears, click on the "+ Activity" item
  4. From here you can select the OUTLOOK Compose an HTML e-mail option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
AccountYesText-The Outlook e-mail account
SendNoSwitchOffAutomatically send the e-mail
ShowNoSwitchOffDisplay the e-mail in the Outlook window
ToYesText-Recipient e-mail address(es)
CCNoText-CC recipients
BCCNoText-BCC recipients
SubjectYesText-The e-mail subject line
HTML bodyYesTextarea-HTML-formatted e-mail body
AttachmentsNoTable-File paths to attach

Output variables

This action does not produce output variables.


Errors

ErrorDescription
Outlook not openOutlook is not running
Invalid addressOne or more e-mail addresses are invalid

Tips

  • Use HTML tags for formatting: <b>bold</b>, <i>italic</i>, <a href="...">links</a>
  • Use variables like {name} within the HTML body for dynamic content
  • Enable Show to preview the e-mail before sending

Related functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.