AutomationFlowsGeneral › Entity Enricher · 02 — Batch Enrich (one Item Per Entity)

Entity Enricher · 02 — Batch Enrich (one Item Per Entity)

Entity Enricher · 02 — Batch enrich (one item per entity). Uses n8n-nodes-entity-enricher. Event-driven trigger; 3 nodes.

Event trigger★★★★☆ complexity3 nodesN8N Nodes Entity Enricher
General Trigger: Event 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
{
  "name": "Entity Enricher \u00b7 02 \u2014 Batch enrich (one item per entity)",
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        -420,
        0
      ],
      "id": "a2000000-0002-4000-8000-000000000001",
      "name": "When clicking 'Execute workflow'"
    },
    {
      "parameters": {
        "jsCode": "// One n8n item = one entity. Replace with your real source\n// (Google Sheets, Postgres, a webhook payload, \u2026).\nreturn [\n  { json: { symbol: 'C',  name: 'Carbon' } },\n  { json: { symbol: 'O',  name: 'Oxygen' } },\n  { json: { symbol: 'He', name: 'Helium' } },\n  { json: { symbol: 'Si', name: 'Silicon' } },\n  { json: { symbol: 'Al', name: 'Aluminium' } },\n];"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        -200,
        0
      ],
      "id": "a2000000-0002-4000-8000-000000000002",
      "name": "Entities"
    },
    {
      "parameters": {
        "connectionInfo": "connected",
        "operation": "batchEnrichSimple",
        "schemaId": "PASTE_YOUR_SCHEMA_ID",
        "attachInputBinaries": false,
        "languages": [
          "en",
          "fr"
        ],
        "enableWebSearch": "off"
      },
      "type": "n8n-nodes-entity-enricher.entityEnricher",
      "typeVersion": 1,
      "position": [
        20,
        0
      ],
      "id": "a2000000-0002-4000-8000-000000000003",
      "name": "Batch Enrich"
    }
  ],
  "connections": {
    "When clicking 'Execute workflow'": {
      "main": [
        [
          {
            "node": "Entities",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Entities": {
      "main": [
        [
          {
            "node": "Batch Enrich",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}
Pro

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

About this workflow

Entity Enricher · 02 — Batch enrich (one item per entity). Uses n8n-nodes-entity-enricher. Event-driven trigger; 3 nodes.

Source: https://github.com/TOT-Concept/n8n-nodes-entity-enricher/blob/main/examples/02-batch-enrich.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Entity Enricher · 01 — Enrich one entity (multilingual, auto model). Uses n8n-nodes-entity-enricher. Event-driven trigger; 3 nodes.

N8N Nodes Entity Enricher
General

Reagendamiento. Uses executeWorkflowTrigger, redis, n8n-nodes-evolution-api, dataTable. Event-driven trigger; 73 nodes.

Execute Workflow Trigger, Redis, N8N Nodes Evolution Api +2
General

Blotato. Uses googleSheets, @blotato/n8n-nodes-blotato. Event-driven trigger; 65 nodes.

Google Sheets, @Blotato/N8N Nodes Blotato
General

This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.

Stop And Error
General

This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.

Stop And Error