{
  "name": "Lusha to Easy Redmine CRM: automated lead enrichment",
  "nodes": [
    {
      "id": "64bcf660-17b1-4ba2-96a3-1fe321f5afa2",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        2320,
        1600
      ]
    },
    {
      "id": "9f07a54e-1787-4103-b64f-5342259e4f04",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        2720,
        1600
      ]
    },
    {
      "id": "db14814d-893b-4ece-9e8b-95e751d2ea41",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1440,
        1184
      ],
      "parameters": {
        "width": 768,
        "height": 992,
        "content": "## Automated Lead Enrichment from Lusha to Easy Redmine CRM  \n**Try out using a native Easy Redmine node to enrich CRM lead data with Lusha fields.**\n\n### About Workflow  \nThis workflow fetches enrich"
      }
    },
    {
      "id": "3c475d49-9cfb-49a4-b418-bbf43576df5e",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2256,
        1184
      ],
      "parameters": {
        "width": 1520,
        "height": 992,
        "content": "##  Automated Lead Enrichment from Lusha to Easy Redmine CRM  \n**1) Schedule Trigger** — Triggers the workflow on a time-based schedule  \n**2) Get Leads from Easy Redmine** — Fetches multiple lead rec"
      }
    },
    {
      "id": "e6b7297c-8f65-4e8b-9d81-ffaa28017d74",
      "name": "Get Leads from Easy Redmine",
      "type": "@easysoftware/n8n-nodes-easy-redmine.easyRedmine",
      "position": [
        2528,
        1600
      ]
    },
    {
      "id": "e4292044-5c3e-4bd1-9b33-80c2ddc81c9a",
      "name": "Get Data from Lusha",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2928,
        1600
      ]
    },
    {
      "id": "e55c7ac2-67fa-4269-bcf6-196cec1dc5b9",
      "name": "Filter Leads Found in Lusha",
      "type": "n8n-nodes-base.filter",
      "position": [
        3152,
        1600
      ]
    },
    {
      "id": "b94f1bda-97c6-4608-a748-61c117bf952b",
      "name": "Contact Data Transformation for CRM",
      "type": "n8n-nodes-base.code",
      "position": [
        3376,
        1600
      ]
    },
    {
      "id": "7440feb7-fa9b-4894-ae46-105c9e47cdfb",
      "name": "Update Leads in Easy Redmine CRM",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        3600,
        1600
      ]
    }
  ],
  "connections": {
    "Split Out": {
      "main": [
        [
          {
            "node": "Get Data from Lusha",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get Leads from Easy Redmine",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Data from Lusha": {
      "main": [
        [
          {
            "node": "Filter Leads Found in Lusha",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Leads Found in Lusha": {
      "main": [
        [
          {
            "node": "Contact Data Transformation for CRM",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Leads from Easy Redmine": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Contact Data Transformation for CRM": {
      "main": [
        [
          {
            "node": "Update Leads in Easy Redmine CRM",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}