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": "GetAuthors",
"nodes": [
{
"parameters": {
"path": "saba-review2/authors",
"responseMode": "responseNode",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
160,
-220
],
"id": "c9152da7-fe16-4c76-8687-0fb1c217c2fc",
"name": "Webhook"
},
{
"parameters": {
"respondWith": "allIncomingItems",
"options": {}
},
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.1,
"position": [
940,
-220
],
"id": "757a52f6-48d6-4f66-bb5b-81625b25ae34",
"name": "Respond to Webhook"
},
{
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "const files = $json.stdout.split(\"\\n\")\nreturn {\n folder: $(\"GetAuthors\").item.json.folder,\n style: $(\"GetAuthors\").item.json.style,\n files,\n name: $(\"GetAuthors\").item.json.name,\n id: $(\"GetAuthors\").item.json.id,\n}"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
720,
-220
],
"id": "fc860068-0db1-49df-bdbc-75caa3c96ebe",
"name": "Code"
},
{
"parameters": {
"executeOnce": false,
"command": "=ls {{ $json.folder }}"
},
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
520,
-220
],
"id": "6d99db24-afd3-4591-ba22-fdc5e778f043",
"name": "CheckFiles"
},
{
"parameters": {
"operation": "select",
"schema": {
"__rl": true,
"value": "public",
"mode": "list",
"cachedResultName": "public"
},
"table": {
"__rl": true,
"value": "writer",
"mode": "list",
"cachedResultName": "writer"
},
"returnAll": true,
"options": {}
},
"type": "n8n-nodes-base.postgres",
"typeVersion": 2.6,
"position": [
360,
-220
],
"id": "2cfcecbb-a530-4434-8b10-bb3b36c4c779",
"name": "GetAuthors",
"credentials": {
"postgres": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "GetAuthors",
"type": "main",
"index": 0
}
]
]
},
"Code": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
},
"CheckFiles": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
]
]
},
"GetAuthors": {
"main": [
[
{
"node": "CheckFiles",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "1d1f2080-1d58-4237-97ec-f0dec7c155db",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "EKUzXtxaaYdPy4lO",
"tags": []
}
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.
postgres
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
GetAuthors. Uses executeCommand, postgres. Webhook trigger; 5 nodes.
Source: https://gitlab.com/starixvn/l1_n8n_workflow/-/blob/dev/saba-review/rewrite-with-game-name/GetAuthors.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.
Scraping. Uses httpRequest, postgres, @apify/n8n-nodes-apify, respondToWebhook. Webhook trigger; 61 nodes.
Workflow B — AI Listing Engine. Uses httpRequest, postgres, errorTrigger. Webhook trigger; 47 nodes.
LogSentinel Workflow. Uses postgres, emailSend, httpRequest. Webhook trigger; 44 nodes.
This workflow automates data maturity evaluation to measure how well an organization uses data to create value by capturing assessment data through forms or APIs, processing and scoring responses usin