EzFlowEzFlow Docs
Node referencePipeline (Kanban)

CREATE_CARD

CREATE_CARD node.

What it does

CREATE_CARD node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

CREATE_CARD adds a new card to a column on a Kanban Pipeline board. Supply pipelineId, columnId (the target column must have canCreateCard = true), and name. Optional fields include description, dueDate (ISO 8601), assignedTo (a user id), and data (an arbitrary JSON payload stored with the card). Returns the created card object. See Pipeline Boards.

Example

An HTTP_TRIGGER fires when a new inbound lead arrives from your CRM. Wire pipelineId → your "Sales" Pipeline's id, columnId → the "New Leads" column id, name → the lead's company name, description → the deal summary, and assignedTo → the sales rep's user id. A card instantly appears in the Pipeline board for the rep to work, without any manual data entry.

On this page