AutomationFlowsGeneral › Standup Bot - Read Config

Standup Bot - Read Config

Standup Bot - Read Config. Uses manualTrigger, readBinaryFile, moveBinaryData. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesRead Binary FileMove Binary Data
General Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆

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
{
  "id": 112,
  "name": "Standup Bot - Read Config",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Read Config File",
      "type": "n8n-nodes-base.readBinaryFile",
      "position": [
        420,
        300
      ],
      "parameters": {
        "filePath": "/home/node/.n8n/standup-bot-config.json",
        "dataPropertyName": "config"
      },
      "typeVersion": 1
    },
    {
      "name": "Convert to JSON",
      "type": "n8n-nodes-base.moveBinaryData",
      "position": [
        600,
        300
      ],
      "parameters": {
        "options": {
          "encoding": "utf8"
        },
        "sourceKey": "config"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Read Config File": {
      "main": [
        [
          {
            "node": "Convert to JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Read Config File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

About this workflow

Standup Bot - Read Config. Uses manualTrigger, readBinaryFile, moveBinaryData. Event-driven trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →