Overview
The Message to User node sends informational messages to users during chatbot conversations or HyperFlow IDE execution. Unlike nodes that wait for user input, this node displays a message and immediately continues flow execution.
In the HyperFlow built-in test and embeddable chatbots, it supports markdown formatting for rich text display including hyperlinks, making it ideal for providing formatted status updates, instructions with links, confirmations, or any informational content during a conversation flow.
Node Information
| Property |
Value |
| Category |
Chat |
| Display Name |
Message to user |
| Internal Name |
messageToUser |
Parameters
| Parameter |
Type |
Default |
Description |
| Message |
text |
(empty) |
The message text to display to the user (supports markdown formatting) |
Input Ports
| Port |
Type |
Accepts |
Description |
| Message |
text |
text |
Dynamic message content with markdown support (overrides parameter if connected) |
Output Ports
| Port |
Type |
Description |
| User message |
text |
Copy of the message sent to the user for downstream use if needed |
Behavior
Message Display
- Sends the configured message to the chat interface
- Message appears as a system or assistant message with full markdown rendering
- Supports Markdown rich text formatting including bold, italic, lists, and hyperlinks
- Does not wait for user acknowledgment
- Flow continues immediately after display
Markdown Support
The node supports markdown formatting for HyperFlow built-in test or embeddable chatbots, any any custom application UI that renders markdown in messages: