AutomationFlowsWeb Scraping › Basic Umc Logging Workflow

Basic Umc Logging Workflow

Basic UMC Logging Workflow. Uses httpRequest. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesHTTP Request
Web Scraping Trigger: Event Nodes: 2 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": "Basic UMC Logging Workflow",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://localhost:8000/save_note",
        "method": "POST",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "session_id",
              "value": "demo-workflow"
            },
            {
              "name": "event_type",
              "value": "workflow_executed"
            },
            {
              "name": "content",
              "value": "Workflow executed successfully at {{ $now.format('YYYY-MM-DD HH:mm:ss') }}"
            },
            {
              "name": "metadata",
              "value": "={{ { \"execution_id\": $execution.id, \"mode\": $execution.mode } }}"
            }
          ]
        },
        "options": {}
      },
      "id": "save-to-umc",
      "name": "Save to UMC",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        450,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Save to UMC",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [],
  "triggerCount": 0,
  "updatedAt": "2026-01-10T00:00:00.000Z",
  "versionId": "1"
}
Pro

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

About this workflow

Basic UMC Logging Workflow. Uses httpRequest. Event-driven trigger; 2 nodes.

Source: https://github.com/KamHiggs/higgs-universal-memory-contract/blob/e26920d8e1c61771bd7c1592d8a433c13f6b897d/examples/n8n-workflows/01-basic-umc-logging.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

Our KB Tool - Confluence KB is crafted to seamlessly integrate into the IT Ops AI SlackBot Workflow, enhancing the IT support process by enabling sophisticated search and response capabilities via Sla

Execute Workflow Trigger, HTTP Request
Web Scraping

For developers and organizations that need to protect PDF files with the password.

Read Write File, HTTP Request, Google Drive
Web Scraping

twenty-sync. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 6 nodes.

Execute Workflow Trigger, HTTP Request
Web Scraping

This workflow illustrates how to use Perplexity AI in your n8n workflow.

HTTP Request
Web Scraping

This workflow converts an HTML string into a polished PDF file using the powerful open-source Gotenberg service. It's designed to be a reusable utility in your automation stack. Receives Input: The wo

HTTP Request, Execute Workflow Trigger