Text
Prints plain or Markdown formatted text in chat interfaces.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Text - The text content to display, supporting Markdown formatting.
How It Works
The Text node displays formatted text content in chat interfaces. When executed, the node:
- Takes the provided text input
- Applies Markdown formatting if present
- Displays the formatted text in the chat interface
Requirements
- A valid chat interface or messaging platform
- Text content to display
Error Handling
The node will return specific errors in the following cases:
- Empty or invalid text input
- Communication errors with the messaging platform
Usage Notes
- The node supports both plain text and Markdown formatted text
- Markdown formatting allows for rich text presentation including bold, italic, lists, and more
- Text is displayed immediately when the node executes
- The node is useful for providing information, instructions, or responses to users
- Multiple text nodes can be used in sequence to create longer formatted content
- Text formatting helps improve readability and user experience in chat interfaces