{
  "name": "Bulk enrich CSV contact lists with Lusha",
  "nodes": [
    {
      "id": "eff84dbb-8333-4b82-9045-ace5385530c0",
      "name": "📋 Bulk Data Enrichment",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -100,
        -440
      ],
      "parameters": {
        "width": 860,
        "height": 420,
        "content": "## Bulk Data Enrichment with Lusha\n\n**Who it's for:** Marketing Ops & RevOps teams preparing campaign lists\n\n**What it does:** Upload campaign lists or CSV files, enrich them in batch with Lusha, and "
      }
    },
    {
      "id": "2982ba81-2735-4a87-91ee-362ca34f123d",
      "name": "📥 1. Read & Batch Input",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -30,
        30
      ],
      "parameters": {
        "width": 500,
        "height": 270,
        "content": "Trigger the workflow manually, read your CSV file, and split contacts into batches of 100 for efficient API usage.\n\n**Nodes:** Manual Trigger → Read CSV → Split In Batches\n\n💡 Place your CSV file with "
      }
    },
    {
      "id": "32464ea9-acda-4bc3-bf80-0faeeb951f0f",
      "name": "🔄 2. Bulk Enrich with Lusha",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        30
      ],
      "parameters": {
        "width": 560,
        "height": 270,
        "content": "Each batch is formatted into the Lusha Bulk Enrichment API payload and sent as a single call. Returns phone, email, job title, seniority, and company firmographics.\n\n**Nodes:** Format Batch → Lusha Bu"
      }
    },
    {
      "id": "5157216a-d957-40de-b632-d033b91b5b32",
      "name": "📤 3. Format & Export CSV",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1270,
        30
      ],
      "parameters": {
        "width": 560,
        "height": 270,
        "content": "Enriched results are flattened into a clean tabular format and exported as a new CSV file.\n\n**Nodes:** Format Results → Export CSV\n\nThe output file `enriched_contacts.csv` contains: name, email, phone"
      }
    },
    {
      "id": "d9946b52-821d-4f9a-824b-7fba030bdebe",
      "name": "Start Manually",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        300
      ]
    },
    {
      "id": "5d7f0fdb-cc4b-4d0a-8a17-305eee22f68d",
      "name": "Read CSV File",
      "type": "n8n-nodes-base.spreadsheetFile",
      "position": [
        280,
        300
      ]
    },
    {
      "id": "521d495f-214f-43c5-aeea-afaa13a32035",
      "name": "Batch into Groups of 100",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        560,
        300
      ]
    },
    {
      "id": "876357b7-31a6-4071-87a2-317f26cc3a98",
      "name": "Format Batch for Lusha",
      "type": "n8n-nodes-base.code",
      "position": [
        840,
        300
      ]
    },
    {
      "id": "2d7f7382-0135-4d4e-986c-82f7d1dbd881",
      "name": "Enrich contacts in bulk",
      "type": "@lusha-org/n8n-nodes-lusha.lusha",
      "position": [
        1120,
        300
      ]
    },
    {
      "id": "6791b3ec-76a1-4f7e-ada7-8f4c8184f7f8",
      "name": "Format Enriched Results",
      "type": "n8n-nodes-base.code",
      "position": [
        1400,
        300
      ]
    },
    {
      "id": "047b6211-af42-4620-ba13-53abc785dcec",
      "name": "Export Enriched CSV",
      "type": "n8n-nodes-base.spreadsheetFile",
      "position": [
        1680,
        300
      ]
    }
  ],
  "connections": {
    "Read CSV File": {
      "main": [
        [
          {
            "node": "Batch into Groups of 100",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start Manually": {
      "main": [
        [
          {
            "node": "Read CSV File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Batch for Lusha": {
      "main": [
        [
          {
            "node": "Enrich contacts in bulk",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich contacts in bulk": {
      "main": [
        [
          {
            "node": "Format Enriched Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Enriched Results": {
      "main": [
        [
          {
            "node": "Export Enriched CSV",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Batch into Groups of 100": {
      "main": [
        [
          {
            "node": "Format Batch for Lusha",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}