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": "Entity Enricher \u00b7 01 \u2014 Enrich one entity (multilingual, auto model)",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-420,
0
],
"id": "a1000000-0001-4000-8000-000000000001",
"name": "When clicking 'Execute workflow'"
},
{
"parameters": {
"mode": "raw",
"jsonOutput": "{\n \"symbol\": \"Au\",\n \"name\": \"Gold\"\n}\n",
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
-200,
0
],
"id": "a1000000-0001-4000-8000-000000000002",
"name": "Entity"
},
{
"parameters": {
"connectionInfo": "connected",
"schemaId": "PASTE_YOUR_SCHEMA_ID",
"attachInputBinaries": false,
"languages": [
"en",
"fr",
"de",
"ja"
],
"enableWebSearch": "off"
},
"type": "n8n-nodes-entity-enricher.entityEnricher",
"typeVersion": 1,
"position": [
20,
0
],
"id": "a1000000-0001-4000-8000-000000000003",
"name": "Enrich Entity"
}
],
"connections": {
"When clicking 'Execute workflow'": {
"main": [
[
{
"node": "Entity",
"type": "main",
"index": 0
}
]
]
},
"Entity": {
"main": [
[
{
"node": "Enrich Entity",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Entity Enricher · 01 — Enrich one entity (multilingual, auto model). Uses n8n-nodes-entity-enricher. Event-driven trigger; 3 nodes.
Source: https://github.com/TOT-Concept/n8n-nodes-entity-enricher/blob/main/examples/01-enrich-single-entity.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.
Entity Enricher · 02 — Batch enrich (one item per entity). Uses n8n-nodes-entity-enricher. Event-driven trigger; 3 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.
N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.
Manual Stickynote. Uses graphql, manualTrigger, stickyNote. Event-driven trigger; 7 nodes.