import_csv
Bulk-create KanbanFlow tasks from CSV content by mapping rows to a specific board column, with optional fields for description, color, swimlane, and position.
Instructions
Bulk-create tasks on a board from CSV content. Required column: name. Optional columns: description, color, swimlaneId, position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column_id | Yes | Column ID every row will be created in | |
| board_name | Yes | Name of the configured board to operate on (see list_boards) | |
| csv_content | Yes | Raw CSV text, first row = headers |