AutomationFlowsWeb Scraping › P124 Governance Loop - Minimal

P124 Governance Loop - Minimal

P124 Governance Loop - Minimal. Uses httpRequest. Manual trigger; 3 nodes.

Manual trigger★☆☆☆☆ complexity3 nodesHTTP Request
Web Scraping Trigger: Manual Nodes: 3 Complexity: ★☆☆☆☆ Added:

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": "P124 Governance Loop - Minimal",
  "nodes": [
    {
      "id": "masterbrain_scan",
      "name": "Master Brain Scan",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "parameters": {
        "url": "http://localhost:1111/analyze",
        "method": "POST",
        "responseFormat": "json",
        "jsonParameters": false,
        "bodyParameters": {
          "parameters": [
            {
              "name": "payload",
              "value": "={{ $json.payload }}"
            }
          ]
        }
      }
    },
    {
      "id": "if_proposals",
      "name": "If Proposals",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        520,
        300
      ],
      "parameters": {
        "conditions": {
          "number": [
            {
              "value1": "={{ $json.governance_proposals && $json.governance_proposals.length }}",
              "operation": "isGreaterThan",
              "value2": 0
            }
          ]
        }
      }
    },
    {
      "id": "post_amend",
      "name": "Post /amend",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        820,
        220
      ],
      "parameters": {
        "url": "http://localhost:5000/amend",
        "method": "POST",
        "responseFormat": "json",
        "jsonParameters": false,
        "bodyParameters": {
          "parameters": [
            {
              "name": "proposal",
              "value": "={{ $json.governance_proposals[0] }}"
            }
          ]
        }
      }
    }
  ],
  "connections": {
    "masterbrain_scan": {
      "main": [
        [
          {
            "node": "if_proposals",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "if_proposals": {
      "main": [
        [
          {
            "node": "post_amend",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

P124 Governance Loop - Minimal. Uses httpRequest. Manual trigger; 3 nodes.

Source: https://github.com/XOF-ops/brain/blob/a77ac6f1f3f5736d68993daad84f7c1d1fe668d0/n8n/p124_governance.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

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

Web Scraping

This automation connects directly to HeyGen's powerful AI video generation platform. It allows you to programmatically create videos with digital avatars and voiceovers, perfect for scaling your conte

HTTP Request
Web Scraping

SNMP Trap Receiver Example. Uses snmp, httpRequest. Manual trigger; 6 nodes.

Snmp, HTTP Request
Web Scraping

PDF Accessibility Complete Automation. Uses httpRequest, n8n-nodes-pdf-accessibility, googleDrive, emailSend. Manual trigger; 6 nodes.

HTTP Request, N8N Nodes Pdf Accessibility, Google Drive +1
Web Scraping

ApexApi — News → Analyze → Post. Uses rssFeedRead, n8n-nodes-apexapi, httpRequest. Manual trigger; 5 nodes.

RSS Feed Read, N8N Nodes Apexapi, HTTP Request
Web Scraping

Automated Social Media Posting. Uses rssFeedRead, httpRequest. Manual trigger; 5 nodes.

RSS Feed Read, HTTP Request