EzFlowEzFlow Docs
Node referencePipeline (Kanban)

MOVE_CARD

MOVE_CARD node.

What it does

MOVE_CARD node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

MOVE_CARD transfers an existing card to another column on the same Pipeline board. Provide pipelineId, cardId, and toColumnId. The target column must belong to the same pipeline (a 404 is returned if it does not). Returns the updated card. See Pipeline Boards.

Example

When a payment webhook fires confirming that a deal is closed, wire pipelineId → your "Sales" Pipeline id, cardId → the card id stored from the original CREATE_CARD step (retrieved via a SEARCH_DATABASE_RECORD node), and toColumnId → the "Closed Won" column id. The card advances automatically on the Pipeline board without any manual drag-and-drop.

On this page