create_category
Create a category folder in the Master List under a parent category or at the top level to organize tasks and projects.
Instructions
Create a category (a folder in the Master List). Categories can only live under categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | #RRGGBB | |
| title | Yes | ||
| parent | No | parent category id or name; 'root' = top level | root |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | ||
| title | Yes | ||
| parent | No | ||
| created | Yes | id of the new item |