AutomationFlowsWeb Scraping › Open-llm-audit-trail Execution & Error Logger

Open-llm-audit-trail Execution & Error Logger

Open-LLM-Audit-Trail Execution & Error Logger. 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
{
  "id": "KRtJ7ge783c334hw",
  "name": "Open-LLM-Audit-Trail Execution & Error Logger",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "log-audit-trail",
        "options": {}
      },
      "name": "Audit Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        100,
        300
      ]
    },
    {
      "parameters": {
        "jsCode": "const payload = $input.item.json.body || $input.item.json;\nreturn {\n  json: {\n    timestamp: new Date().toISOString(),\n    source: payload.source || 'n8n-workflow',\n    action: payload.action || 'video_generation',\n    status: payload.status || 'SUCCESS',\n    executionTimeMs: payload.executionTimeMs || 120,\n    tokensUsed: payload.tokensUsed || 0,\n    metadata: payload.metadata || {}\n  }\n};"
      },
      "name": "Structure Audit Event",
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        320,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://automation-os:8000/api/v1/audit/log",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ JSON.stringify($json) }}",
        "options": {}
      },
      "name": "Save to Audit Trail DB",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.1,
      "position": [
        540,
        300
      ]
    }
  ],
  "connections": {
    "Audit Webhook": {
      "main": [
        [
          {
            "node": "Structure Audit Event",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structure Audit Event": {
      "main": [
        [
          {
            "node": "Save to Audit Trail DB",
            "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

Open-LLM-Audit-Trail Execution & Error Logger. Uses httpRequest. Webhook trigger; 3 nodes.

Source: https://github.com/Voyagerroc-Automation/giant-automation-library/blob/main/workflows/05-monitoring-audit/audit-trail-logger.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