AutomationFlowsWeb Scraping › Process Learning Feedback via Webhook

Process Learning Feedback via Webhook

Original n8n title: Merl-t Learning Layer

MERL-T Learning Layer. Uses httpRequest. Webhook trigger; 4 nodes.

Webhook trigger★★★★☆ complexity4 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 4 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": "MERL-T Learning Layer",
  "nodes": [
    {
      "parameters": {
        "path": "/process",
        "options": {}
      },
      "name": "Learning Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "functionCode": "// Process feedback and calculate metrics\nconst feedback = $input.body;\nreturn {\n  json: {\n    feedback_processed: true,\n    metrics: {\n      accuracy: 0.85,\n      user_satisfaction: 0.9,\n      response_time: 1.2\n    },\n    improvements: [\n      'Enhanced entity recognition',\n      'Better temporal understanding'\n    ]\n  }\n}"
      },
      "name": "Process Feedback",
      "type": "n8n-nodes-base.function",
      "typeVersion": 1,
      "position": [
        450,
        300
      ]
    },
    {
      "parameters": {
        "functionCode": "// Update model weights and parameters\nconst metrics = $input.body.metrics;\nreturn {\n  json: {\n    model_updated: true,\n    new_weights: {},\n    performance_delta: '+0.05'\n  }\n}"
      },
      "name": "Update Model",
      "type": "n8n-nodes-base.function",
      "typeVersion": 1,
      "position": [
        650,
        300
      ]
    },
    {
      "parameters": {
        "url": "=http://storage-layer/store",
        "options": {}
      },
      "name": "Store Updates",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 2,
      "position": [
        850,
        300
      ]
    }
  ],
  "connections": {
    "Learning Webhook": {
      "main": [
        [
          {
            "node": "Process Feedback",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process Feedback": {
      "main": [
        [
          {
            "node": "Update Model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Model": {
      "main": [
        [
          {
            "node": "Store Updates",
            "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

MERL-T Learning Layer. Uses httpRequest. Webhook trigger; 4 nodes.

Source: https://github.com/capazme/MERL-T_alpha/blob/b4a6b8eaae540acb16eed9d8260521369746f276/n8n/workflows/learning.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 n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di

n8n, Execute Workflow Trigger, HTTP Request +1
Web Scraping

This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .

HTTP Request, Ssh
Web Scraping

This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c

HTTP Request
Web Scraping

Sign PDF documents with legally-compliant digital signatures using X.509 certificates. Supports multiple PAdES signature levels (B, T, LT, LTA) with optional visible stamps.

Execute Command, HTTP Request, Read Write File +1
Web Scraping

📡 This workflow serves as the central Alpha Vantage API fetcher for Tesla trading indicators, delivering cleaned 20-point JSON outputs for three timeframes: , , and . It is required by the following a

HTTP Request