{
  "name": "Auto-fill Monday.com lead boards with FullEnrich People Search results",
  "nodes": [
    {
      "id": "55f79f7a-dc2d-44c9-b4dc-07a2e1931903",
      "name": "Monday.com Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        1648,
        640
      ]
    },
    {
      "id": "ddd16de3-96f4-4c4c-ad3b-abc1cb70dfbe",
      "name": "Challenge Response",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1904,
        640
      ]
    },
    {
      "id": "d12d84b5-ee3c-4c27-9bde-2cb621ccc279",
      "name": "FullEnrich People Search",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2160,
        640
      ]
    },
    {
      "id": "01d548d2-4bf0-48f9-aa33-77e919139dbc",
      "name": "Split Results",
      "type": "n8n-nodes-base.code",
      "position": [
        2400,
        640
      ]
    },
    {
      "id": "b69dfd84-8484-4a30-bbba-25edc0a91f83",
      "name": "Create Monday.com Items",
      "type": "n8n-nodes-base.mondayCom",
      "position": [
        2688,
        640
      ]
    },
    {
      "id": "5f9f8b5d-d026-46a5-a602-8cddc2deb85f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        928,
        288
      ],
      "parameters": {
        "width": 620,
        "height": 300,
        "content": "## 🚀 Auto-fill Monday.com with FullEnrich People Search\n\nThis workflow searches for leads using FullEnrich's People Search API based on criteria from a Monday.com board, then creates items with the re"
      }
    },
    {
      "id": "d25a5b1e-e70b-48eb-9eba-b38d5bd5f018",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        928,
        624
      ],
      "parameters": {
        "width": 480,
        "height": 400,
        "content": "## ⚙️ Setup\n\n1. **Search Criteria board** — Create a Monday.com board with columns: Job Title, Industry, Location, Company Size, Number of Results\n2. **Results board** — Create a board with: First Nam"
      }
    },
    {
      "id": "85b676eb-bc2c-40d9-b582-cfdfc030a440",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1600,
        480
      ],
      "parameters": {
        "width": 220,
        "height": 136,
        "content": "## 1️⃣ Webhook\nReceives a POST from Monday.com when a new item is created on your search criteria board."
      }
    },
    {
      "id": "2918e47c-e2f4-4fa6-b087-c7a658d79247",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1840,
        464
      ],
      "parameters": {
        "width": 198,
        "height": 136,
        "content": "## 2️⃣ Challenge\nResponds to Monday.com's webhook challenge handshake (required for verification)."
      }
    },
    {
      "id": "511a485d-f2fd-4389-af9c-2a742de9cf2b",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2080,
        480
      ],
      "parameters": {
        "width": 260,
        "height": 120,
        "content": "## 3️⃣ People Search\nCalls FullEnrich API with job title, industry, location, and company size from your Monday.com columns."
      }
    },
    {
      "id": "3dc1f1d5-8ce9-4f35-ae72-c53fc552586d",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2368,
        480
      ],
      "parameters": {
        "width": 220,
        "height": 120,
        "content": "## 4️⃣ Split\nSplits the array of people results into individual items for Monday.com."
      }
    },
    {
      "id": "6e2df4f7-5738-4818-b767-2bb60f709dbe",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2608,
        480
      ],
      "parameters": {
        "width": 260,
        "height": 136,
        "content": "## 5️⃣ Create Items\nCreates a new Monday.com item for each person found, with name, title, company, domain, LinkedIn, and location."
      }
    }
  ],
  "connections": {
    "Split Results": {
      "main": [
        [
          {
            "node": "Create Monday.com Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Challenge Response": {
      "main": [
        [
          {
            "node": "FullEnrich People Search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Monday.com Webhook": {
      "main": [
        [
          {
            "node": "Challenge Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FullEnrich People Search": {
      "main": [
        [
          {
            "node": "Split Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}