Short answer: You can create monday.com item in Monday.com by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Monday.com Create Monday.com Item 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 | The Board ID assigned by Monday. Find via the corresponding list/search operation in this app. Use the exact ID, not a name or label. |
Item Name item_name | string | Required | Item Name |
Group ID group_id | string | Optional | Group ID. Example: topics |
{"board_id": "{{trigger.board_id}}","item_name": "{{trigger.item_name}}","group_id": "e.g. topics"}
{"data": {"create_item": {"id": "9876543210","name": "New Feature"}}}
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.