Monday.com
Business appsAPI keycredential probe
Create items on a monday.com board (API token).
OCNORA ships 29 typed Monday.com operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.monday.com/v2 through the HTTP node with the same credential.
Operations 29
- Archive BoardArchive a board so it leaves the workspace without being destroyed.monday.archive_board
- Archive GroupArchive a group and every item inside it.monday.archive_group
- Archive ItemArchive one item so it leaves the board without being destroyed.monday.archive_item
- Change Column ValueSet one column on one item using that column type's JSON payload.monday.change_column_value
- Change Multiple Column ValuesSet several columns on one item in a single mutation.monday.change_multiple_column_values
- Change Column Value (Simple)Set one column from a plain string and let monday.com parse it.monday.change_simple_column_value
- Create BoardCreate a board in the account or in one workspace.monday.create_board
- Create GroupCreate a group on a board, optionally placed next to an existing one.monday.create_group
- Create ItemCreate an item on a monday.com board.monday.create_item
- Create SubitemCreate a subitem under an existing item.monday.create_subitem
- Post UpdatePost an update on an item, or a reply to an existing update.monday.create_update
- Delete BoardDelete a board and everything on it.monday.delete_board
- Delete GroupDelete a group and every item inside it.monday.delete_group
- Delete ItemDelete one item from its board.monday.delete_item
- Duplicate ItemCopy one item on its board, optionally carrying its updates across.monday.duplicate_item
- Get BoardRead one board together with its columns and its groups.monday.get_board
- Get ItemRead one item by id, including every column value on it.monday.get_item
- Get Current UserRead the user and account the connection's API token belongs to.monday.get_me
- List BoardsRead one page of the account's boards.monday.list_boards
- List Board ColumnsRead a board's columns — the ids and types every column write needs.monday.list_columns
- List Board GroupsRead a board's groups, with their ids, titles and colours.monday.list_groups
- List Board ItemsRead one page of a board's items, with an optional filter and sort.monday.list_items
- List SubitemsRead every subitem of one item, with their column values.monday.list_subitems
- List UpdatesRead the updates on one item, or the account's most recent updates.monday.list_updates
- List UsersRead one page of the account's users, optionally filtered.monday.list_users
- Move Item To GroupMove one item into another group on the same board.monday.move_item_to_group
- Search Items By Column ValueFind a board's items whose column matches one of the given exact values.monday.search_items_by_column_value
- Update BoardChange one attribute of a board, such as its name or description.monday.update_board
- Update GroupChange one attribute of a group, such as its title or colour.monday.update_group
More in Business apps
Run your first Monday.com workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.