Description
Enterprise connector for Box.com, the enterprise content-management cloud: file and folder operations with the governance-friendly API used by regulated industries.
community_box · action · Utility · Available · v1.0.0
Enterprise connector for Box.com, the enterprise content-management cloud: file and folder operations with the governance-friendly API used by regulated industries.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
operationOperazione | enumlistFoldercreateFoldergetItemcreateSharedLinkdeleteFile | yes | listFolder | Cosa fare su Box. |
folderIdFolder ID (listFolder) | expression | no | — 0 | ID numerico cartella. "0" = root. Solo listFolder. |
parentIdParent folder ID (createFolder) | expression | no | — 0 | ID cartella genitore dove creare. "0" = root. |
nameNome cartella (createFolder) | expression | no | — Progetto 2026 | Nome nuova cartella (solo createFolder). |
itemIdFile/Folder ID | expression | no | — 123456789 | ID numerico per getItem/createSharedLink/deleteFile. |
itemTypeTipo item (getItem) | enumfilesfolders | no | files | getItem: file o cartella. |
accessVisibilità link (createSharedLink) | enumopencompanycollaborators | no | open | open=pubblico, company=solo azienda, collaborators=solo collaboratori. |
limitLimit (listFolder) | number | no | 100 | Max items per listFolder (1-1000). |
integrationLabelEtichetta credenziali (opzionale) | string | no | — Default account | Per gestire più account dello stesso provider. Lascia vuoto per il default. |
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
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes