Creates a new empty group.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board IDThe board’s identifier.
Group NameThe 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