Box

community_box · action · Utility · Available · v1.0.0

Description

Enterprise connector for Box.com, the enterprise content-management cloud: file and folder operations with the governance-friendly API used by regulated industries.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
operation
Operazione
enum
listFoldercreateFoldergetItemcreateSharedLinkdeleteFile
yeslistFolderCosa fare su Box.
folderId
Folder ID (listFolder)
expressionno
0
ID numerico cartella. "0" = root. Solo listFolder.
parentId
Parent folder ID (createFolder)
expressionno
0
ID cartella genitore dove creare. "0" = root.
name
Nome cartella (createFolder)
expressionno
Progetto 2026
Nome nuova cartella (solo createFolder).
itemId
File/Folder ID
expressionno
123456789
ID numerico per getItem/createSharedLink/deleteFile.
itemType
Tipo item (getItem)
enum
filesfolders
nofilesgetItem: file o cartella.
access
Visibilità link (createSharedLink)
enum
opencompanycollaborators
noopenopen=pubblico, company=solo azienda, collaborators=solo collaboratori.
limit
Limit (listFolder)
numberno100Max items per listFolder (1-1000).
integrationLabel
Etichetta credenziali (opzionale)
stringno
Default account
Per gestire più account dello stesso provider. Lascia vuoto per il default.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-community_box-1",
  "defId": "community_box",
  "label": "Box",
  "config": {
    "operation": "listFolder",
    "itemType": "files",
    "access": "open",
    "limit": 100
  }
}

🔗 Related nodes in the same category

Ready to use Box?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes