---
title: "Send Notifications Within a Flow"
slug: "sending-sms-text-notification-within-a-flow"
updated: 2026-07-15T20:10:21Z
published: 2026-07-15T20:10:21Z
canonical: "documentation.decisions.com/sending-sms-text-notification-within-a-flow"
---

> ## 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.

# Send Notifications Within a Flow

## Overview

Users are able to create notifications that can be in the form of emails, popups within the environment, SMS text, or custom notification methods. It's important to have the contact information for an account user configured in order for the system to be able to send the user a notification. Notifications are Project-level and are only visible within the Project.

---

## Example

In the following example, a popup notification will be sent to the admin user account.

1. From a Designer Folder, click **CREATE FLOW** and select **FLOW.** Name the Flow and click **CREATE.**
2. Click the **Done** path on the **Start** step. Navigate to **All Steps [Catalog] > Communication > Notification** and select the **Send Notification to Accounts and Groups** step. Click **ADD.**![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778769783085.png)
3. Select **Popup** as the **Notification Type** and click **ADD NEW** under the **NotifyUser** field. Select an account and click **PICK**.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778769880811.png)
4. Enter **Constant** mapping values in the **Message** and **Subject** fields. Connect the **Done** path to the **End** step.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1778769961941.png)
5. Click **Save** to save changes to the Flow.

---

## Debug

1. Click **Debug** from the top action bar.
2. Click the **START DEBUGGING**.After the debugger runs, a popup will be displayed for the specified user with the Subject and Message configured.

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