n8n Workflow

Create A New Folder In Box

This n8n workflow creates tasks and integrates with various services. Create A New Folder In Box - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow creates tasks and integrates with various services. Create A New Folder In Box - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "b2cfbff6-3f6d-48a3-98c6-c9298059a679"
        },
        {
            "name": "Box",
            "type": "n8n-nodes-base.box",
            "position": [
                450,
                300
            ],
            "parameters": {
                "name": "n8n-rocks",
                "options": [],
                "resource": "folder"
            },
            "credentials": {
                "boxOAuth2Api": "box"
            },
            "typeVersion": 1,
            "id": "0ad8a93f-de72-4de1-93e4-674fe1bb4edc"
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Box",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows