Skip to content

Sticky Note

Node: stickyNote · Full type: n8n-nodes-base.stickyNote · Version: 1

Ergonomic keyword available: NOTE — see NFLOW.md for shorter syntax.

Parameters

Parameter Type Default Details
content string "## I'm a note
Double click to ed..."
height number 160 required
width number 240 required
color number 1 required

Example

NODE "stickyNote" AS "Sticky Note" {
  height: 160,
  width: 240,
  color: 1
}