---
title: "Creating Custom Modes of Notification with Notification Flows"
slug: "creating-custom-modes-of-notification-with-notification-flows"
description: "A user can create a special kind of flow, called a notification flow, which can be configured like any other flow, but has one special feature.After a notification flow has been saved, it is available to be used as a notification mode, along with email, popup or SMS message, when creating a notification."
updated: 2025-06-12T15:17:32Z
published: 2025-06-12T15:17:32Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating Custom Modes of Notification with Notification Flows

## Overview

Users can create a Notification Flow to deliver custom notification alerts. Once a Notification Flow is created, it is added as a Notification Mode when configuring Notifications for a Folder and can perform similar functions to an Email or Pop-Up alert.

---

## Example

The following example demonstrates how to create a Notification Flow that adds a comment to a Designer Project when a document is added and how to create a notification that uses the Notification Flow as a Notification Mode.

### Part 1 - Create the Notification Flow and Set it to Add Comments

1. In the Designer Studio, right-click on a Designer Project and navigate to **Manage > Get Designer Folder ID**. Click **Copy Text** and click DONE.
2. Navigate to **System** > **Administration** > **Notifications** > **Notification Flows**. Click ADD PROCESSING FLOW.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-06-27_16h43_03.png)
3. In the **Create Notification Flow** window, provide a **Name**for the Notification Flow then click CREATE.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-06-27_16h43_48.png)
4. In the Toolbox panel, navigate to **INTEGRATION > INTERNAL SERVICES**. Drag the Call Internal Decisions Service step between the **Start**step and **End**step. Set the Service Name to Comment and the Method name to AddComment. On the **Properties**panel, click **Edit Input Mappings**.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1749740578361.png)
5. Set the **comment**field mapping to **Build****Data**. Then press Edit Input Mappings. On the left side, expand Notification **Message**and map **Subject**to **Comment Name**and **Text** to **Comment Description.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-07-23_16h31_29.png)**
6. Add the **entityid** field to **Constant**mapping. Click OK.
7. Set the **entityid**field to **Constant**mapping and paste in the Folder ID of the Folder that the comments will be sent to. Click **Save**to save changes and close the Flow.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1749741062760.png)

### Part 2 - Set the Notifications to Occur

1. Navigate to the Project associated with the Folder ID used in the Processing Flow.
2. Navigate to **Data** > **Notifications** and select **Add Notification to Me**.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-11-26_11h10_00.png)
3. Under NOTIFICATION INFORMATION, from the **Notification Type** dropdown, select **Document Created**.
4. Select **Flow**under**Notification Modes**and check the **Pre-Processing Flow** box. Click PICK OR CREATE PRE-PROCESSING FLOW.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-11-26_11h11_25.png)
5. Click PICK and choose the created Notification Flow. Click PICK.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-11-26_11h16_00.png)
6. Click ADD NOTIFICATION.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-11-26_11h18_46.png)
7. Drag any file from the desktop onto the the opened Designer Folder.
8. Click ADD AS DOCUMENT.
9. After the document is added, the comment that was configured will also appear in the list.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1741036458815.png)

## Project Level Notification Flows

Notification Flows can also be created within Projects. There are two ways of doing this.

### Method 1

Create a new Flow. On the Create Flow Menu, choose Advanced, then pick Notification Send Flow.

### ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1749741296474.png)Method 2

Inside of an existing Flow, open the Behavior Type drop down list under SETTINGS and select Notification Send Flow.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1749741409090.png)

The Flow will still use the Internal Service step as detailed in Part 1 steps 4-7 above. Rather than mapping the inputs to the step, however, set Comment Name and Comment Description to constant and input the text as you would like it to appear when the Comment is created.

---

## Feature Changes

| Description | Version | Release Date |  |
| --- | --- | --- | --- |
| Notifications created in Projects can now be used as default notifications. | [9.8](https://documentation.decisions.com/v99/docs/version-98x-release-notes) | March 2025 | [DT-043382] |

---

For further information on Flows, visit the [Decisions Forum](https://community.decisions.com/categories/Flows).
