AutomationFlowsWeb Scraping › P126 Recovery Webhook Handler

P126 Recovery Webhook Handler

Original n8n title: P126 Recovery - Minimal

P126 Recovery - Minimal. Uses httpRequest. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesHTTP Request
Web Scraping Trigger: Webhook 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": "P126 Recovery - Minimal",
  "nodes": [
    {
      "id": "webhook_trigger",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "parameters": {
        "path": "p126-log",
        "httpMethod": "POST",
        "responseMode": "onReceived"
      }
    },
    {
      "id": "masterbrain_scan",
      "name": "Master Brain Scan",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        520,
        300
      ],
      "parameters": {
        "url": "http://{{ $json.master_brain_host }}:1111/analyze",
        "method": "POST",
        "responseFormat": "json",
        "jsonParameters": false,
        "bodyParameters": {
          "parameters": [
            {
              "name": "payload",
              "value": "={{ $json.payload }}"
            }
          ]
        }
      }
    },
    {
      "id": "respond",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1,
      "position": [
        820,
        300
      ],
      "parameters": {
        "responseMode": "lastNode",
        "responsePropertyName": "data",
        "responseCode": 200
      }
    }
  ],
  "connections": {
    "webhook_trigger": {
      "main": [
        [
          [
            {
              "node": "masterbrain_scan",
              "type": "main",
              "index": 0
            }
          ]
        ]
      ]
    },
    "masterbrain_scan": {
      "main": [
        [
          [
            {
              "node": "respond",
              "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

P126 Recovery - Minimal. Uses httpRequest. Webhook trigger; 3 nodes.

Source: https://github.com/XOF-ops/brain/blob/a77ac6f1f3f5736d68993daad84f7c1d1fe668d0/n8n/p126_recovery.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

Blog_Summarizer. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.

HTTP Request, Email Send
Web Scraping

Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant

HTTP Request, High Level