AutomationFlowsWeb Scraping › About Me Chat - Local

About Me Chat - Local

About Me Chat - Local. Uses httpRequest. Webhook trigger; 5 nodes.

Webhook trigger★★★★☆ complexity5 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 5 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": "About Me Chat - Local",
  "nodes": [
    {
      "parameters": {
        "path": "about-me-chat",
        "responseMode": "responseNode",
        "options": {}
      },
      "id": "Webhook_Chat_In",
      "name": "Webhook Chat In",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        220,
        280
      ]
    },
    {
      "parameters": {
        "jsCode": "const body = $json.body || {};\nconst userMessage = String(body.message || '').trim();\nconst profile = `Patrick Araujo is a backend software engineer focused on automation, API integrations, and scalable systems. Core domains: backend automation, event-driven architecture, multi-tenant SaaS, OAuth token management, infrastructure observability. Tech: Node.js, TypeScript, JavaScript, Python, Docker, GitHub Actions.`;\n\nif (!userMessage) {\n  return [{\n    json: {\n      error: 'Missing field: message'\n    }\n  }];\n}\n\nconst prompt = `You are Patrick Araujo's assistant bot.\nUse only this profile context:\n${profile}\n\nUser question: ${userMessage}\n\nRules:\n- Answer in the same language as the user.\n- Be concise and factual.\n- If information is unknown, say that it is not available in the profile context.`;\n\nreturn [{\n  json: {\n    prompt,\n    userMessage\n  }\n}];"
      },
      "id": "Code_Build_Prompt",
      "name": "Code Build Prompt",
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        500,
        280
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://ollama:11434/api/generate",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={\n  \"model\": \"llama3.1:8b\",\n  \"prompt\": \"{{$json.prompt}}\",\n  \"stream\": false\n}",
        "options": {}
      },
      "id": "HTTP_Ollama",
      "name": "HTTP Ollama",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        760,
        280
      ]
    },
    {
      "parameters": {
        "jsCode": "const reply = $json.response || 'No response generated.';\nreturn [{ json: { reply } }];"
      },
      "id": "Code_Format_Response",
      "name": "Code Format Response",
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        1010,
        280
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={\n  \"ok\": true,\n  \"reply\": \"{{$json.reply}}\"\n}",
        "options": {}
      },
      "id": "Respond_To_Webhook",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.2,
      "position": [
        1250,
        280
      ]
    }
  ],
  "connections": {
    "Webhook Chat In": {
      "main": [
        [
          {
            "node": "Code Build Prompt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code Build Prompt": {
      "main": [
        [
          {
            "node": "HTTP Ollama",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Ollama": {
      "main": [
        [
          {
            "node": "Code Format Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code Format Response": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  }
}
Pro

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

About this workflow

About Me Chat - Local. Uses httpRequest. Webhook trigger; 5 nodes.

Source: https://github.com/PkLavc/PkLavc.github.io/blob/main/src/chatbot/workflows/about-me-chat-local.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

eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.

HTTP Request
Web Scraping

This workflow receives webhook requests from a content calendar and uses the X API v2 to publish text posts, threads, image/video posts, and polls, as well as delete existing posts and run a credentia

HTTP Request
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