Short answer: You can create monday.com group in Monday.com by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Monday.com Create Monday.com Group action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Board ID board_id | string | Required | Board ID. Example: 1234567890 |
Group Name group_name | string | Required | Group Name. Example: Next Sprint |
Color group_color | options | Optional | Color. Options: Blue, Green, Orange, Red, Purple, Yellow |
{"board_id": "e.g. 1234567890","group_name": "e.g. Next Sprint","group_color": "{{trigger.group_color}}"}
{"data": {"create_group": {"id": "new_group_12345","title": "Next Sprint"}}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.