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 →
{
"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
}
]
]
}
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
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
This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .
eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.
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
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