Standup Bot - Read Config

Standup Bot - Read Config

Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
3
Node Types
0

Workflow JSON

1.28 KB
{
  "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": [
        [
          {
            "nod...

Showing first 1000 characters. Click "Expand" to view the full JSON.