External DocumentationTo learn more, visit the Monday documentation.
Actions
Create Group
Creates a new empty group.

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 |
|---|---|
| Board ID | The board’s identifier. |
| Group Name | The name of the new group. |
{
"data": {
"create_group": {
"id": "my_new_group"
}
}
}
Was this page helpful?