Create Group
Creates a new empty group.
External Documentation
To learn more, visit the Monday documentation.
Parameters
Parameter | Description |
---|---|
Board ID | The board's identifier. |
Group Name | The name of the new group. |
Example Output
{
"data": {
"create_group": {
"id": "my_new_group"
}
},
"account_id": 12345678
}
Workflow Library Example
Create Group with Monday and Send Results Via Email
Preview this Workflow on desktop