add_nodes
Attach goal or task subtrees—including owners, deadlines, and children—to a map. Use parent_id to position under an existing node, or omit it to add an apex. Layout is recomputed automatically and the updated tree is returned.
Instructions
Add a subtree of nodes to an existing map under parent_id (or under the apex when parent_id is omitted). A node is a goal; a node with an assignee (owner) OR a deadline IS a task — that is the only kind of task in killBottleneck (there is no separate task record; new work = new node). NOTE: this re-computes the layout of the whole map. Max 200 nodes per call. Returns the updated tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| map_id | Yes | ||
| parent_id | No | Existing node id to attach under; omit for apex |