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 →
{
"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.
googleDriveOAuth2Api
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Tool: Create Google Doc. Uses googleDrive. Webhook trigger; 3 nodes.
CIBC PDF to Google Drive. Uses googleDrive. Webhook trigger; 6 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
This sample workflow allows you to forward alerts from TheHive 5 to SIGNL4 in order to send reliable alerts to your team.