AutomationFlowsData & Sheets › Softwaredesignをnotionに

Softwaredesignをnotionに

SoftwareDesignをnotionに. Uses executeCommand, readWriteFile, notion. Event-driven trigger; 15 nodes.

Event trigger★★★★☆ complexity15 nodesExecute CommandRead Write FileNotion
Data & Sheets Trigger: Event Nodes: 15 Complexity: ★★★★☆ Added:

This workflow follows the Executecommand → Readwritefile recipe pattern — see all workflows that pair these two integrations.

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": "SoftwareDesign\u3092notion\u306b",
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "id": "0a5bd26a-020e-4168-93ad-88fa499ec607",
      "name": "When clicking \u2018Test workflow\u2019"
    },
    {
      "parameters": {
        "command": "ls -p \"/Users/tak/proj/jupyterlab/SoftwareDesign/sd_img\" | grep -v / | jq -R . | jq -s ."
      },
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [
        220,
        0
      ],
      "id": "7d7469a2-53e1-4b9d-8dad-03cf5079a753",
      "name": "Execute Command"
    },
    {
      "parameters": {
        "jsCode": "// Loop over input items and add a new field called 'myNewField' to the JSON of each one\nfor (const item of $input.all()) {\n  item.json.files = JSON.parse(item.json.stdout);\n}\n\nreturn $input.all();"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        440,
        0
      ],
      "id": "c57338b6-a625-445b-a8c1-97919f0112d6",
      "name": "Code"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "af4e3561-11a8-4dbd-8b81-75c8a313dd4f",
              "name": "files",
              "value": "={{ $json.files }}",
              "type": "array"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        660,
        0
      ],
      "id": "82246bb1-5016-46f2-9ff9-0d5524da5972",
      "name": "Edit Fields"
    },
    {
      "parameters": {
        "options": {}
      },
      "type": "n8n-nodes-base.splitInBatches",
      "typeVersion": 3,
      "position": [
        1320,
        0
      ],
      "id": "465a899b-f179-492c-bd69-58c1af72c7b2",
      "name": "Loop Over Items"
    },
    {
      "parameters": {
        "jsCode": "// Loop over input items and add a new field called 'myNewField' to the JSON of each one\nconsole.log($input.all());\n\nreturn $input.all();"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        1540,
        120
      ],
      "id": "e2dc55f7-0ece-45dc-b15f-a6bb9f765d5d",
      "name": "Code1"
    },
    {
      "parameters": {
        "fieldToSplitOut": "files",
        "options": {}
      },
      "type": "n8n-nodes-base.splitOut",
      "typeVersion": 1,
      "position": [
        880,
        0
      ],
      "id": "da91398b-e12c-4c5e-a5bf-6ed5e5da4e05",
      "name": "Split Out"
    },
    {
      "parameters": {
        "fileSelector": "=/Users/tak/proj/jupyterlab/SoftwareDesign/sd_img/{{ $json.files }}",
        "options": {}
      },
      "type": "n8n-nodes-base.readWriteFile",
      "typeVersion": 1,
      "position": [
        1760,
        -20
      ],
      "id": "a6a3689f-0b57-4361-b880-a0a6bddd2a46",
      "name": "Read/Write Files from Disk"
    },
    {
      "parameters": {
        "operation": "binaryToPropery",
        "options": {
          "keepSource": "json"
        }
      },
      "type": "n8n-nodes-base.extractFromFile",
      "typeVersion": 1,
      "position": [
        1980,
        -20
      ],
      "id": "d38bf4ec-35fe-4005-892b-278f92bf03b2",
      "name": "Extract from File"
    },
    {
      "parameters": {
        "fileSelector": "=/Users/tak/proj/jupyterlab/SoftwareDesign/sd_json/{{ $json.files }}.json",
        "options": {}
      },
      "type": "n8n-nodes-base.readWriteFile",
      "typeVersion": 1,
      "position": [
        1760,
        160
      ],
      "id": "61110007-5308-457d-8116-5b431eec0272",
      "name": "Read/Write Files from Disk1"
    },
    {
      "parameters": {
        "operation": "fromJson",
        "options": {
          "keepSource": "json"
        }
      },
      "type": "n8n-nodes-base.extractFromFile",
      "typeVersion": 1,
      "position": [
        1980,
        160
      ],
      "id": "875dd841-464f-44ef-9762-87cf658d0cce",
      "name": "Extract from File1"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "618e9fb5-73e1-416e-9d90-c777be15e5df",
              "name": "data.img",
              "value": "={{ $json.data }}",
              "type": "string"
            },
            {
              "id": "5ce3e2f8-45fa-4ae9-a3f8-20a58059b18c",
              "name": "data.fileName",
              "value": "={{ $json.fileName }}.json",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        2180,
        -20
      ],
      "id": "bae6a33f-0fa4-47a1-a0cc-3d3e401d40da",
      "name": "Edit Fields1"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "c9066bb7-6070-412b-b4f9-dd95e25a2da0",
              "name": "data.title",
              "value": "={{ $json.data.title }}",
              "type": "string"
            },
            {
              "id": "2fb5d8de-62ea-406d-8fe4-afa4cf0bb1c4",
              "name": "data.text",
              "value": "={{ $json.data.text }}",
              "type": "string"
            },
            {
              "id": "2bd73db4-6dd1-4529-8822-c8ae674bb05d",
              "name": "data.fileName",
              "value": "={{ $json.fileName }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        2200,
        160
      ],
      "id": "57d18455-e1d6-405f-85df-f3c2df04d6df",
      "name": "Edit Fields2"
    },
    {
      "parameters": {
        "mode": "combine",
        "advanced": true,
        "mergeByFields": {
          "values": [
            {
              "field1": "data.fileName",
              "field2": "data.fileName"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.merge",
      "typeVersion": 3,
      "position": [
        2420,
        120
      ],
      "id": "97864b7f-7e77-4e43-b504-190e8d656825",
      "name": "Merge"
    },
    {
      "parameters": {
        "resource": "databasePage",
        "databaseId": {
          "__rl": true,
          "value": "16b326f0-8e38-806e-9289-fc5503cc0c21",
          "mode": "list",
          "cachedResultName": "SoftwareDesign\u7dcf\u96c6\u7de8\u898b\u51fa\u3057",
          "cachedResultUrl": "https://www.notion.so/16b326f08e38806e9289fc5503cc0c21"
        },
        "title": "={{ $json.data.title }}",
        "blockUi": {
          "blockValues": [
            {
              "textContent": "={{ $json.data.text }}"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.notion",
      "typeVersion": 2.2,
      "position": [
        2640,
        120
      ],
      "id": "a65851a6-1331-4c67-869f-e9d2f823dbdc",
      "name": "Notion",
      "credentials": {
        "notionApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking \u2018Test workflow\u2019": {
      "main": [
        [
          {
            "node": "Execute Command",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Execute Command": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Code1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code1": {
      "main": [
        [
          {
            "node": "Read/Write Files from Disk",
            "type": "main",
            "index": 0
          },
          {
            "node": "Read/Write Files from Disk1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read/Write Files from Disk": {
      "main": [
        [
          {
            "node": "Extract from File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read/Write Files from Disk1": {
      "main": [
        [
          {
            "node": "Extract from File1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract from File": {
      "main": [
        [
          {
            "node": "Edit Fields1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract from File1": {
      "main": [
        [
          {
            "node": "Edit Fields2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields1": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields2": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Merge": {
      "main": [
        [
          {
            "node": "Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "cedf3032-9378-44fc-a7a2-4bac27a77aff",
  "id": "Zfe6JJjYa8k5SN8n",
  "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.

Pro

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

About this workflow

SoftwareDesignをnotionに. Uses executeCommand, readWriteFile, notion. Event-driven trigger; 15 nodes.

Source: https://gist.github.com/taktamur/873a6a8c55545b68bf0e4e94ed0896c9 — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

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

Data & Sheets

2. AI Job Scorer (GPT-4o). Uses notion, executeCommand, httpRequest. Event-driven trigger; 8 nodes.

Notion, Execute Command, HTTP Request
Data & Sheets

Workflow 01.01. Uses notion, executeWorkflowTrigger, httpRequest. Event-driven trigger; 60 nodes.

Notion, Execute Workflow Trigger, HTTP Request
Data & Sheets

Automate sales call analysis and store structured insights in Notion with AI-powered intelligence.

Execute Workflow Trigger, Notion, HTTP Request
Data & Sheets

Inspired by Alex Kim's workflow, this version adds the ability to keep multiple versions of the same workflow on the destination instance. Each copied workflow’s name is prefixed with the date (), ena

n8n, Notion
Data & Sheets

Everyone organizing him/herself by using a notion database for tasks but losing track on some important tasks having a deadline. The weekly reminder helps you to not forget about your notion tasks. Th

Notion, Email Send, Pushover