AutomationFlowsGeneral › Create Student Folder

Create Student Folder

Create Student Folder. Uses googleDrive. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesGoogle Drive
General Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Create Student Folder",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "create-student-folder",
        "responseMode": "responseNode",
        "options": {}
      },
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        240,
        300
      ],
      "id": "webhook-student-folder",
      "name": "Webhook - Create Student Folder"
    },
    {
      "parameters": {
        "resource": "folder",
        "name": "={{ $json.body.folderName }}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "folderId": {
          "__rl": true,
          "value": "={{ $json.body.parentFolderId }}",
          "mode": "id"
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleDrive",
      "typeVersion": 3,
      "position": [
        460,
        300
      ],
      "id": "create-folder-node",
      "name": "Create Student Folder in Drive",
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ { success: true, folder_id: $json.id, folder_name: $json.name, message: 'Carpeta de alumno creada exitosamente' } }}",
        "options": {}
      },
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.4,
      "position": [
        680,
        300
      ],
      "id": "respond-success",
      "name": "Respond Success"
    }
  ],
  "connections": {
    "Webhook - Create Student Folder": {
      "main": [
        [
          {
            "node": "Create Student Folder in Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Student Folder in Drive": {
      "main": [
        [
          {
            "node": "Respond Success",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "meta": {
    "templateCredsSetupCompleted": true
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Create Student Folder. Uses googleDrive. Webhook trigger; 3 nodes.

Source: https://github.com/JuanCruzRobledo/correccion-automatica-ia/blob/05462dfdd3157dfdcbd79990214a5501c52fa938/n8n-workflows/create-student-folder.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Tool: Create Google Doc. Uses googleDrive. Webhook trigger; 3 nodes.

Google Drive
General

List-User-Files. Uses googleDrive. Webhook trigger; 3 nodes.

Google Drive
General

seo-auditor. Uses executeCommand, googleDrive, readBinaryFile. Webhook trigger; 15 nodes.

Execute Command, Google Drive, Read Binary File
General

CIBC PDF to Google Drive. Uses googleDrive. Webhook trigger; 6 nodes.

Google Drive
General

Google Docs. Uses googleDrive. Webhook trigger; 3 nodes.

Google Drive