Resources · n8n integration

n8n Sticky Note nodeConfigure Sticky Note in n8n.

A workflow nobody can read gets rebuilt from scratch instead of reused. The n8n Sticky Note node drops a colored panel onto the canvas, with 4 parameters: content, height, width and color. It carries the explanation a node name cannot hold, for whoever opens the workflow next.

Verified Trustpilot reviews · AI, automation & growth agency

Why automate

What does the n8n Sticky Note node change on a canvas?

Sticky Note is a core node shipped with n8n, and its job is written into the node description: make your workflow easier to understand. It sits on the canvas as a resizable colored panel holding free text. Four parameters drive it, and only one of them is about words: content, then height, width and color, which decide how much of the canvas the panel covers and how it reads at a glance.

Take a workflow that pushes form entries into a spreadsheet. The nodes say what happens, never why. A note stretched over the export section, sized with Height and Width so it sits behind the whole group, can state which team owns that Google Sheets tab and what to check before touching it. The person who opens the canvas in a hurry reads that first.

Second scenario: a branch that exists for one edge case. An If node splits the run, and the false path does something that looks wrong until you know the history. A note in a distinct Color, parked next to that path, holds the two sentences of context. Nothing about the execution changes, but the next reader stops guessing.

Third scenario: a call to an API with no dedicated node. An HTTP Request node covers any HTTP endpoint, and that is exactly the kind of block where the URL alone explains nothing. The note next to it can name the endpoint's purpose and the field the workflow reads back from the response.

Know when a note is the wrong fix. If the confusion comes from unnamed data, renaming fields in an Edit Fields (Set) node documents the flow better than a paragraph describing it, because the names travel with the items. If a branch needs a note just to be followed, splitting it explicitly is usually the real answer. Text is a last layer, not a patch over a confusing canvas.

The limits are worth stating plainly. The node holds 4 parameters at version 1, so there is nothing to tune beyond text, size and color. Content is the only parameter that is not required, which means a note can be empty, and an empty note is just a colored rectangle that the next person has to interpret. If you want the reasoning behind a whole family of workflows rather than one canvas, that belongs in your own documentation, and our n8n training covers how teams keep both in sync.

Parameters

Which parameters does the Sticky Note node expose?

The Sticky Note node has 4 parameters. For each one: the node as you configure it in n8n, what the parameter changes, and our field notes.

01

Content

content

What you see in n8n

Notes & use cases

Content is the text the note shows on the canvas. It is the only parameter of the node that is not required, so a note with nothing typed in it still renders as a panel and still takes up the same space.

Key parameters

  • Content: the text carried by the note, typed into the panel; leaving it empty is allowed and produces a note with no message.
Use cases
label a group of nodes by what it produces rather than by the services it calls, and record the one decision a reader would otherwise have to reverse engineer from the canvas.
02

Height

height

What you see in n8n

Notes & use cases

Height sets how far the note extends down the canvas. It is a required number, so it always carries a value, and it is what lets a note cover a whole vertical stack of nodes instead of floating beside them.

Key parameters

  • Height: a required number; its value sets how tall the panel is drawn.
Use cases
stretch one note behind every node of a nightly export so the grouping is visible before anyone reads a single word of it.
03

Width

width

What you see in n8n

Notes & use cases

Width does the same job across the canvas. Also a required number, it decides how far right the panel reaches, which in practice decides where your sentences wrap and whether a note reads as a title or as a paragraph.

Key parameters

  • Width: a required number; a narrow value keeps a short caption tight, a wide one suits several lines of explanation.
Use cases
keep a wide banner note across the top of a long workflow, and narrow ones beside individual branches so the two never look like the same kind of comment.
04

Color

color

What you see in n8n

Notes & use cases

Color is stored as a required number, and it is the parameter that turns notes into a system rather than a pile of panels. Readers pick up on the color before the text, so a consistent scheme across a workspace does real work.

Key parameters

  • Color: a required number selecting the panel color; keeping the same value for the same kind of message is what makes the canvas scannable.
Use cases
reserve one color for warnings about data that leaves the company, and another for notes that only describe what a section builds.
Need help

Need help automating Sticky Note with n8n?

A person reads every message.

FAQ

Sticky Note in n8n, the questions that come next

01Is the Sticky Note node free in n8n?
Yes. Sticky Note is a core node shipped with n8n, so there is nothing to install and no extra cost. It works the same on n8n Cloud, the hosted offer run by n8n, and on a self-hosted instance under the Community Edition and its Sustainable Use license. Self-hosting runs through Docker or npm, and a workflow behaves identically either way, which matters here because a documented canvas often travels between a local instance and a hosted one. The note you write on one shows up unchanged on the other.
02What credentials does the n8n Sticky Note node need?
None. This node has no credential and no Authentication selector, so there is nothing to configure on any account before using it. That is unusual enough to be worth saying out loud: most n8n nodes ask you to connect something first, and this one does not. You drag it onto the canvas, type your text, size it and you are done. Nothing about it reaches an external service, which also means a note never fails at runtime for an expired key or a missing scope.
03What are the limits of the Sticky Note node?
It documents, it does not process. The node exposes 4 parameters at version 1, content, height, width and color, and that is the whole surface. It does not transform data, does not call an API and does not decide anything about a run. A note also cannot replace naming: a paragraph explaining badly named fields goes stale the day someone changes the mapping. One more detail worth knowing: an older workflow can still display an earlier version of a node with fewer options, since a node never changes version on its own.
04When should you use a note rather than restructure the workflow?
Use a note when the missing piece is context that no node can carry: a business rule, an agreement with another team, the reason a branch exists. Restructure when the confusion comes from the canvas itself. Renaming fields in an Edit Fields (Set) node beats a paragraph describing them, because the names follow the data. Splitting an overloaded branch with a Switch node beats a note explaining how to read it. A good rule of thumb: if the note describes what the nodes already show, delete the note and fix the nodes instead.
05n8n or Make for documenting a workflow?
It depends on where your workflows live. Make, formerly Integromat, is a hosted automation platform with no self-hosting option, billed per operation, and its visual logic is its own. n8n can be self-hosted or used on n8n Cloud, which is the deciding factor when your workflows touch data you would rather keep on your own infrastructure. On the documentation question specifically, judge the two on the same criteria you would use for everything else: hosting, control over your data, cost model and how the canvas reads once a workflow gets long.
Hack'celeration Lab

Get our weekly integration tips.

No spam. Unsubscribe anytime.