EzFlowEzFlow Docs
Pipelines

Pipeline boards

Creating and configuring Kanban boards with columns for your Pipeline.

A Pipeline board is the top-level container for your Kanban process. Each board has a name, optional metadata, and an ordered set of columns that represent the stages items move through.

Board fields

FieldRequiredNotes
NameYesDisplayed as the board title.
DescriptionNoAdditional context for the board.
Business UnitNoAssociates the board with a Business Unit for scoped access.
FormNoLinks an intake Form to the board (e.g. to auto-create cards on form submission).

Columns

Each board contains one or more columns that define the stages items pass through. Columns are ordered left to right — lower order values appear first.

Column fieldDefaultNotes
NameRequired. The stage label shown above the column.
DescriptionOptional. A hint displayed below the column name.
Can create cardtrueControls whether new cards can be added to this column directly. Set to false for terminal columns where manual creation should be blocked. The CREATE_CARD node also enforces this: supplying a column with canCreateCard = false returns a 422 error.
Is finalfalseMarks this column as a final stage (e.g. "Closed Won", "Resolved").
Order0Integer controlling the left-to-right position.

Creating a board

Go to Pipelines (/pipelines) and create a new board. Give it a name, then add columns for each stage in your process. You can add, reorder, or rename columns at any time without affecting existing cards.

On this page