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 →
{
"name": "ACL - Efficiency Dashboard",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "metrics/log",
"options": {}
},
"id": "metrics-webhook",
"name": "Webhook M\u00e9tricas",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"operation": "insert",
"database": "academic_chain",
"collection": "metrics_log",
"fields": [
"timestamp",
"source",
"saved_cost"
]
},
"id": "mongo-save",
"name": "Guardar en MongoDB",
"type": "n8n-nodes-base.mongoDb",
"typeVersion": 1.1,
"position": [
250,
0
]
}
],
"connections": {
"Webhook M\u00e9tricas": {
"main": [
[
{
"node": "Guardar en MongoDB",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ACL - Efficiency Dashboard. Uses mongoDb. Webhook trigger; 2 nodes.
Source: https://github.com/Aether-Connect-Labs/AcademicChain-Ledger/blob/main/n8n/workflows/efficiency_dashboard.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.
Interview Prep Flow. Uses httpRequest, mongoDb. Webhook trigger; 4 nodes.
Orquestador Multichain AcademicChain. Uses httpRequest, moveBinaryData, mongoDb. Webhook trigger; 23 nodes.
⚠️ COMMUNITY TEMPLATE DISCLAIMER: This is a community-contributed template that uses ScrapeGraphAI (a community node). Please ensure you have the ScrapeGraphAI community node installed in your n8n ins