Node referencePipeline (Kanban)
UPDATE_CARD
UPDATE_CARD node.
What it does
UPDATE_CARD node.
Inputs & outputs
| Input handle |
|---|
| None |
| Output handle |
|---|
| None |
Configuration
No configuration.
Example
How it works
UPDATE_CARD patches fields on an existing Pipeline card. Provide pipelineId, columnId (the card's current column), and cardId, plus any fields to update: name, description, dueDate (ISO 8601), assignedTo, or data (replaces the card's data payload entirely). Returns the updated card. See Pipeline Boards.
Example
After a discovery call completes, an HTTP_TRIGGER fires with the call notes. Wire pipelineId and cardId from the webhook body, set description → the call summary, assignedTo → the senior rep's user id, and dueDate → the follow-up date in ISO 8601 (e.g., 2025-08-01T09:00:00Z). The Pipeline card reflects the changes immediately, keeping the board in sync with the CRM notes.