Skip to main content

Header

Prints a plain or Markdown formatted header 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 for the header.

Options

  • Alignment - The alignment of the header text. Options are:
    • Left (default)
    • Center
    • Right

How It Works

The Header node displays formatted header text in chat interfaces. When executed, the node:

  1. Takes the provided text input
  2. Applies the specified alignment
  3. Displays the header in the chat interface with Markdown formatting

Requirements

  • A valid chat interface or messaging platform
  • Text content to display as a header

Error Handling

The node will return specific errors in the following cases:

  • Empty or invalid text input
  • Invalid alignment value
  • Communication errors with the messaging platform

Usage Notes

  • Headers help organize and structure content in chat interfaces
  • The text is formatted using Markdown for consistent appearance
  • Alignment options help control the visual presentation of headers
  • Headers are useful for separating sections or emphasizing important information
  • The node supports both plain text and Markdown formatted text
  • Multiple headers can be used to create a clear document structure in conversations