OCNORA

Box

Files & storageOAuth 2.0credential probe

Box content management — upload, download, organise, search and share files.

OCNORA ships 16 typed Box operations and 1 trigger. 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.

Triggers 1

  • Event
    Start a run when a Box file or folder is uploaded to, changed or shared.
    trigger.box_event

Operations 16

  • Add Collaboration
    Invite a user or group to collaborate on a file or folder with a given role.
    box.add_collaboration
  • Copy File
    Copy a file into another folder, optionally storing the copy under a different name.
    box.copy_file
  • Create Folder
    Create a subfolder inside another folder, or at the account root.
    box.create_folder
  • Create Shared Link
    Add or update the shared link on a file or folder and return the URL people can open.
    box.create_shared_link
  • Delete File
    Move a file to the Box trash, from where it can still be restored until the trash retention period expires.
    box.delete_file
  • Delete Folder
    Move a folder to the Box trash. Box refuses a folder that still has contents unless 'recursive' is switched on.
    box.delete_folder
  • Download File
    Download a file's content and emit it as the shared base64 file envelope, ready to hand to a storage or mail node.
    box.download_file
  • Get File Info
    Read a file's metadata — name, size, checksum, parent folder and timestamps — without downloading its content.
    box.get_file_info
  • Get Folder
    Read a folder's metadata — name, parent, description and shared link — without listing its contents.
    box.get_folder
  • Get User
    Read a Box user's profile; 'me' returns the account the connection authenticates as, which is also what the connection test calls.
    box.get_user
  • List Collaborations
    List who has been given access to a file or folder, and with which role.
    box.list_collaborations
  • List Folder Items
    List one page of the files and folders directly inside a folder.
    box.list_folder_items
  • Move File
    Move a file to another folder and/or rename it in place.
    box.move_file
  • Remove Shared Link
    Remove the shared link from a file or folder so the existing URL stops working.
    box.remove_shared_link
  • Search
    Search the account's content by keyword, narrowed by item type and by the folder subtrees to look inside.
    box.search
  • Upload File
    Upload a new file into a folder, taking its content from 'body' as text or as a base64 blob from an upstream download node.
    box.upload_file

Run your first Box 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.