Skip to main content
Updated in 2026.16.0 Real-Time Queue Notifications keeps end users informed about queue updates by providing real-time information on their position and estimated wait time. This feature helps reduce anxiety and creates transparency, making end users feel valued and respected. By analyzing the data collected from the queue, you can identify patterns and trends for further analysis. For example, you might identify peak times when the queue is longest or determine the typical wait time for a response from a human agent.

Key Benefits

  • Reduced User Anxiety. End users receive continuous updates about their queue position and estimated wait time.
  • Increased Transparency. Real-time visibility into queue status builds trust and sets clear expectations.
  • Alternative Messaging. Automatically sends a customized message when queue conditions exceed defined thresholds.
  • Pattern Analysis. Collected queue data helps identify peak times and typical response times.

Prerequisites

How It Works

To set up Real-Time Queue Notifications, follow these steps:
  1. Configure the following Nodes in your Flow:
    1. Handover to Human Agent — enables queue position and wait time tracking.
    2. Lookup — routes the Flow based on handover status.
    3. If — evaluates queue conditions.
    4. Say — displays queue updates or alternative messages to the user.
    5. Go To — loops back to continue monitoring the queue.
  2. Configure the provider-side settings to enable queue notifications for Salesforce MIAW or Genesys Cloud Open Messaging.
  3. (Optional) Configure the Agent Copilot workspace.

Configure Settings for a Handover to Human Agent Node

  1. In the Flow editor, add the Handover to Human Agent Node or use an existing one if you already added it earlier.
  2. Open the Node editor by clicking the Handover to Human Agent Node.
  3. From the Handover Provider list, select Cognigy Live Agent, Salesforce MIAW, or Genesys Cloud Open Messaging.
  4. For the queue position, configure the following settings:
    • Get Queue Position — activate the setting to retrieve the end user’s current queue position. This setting isn’t available for Genesys Cloud Open Messaging, which doesn’t provide a queue position. If you use Genesys Cloud Open Messaging, skip this step and go to step 5.
    • Update Interval — specify how often (in seconds) to receive updates on the queue status. For example, set the interval to 30 seconds to receive updates every half-minute. This setting is applicable only to Live Agent.
  5. For estimated wait time, configure the following settings:
    • Get Estimated Wait Time — activate the setting to retrieve the estimated wait time for the end user.
    • Update Interval — specify how often (in seconds) to receive updates on the wait time. For example, set the interval to 30 seconds to receive updates every half-minute. This setting isn’t available for Salesforce MIAW.
  6. Configure alternative update options:
    • Alternative Update — activate the alternative update options that trigger when certain conditions are met, such as reaching the maximum queue position or maximum estimated wait time.
    • Maximum Queue Position — specify the maximum queue position. If you set this to 5, the system will send an alternative message when the user’s position exceeds 5. This setting isn’t available for Genesys Cloud Open Messaging, which doesn’t provide a queue position.
    • Maximum Estimated Wait Time — specify the maximum estimated wait time in milliseconds. Set this to 300000 milliseconds (5 minutes). If the estimated wait time exceeds this time, the system will send an alternative message from the Alternative Text field.
    • Alternative Text — specify the message that should be sent when either the maximum queue position or maximum wait time is reached. For example, Thank you for your patience. We are experiencing higher than usual wait times. Please hold on, and an agent will assist you shortly.
  7. Click Save Node.
When the settings are configured, you can test this configuration by creating a handover via Demo Webchat. In the chat, as an end user, you will receive the message in the following format:
To change the appearance of this message and make it more accessible, as well as to configure the Alternative Text message output, follow the instructions below.

Add a Lookup Node

  1. Below the Handover to Human Agent Node, add a Lookup Node.
  2. Open the Node editor by clicking the Lookup Node.
  3. From the Type list, select Handover Status.
  4. Click Save Node.
  5. In the Case Node of the Lookup Node, select Queue from the Handover Status list and click Select.
  6. Click Save Node.
  7. Remove the second Case Node.

Add an If Node

  1. Below the Case Node, add an If Node.
  2. Open the If Node editor and add the following condition:
    where:
    • {{input.data.request.position}} < 2 — checks if the customer’s position in the queue is less than 2. If true, it means the customer is either in first place or second place in the queue.
    • {{input.data.request.estimatedWaitTime / (1000 * 60)}} < 200 — calculates the estimated wait time in minutes. The estimated wait time is provided in milliseconds, dividing by (1000 * 60) converts it to minutes. It then checks if this wait time is less than 200 minutes. If true, it means the estimated wait time is manageable.
  3. Click Save Node.

Add Say Nodes

  1. Below the condition Then, add a Say Node.
  2. Open the Say Node editor and paste the following text into the Text field:
    where:
    • input.data.request.position — the user’s current position in the queue.
    • input.data.request.estimatedWaitTime / (1000 * 60) minutes — the estimated wait time in minutes. The estimatedWaitTime is initially provided in milliseconds. It is divided by 1000 to convert it to seconds, and then by 60 to convert it to minutes.
  3. Click Save Node.
  4. Below the condition Else, add another Say Node and paste the following text into the Text field to display the text from the Alternative Text field of the Handover to Human Agent Node that you configured earlier:
  5. Click Save Node.

Add a Go To Node

  1. Below the Say Nodes, add a Go To Node.
  2. In the Go To Node, select the current Flow from the Select Flow list and Lookup Node from the Select Node list.
  3. In the Advanced section, select Go to Node and wait for Input from the Execution Mode list.
  4. Click Save Node.
Flow configuration for real-time queue notifications with Say and Go To Nodes

Configure Settings in Salesforce MIAW

If you use Salesforce MIAW as your handover provider, enable queue notifications in the Salesforce settings:
  1. In Salesforce, go to the Setup page, enter Messaging Settings in the Quick Find box, and click Messaging Settings. Alternatively, go to Feature Settings > Service > Messaging > Messaging Settings in the navigation menu.
  2. In the Channels section, find the channel you want to configure, click the arrow-down icon, and select Edit.
  3. Go to the Queue Wait Time and Position section.
  4. From the Notification list, select one of the following options:
    • Estimated Wait Time — sends the estimated wait time to the end user.
    • Queue Position — sends the user’s current position in the queue.
  5. Click Save.

Configure Settings in Genesys Cloud Open Messaging

If you use Genesys Cloud Open Messaging as your handover provider, real-time queue notifications rely on the Amazon EventBridge integration. Complete the following configuration in Genesys Cloud.
Genesys Cloud Open Messaging doesn’t provide a queue position. Estimated wait time is the only parameter available and is calculated internally by Genesys Cloud Open Messaging.
Cognigy.AI needs to receive the event indicating when a human agent accepts (answers) a conversation. This event is delivered through the Amazon EventBridge Source’s event stream.
  1. In Genesys Cloud, go to IT and Integrations > Integrations.
  2. On the Integrations page, select the Amazon EventBridge Source that you created previously.
  3. Open the Configuration tab.
  4. Go to Properties > Topic Filtering.
  5. Select v2.detail.events.conversation.{id}.user.start.
  6. Click Save and Activate.
For more information, see the UserStartEvent documentation in the Genesys Cloud Developer Center.
Estimated wait time is only calculated once an agent has reached maximum capacity and additional conversations are placed on hold.
  1. In Genesys Cloud, go to Digital and Telephony > Interaction Assets > Utilization.
  2. On the Organization tab, go to Channels.
  3. In the Message row, click Edit in the Actions column.
  4. Set Maximum Capacity to 1, or the value needed for your setup.
When a human agent reaches this capacity, any additional conversation is placed on hold, and Genesys begins polling and returning an estimated wait time for it.
A direct transfer between human agents overrides maximum capacity. Skipping the hold and estimated-wait-time behavior is a native Genesys Cloud Open Messaging capability and can’t be changed in Cognigy.AI

(Optional) Agent Copilot

If you use the Agent Copilot workspace and Agent Copilot is active in your contact center, the Agent Copilot Flow needs additional configuration to send queue update messages. To configure the Agent Copilot Flow for sending queue update messages, complete the following steps:
  1. Add a Handover to Human Agent Node to the Agent Copilot Flow. Configure this Node the same way as the Handover to Human Agent Node in your Main Flow.
  2. Add a Lookup Node for the Queue status, followed by an If Node, Say Nodes, and a Go To Node. Mirror the logic you already configured in the Main Flow:
  3. In the Main Flow, below the Case Node that checks the Queue status, add a Go To Node that points to the Agent Copilot Flow’s Lookup Node.

More Information

Last modified on August 6, 2026