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
- EventStart a run when a Box file or folder is uploaded to, changed or shared.trigger.box_event
Operations 16
- Add CollaborationInvite a user or group to collaborate on a file or folder with a given role.box.add_collaboration
- Copy FileCopy a file into another folder, optionally storing the copy under a different name.box.copy_file
- Create FolderCreate a subfolder inside another folder, or at the account root.box.create_folder
- Create Shared LinkAdd or update the shared link on a file or folder and return the URL people can open.box.create_shared_link
- Delete FileMove a file to the Box trash, from where it can still be restored until the trash retention period expires.box.delete_file
- Delete FolderMove a folder to the Box trash. Box refuses a folder that still has contents unless 'recursive' is switched on.box.delete_folder
- Download FileDownload 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 InfoRead a file's metadata — name, size, checksum, parent folder and timestamps — without downloading its content.box.get_file_info
- Get FolderRead a folder's metadata — name, parent, description and shared link — without listing its contents.box.get_folder
- Get UserRead 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 CollaborationsList who has been given access to a file or folder, and with which role.box.list_collaborations
- List Folder ItemsList one page of the files and folders directly inside a folder.box.list_folder_items
- Move FileMove a file to another folder and/or rename it in place.box.move_file
- Remove Shared LinkRemove the shared link from a file or folder so the existing URL stops working.box.remove_shared_link
- SearchSearch the account's content by keyword, narrowed by item type and by the folder subtrees to look inside.box.search
- Upload FileUpload 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.