Skip to main content
The Note node is a non-functional node used to annotate the flow canvas. It does not affect call execution — it’s purely for documentation and team collaboration.

Behavior

  • Displays a styled sticky note on the flow canvas
  • Does not process calls or emit events
  • Supports Markdown formatting in the content field
  • Can be connected to other nodes purely for visual organization

Configuration

ParameterTypeDefaultDescription
contentstring""Note content. Supports Markdown formatting.
backgroundColorstring"#fef3c7"Background color (hex code)
textColorstring"#92400e"Text color (hex code)
authorstring""Author name
createdAtstring""Creation timestamp

Use cases

Add notes explaining the purpose of each section: “This branch handles VIP callers” or “Retry logic for API failures.”
Use notes with a red background to mark sections that need attention: “TODO: Add Spanish language support.”
Track recent changes with dated notes: “2024-01-15: Added holiday routing per ticket #1234.”