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": "GetFile",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "get-file2",
"responseMode": "responseNode",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
240,
-220
],
"id": "af824e47-8b65-41b3-b946-0b9e797cc2a7",
"name": "Webhook"
},
{
"parameters": {
"fileSelector": "={{$json.body.file}}",
"options": {}
},
"type": "n8n-nodes-base.readWriteFile",
"typeVersion": 1,
"position": [
440,
-220
],
"id": "fd6eebc9-cd83-430b-bec3-4e3fcbd99543",
"name": "Read/Write Files from Disk"
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.1,
"position": [
880,
-220
],
"id": "d55bfbd5-6fe7-435d-ba02-b9fad255e1bf",
"name": "Respond to Webhook"
},
{
"parameters": {
"operation": "text",
"destinationKey": "output",
"options": {}
},
"type": "n8n-nodes-base.extractFromFile",
"typeVersion": 1,
"position": [
660,
-220
],
"id": "f958d256-9fec-49bf-9449-19e9cb73b535",
"name": "Extract from File"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Read/Write Files from Disk",
"type": "main",
"index": 0
}
]
]
},
"Read/Write Files from Disk": {
"main": [
[
{
"node": "Extract from File",
"type": "main",
"index": 0
}
]
]
},
"Extract from File": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "1b7520e5-1e78-499f-b67d-94de439df0bf",
"id": "nG1p8Tg36q7ub15X",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
GetFile. Uses readWriteFile. Webhook trigger; 4 nodes.
Source: https://gitlab.com/starixvn/l1_n8n_workflow/-/blob/dev/saba-review/rewrite-with-game-name/GetFile.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.
Text to speech Voice clone using Zonos via API(local storage). Uses readWriteFile, httpRequest, respondToWebhook, stickyNote. Webhook trigger; 18 nodes.
TestMultiCredentials. Uses executeCommand. Webhook trigger; 13 nodes.
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
InstaTest. Webhook trigger; 11 nodes.
> ⚠️ Notice: > This workflow uses the HTML to Docx node from customjs.space, which requires a self-hosted n8n instance and a CustomJS API key.