Skip to main content

User Configured Notifications

Overview

User-configured notifications are messages sent by email to any valid email address. These notifications apply to a particular Process and Activity and can include any business information from the case. The content and sending requirements are defined during Process development.

User-configured messages are created in the Activity Actions menu during the fourth step of the Process Wizard and are called E-Mails. They can be sent when an Activity is created, saved, or exited (On Enter, On Save, or On Exit actions).


How to Create an Email

  1. Open the Process Wizard: On the fourth step of the Process Wizard, select Activity Actions. A new window displays the Process diagram.
    Step 1

  2. Select an Activity:

    • Click the Activity in the Process where the email will be configured.
    • In the Activity Actions Window, click the Plus symbol in the bottom left corner and select the email option.
      Step 2
  3. Email Configuration Window: A window appears to define the required information.
    Step 3

  4. Addressees:

    • Click To to specify recipients.
    • You can send the email to:
      • A constant account (enter each address separated by a semicolon).
      • An account from the data model (select the relevant attribute).
        Addressees
  5. Compose the Message:

    • Define the subject and body of the email.
    • Click Save when done.
      Compose Message

User Interface Explained

Ribbon

The Ribbon includes the following options for designing emails:

GROUPMENU OPTIONDESCRIPTION
IncludeXPath FieldNavigate the data model to include attributes. Refer to Include Process and Case Information.
HyperLinkAdd hyperlinks to the email. Refer to Include Hyperlinks.
Static GridAdd tables with a fixed number of columns and rows. Refer to Include Tables or Collections.
Expression FieldInclude information returned by a rule. Refer to Include Information Returned by a Rule.
Dynamic GridInclude tables displaying information stored in collections. Refer to Include Tables or Collections.
PictureAdd an image to the email.
Show FieldsFromSet the sender's email. Use with caution to avoid security issues or emails being flagged as spam. Testing is recommended.
FormatVariousCustomize text (font, size, alignment, color, bold, italics, underlines, bullets, etc.).
AdvancedCopy to Current AssigneesSends a copy to the current task assignee.
Multiple MessagesCreate templates and send multiple messages based on conditions.
Set ConditionsDefine Boolean conditions to determine which email is sent.
ContextAdjust the template context based on the recipient field. Refer to Context Changes in Emails.

Message

FIELDDESCRIPTION
TOSelect the recipients. Options include constant accounts or attributes in the data model.
CCSelect the recipients to be copied. Options include constant accounts or attributes in the data model.
BCCSelect recipients for blind carbon copy. Options include constant accounts or attributes in the data model.
SubjectDefine the email subject.
LanguageChoose the language for text in localizable tags.
Message BodyDefine the email body content.

How to Include Formatted Dates

To format dates in notifications, include the function: <format-date(<XPath>,"format")> in the Subject or Message Body.

Supported Date Formats:

FormatExample
dddd, MMMM dd, yyyyThursday, October 10, 1991
M/yy10/91
d/M/y10/10/91
d-MMM10-Oct

Supported Time Formats:

FormatExample
HH:mm22:25
hh:mm tt10:25 PM
hh:mm:ss tt10:25:00 PM

Supported Date & Time Formats:

FormatExample
dddd, MMMM dd, yyyy HH:mmThursday, October 10, 1991 22:25
M/yy HH:mm10/91 22:25
MM-dd-yy hh:mm:ss tt10-10-91 10:25:00 PM
d-MMM hh:mm tt10-Oct 10:25 PM

Notes:

  • Only the listed formats are supported.
  • Dynamic grids do not support date formats.
  • The XPath attribute must be of the Date-Time type.
    Formatted Date Example