{
  "name": "Sync event attendees from Eventbrite to Pipedrive automatically",
  "nodes": [
    {
      "id": "2aa95999-e977-454e-b6cb-0dae63c0fbec",
      "name": "Extract Eventbrite Signups",
      "type": "n8n-nodes-base.code",
      "position": [
        400,
        -200
      ]
    },
    {
      "id": "f08c4987-c184-43cf-a8a2-3f3e9f3f66fa",
      "name": "Extract current leads in pipedrive",
      "type": "n8n-nodes-base.pipedrive",
      "position": [
        400,
        120
      ]
    },
    {
      "id": "3ddd3458-952b-430f-bfe5-26d8be7b42af",
      "name": "Merge to keep only new leads",
      "type": "n8n-nodes-base.merge",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "10e213d5-7e97-472f-b861-55c9b7d5407e",
      "name": "Add New Leads to Pipedrive",
      "type": "n8n-nodes-base.pipedrive",
      "position": [
        840,
        360
      ]
    },
    {
      "id": "60c09118-1cba-4da8-bbd9-33d919f3a181",
      "name": "Schedule Daily",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        120
      ]
    },
    {
      "id": "42afbcee-474b-4ad4-8403-9bed3f1848ed",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -340
      ],
      "parameters": {
        "width": 1120,
        "height": 980,
        "content": "## Eventbrite → Pipedrive Lead‑Sync Workflow\n**Need help? Email rbreen@ynteractive.com**"
      }
    },
    {
      "id": "b2b9580d-2fa8-4cdd-90bc-2270cc72e888",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -940,
        -340
      ],
      "parameters": {
        "width": 880,
        "height": 980,
        "content": "#### ⚙️ Setup Instructions\n\n1. **Import the workflow**  \n   - n8n → **Workflows → Import from File** (or **Paste JSON**) → **Save**\n\n2. **Connect Pipedrive**  \n   | Service    | Where to get your toke"
      }
    },
    {
      "id": "4ab6de6c-a665-4a0f-b30f-2cc7f52578b6",
      "name": "Test or Manually run workflow",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        20,
        -200
      ]
    }
  ],
  "connections": {
    "Schedule Daily": {
      "main": [
        [
          {
            "node": "Extract Eventbrite Signups",
            "type": "main",
            "index": 0
          },
          {
            "node": "Extract current leads in pipedrive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Eventbrite Signups": {
      "main": [
        [
          {
            "node": "Merge to keep only new leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge to keep only new leads": {
      "main": [
        [
          {
            "node": "Add New Leads to Pipedrive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Test or Manually run workflow": {
      "main": [
        [
          {
            "node": "Extract Eventbrite Signups",
            "type": "main",
            "index": 0
          },
          {
            "node": "Extract current leads in pipedrive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract current leads in pipedrive": {
      "main": [
        [
          {
            "node": "Merge to keep only new leads",
            "type": "main",
            "index": 1
          }
        ]
      ]
    }
  }
}