Create Group
create_groupCreate a new section (group) in a monday.com board to categorize items, set workflow phases, and add structure. Optionally specify color and position relative to existing groups.
Instructions
Create a new group in a monday.com board. Groups are sections that organize related items. Use when users want to add structure, categorize items, or create workflow phases. Groups can be positioned relative to existing groups and assigned predefined colors. Items will always be created in the top group and so the top group should be the most relevant one for new item creation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | The ID of the board to create the group in | |
| groupName | Yes | The name of the new group (maximum 255 characters) | |
| groupColor | No | The color for the group. Must be one of the predefined Monday.com group colors: #037f4c, #00c875, #9cd326, #cab641, #ffcb00, #784bd1, #9d50dd, #007eb5, #579bfc, #66ccff, #bb3354, #df2f4a, #ff007f, #ff5ac4, #ff642e, #fdab3d, #7f5347, #c4c4c4, #757575 | |
| relativeTo | No | The ID of the group to position this new group relative to | |
| positionRelativeMethod | No | Whether to position the new group before or after the relativeTo group |