Skip to main content

Divider

Adds a horizontal divider to separate content 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.

Options

  • Width - The width of the divider line. Default is 1.

How It Works

The Divider node adds a horizontal visual separator in chat interfaces. When executed, the node:

  1. Creates a horizontal divider with the specified width
  2. Displays the divider in the chat interface
  3. Helps organize and separate different sections of content

Requirements

  • A valid chat interface or messaging platform

Error Handling

The node will return specific errors in the following cases:

  • Invalid width value
  • Communication errors with the messaging platform

Usage Notes

  • The divider helps visually organize content in chat interfaces
  • The width option controls the thickness of the divider line
  • Dividers are useful for separating different sections or topics in a conversation
  • The node doesn't require any inputs or produce any outputs
  • Multiple dividers can be used to create clear sections in complex conversations