External DocumentationTo learn more, visit the Monday documentation.
Actions
Create Subitem
Creates a new subitem.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Item Name | The new item’s name. |
| Parent Item ID | The parent item’s unique identifier. |
{
"data": {
"create_subitem": {
"id": "1235025789",
"board": {
"id": "1234567890"
}
}
}
}
Was this page helpful?