OCNORA

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 Board
    Archive a board so it leaves the workspace without being destroyed.
    monday.archive_board
  • Archive Group
    Archive a group and every item inside it.
    monday.archive_group
  • Archive Item
    Archive one item so it leaves the board without being destroyed.
    monday.archive_item
  • Change Column Value
    Set one column on one item using that column type's JSON payload.
    monday.change_column_value
  • Change Multiple Column Values
    Set 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 Board
    Create a board in the account or in one workspace.
    monday.create_board
  • Create Group
    Create a group on a board, optionally placed next to an existing one.
    monday.create_group
  • Create Item
    Create an item on a monday.com board.
    monday.create_item
  • Create Subitem
    Create a subitem under an existing item.
    monday.create_subitem
  • Post Update
    Post an update on an item, or a reply to an existing update.
    monday.create_update
  • Delete Board
    Delete a board and everything on it.
    monday.delete_board
  • Delete Group
    Delete a group and every item inside it.
    monday.delete_group
  • Delete Item
    Delete one item from its board.
    monday.delete_item
  • Duplicate Item
    Copy one item on its board, optionally carrying its updates across.
    monday.duplicate_item
  • Get Board
    Read one board together with its columns and its groups.
    monday.get_board
  • Get Item
    Read one item by id, including every column value on it.
    monday.get_item
  • Get Current User
    Read the user and account the connection's API token belongs to.
    monday.get_me
  • List Boards
    Read one page of the account's boards.
    monday.list_boards
  • List Board Columns
    Read a board's columns — the ids and types every column write needs.
    monday.list_columns
  • List Board Groups
    Read a board's groups, with their ids, titles and colours.
    monday.list_groups
  • List Board Items
    Read one page of a board's items, with an optional filter and sort.
    monday.list_items
  • List Subitems
    Read every subitem of one item, with their column values.
    monday.list_subitems
  • List Updates
    Read the updates on one item, or the account's most recent updates.
    monday.list_updates
  • List Users
    Read one page of the account's users, optionally filtered.
    monday.list_users
  • Move Item To Group
    Move one item into another group on the same board.
    monday.move_item_to_group
  • Search Items By Column Value
    Find a board's items whose column matches one of the given exact values.
    monday.search_items_by_column_value
  • Update Board
    Change one attribute of a board, such as its name or description.
    monday.update_board
  • Update Group
    Change one attribute of a group, such as its title or colour.
    monday.update_group

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.