{
  "name": "Detect duplicate candidates from Gmail to Slack using Google Sheets",
  "nodes": [
    {
      "id": "37e5642a-4a66-4f51-9747-fca065dc2899",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -260,
        -80
      ]
    },
    {
      "id": "97acb6ce-48ce-4fd1-8cd9-d47be97871e5",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -40,
        -80
      ]
    },
    {
      "id": "268e1fc2-a421-44f5-ba62-8a075ade25ca",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        180,
        -80
      ]
    },
    {
      "id": "6db8693c-bb2f-4d74-a7a7-dc13b135faa4",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1060,
        20
      ]
    },
    {
      "id": "12002fc1-3c77-430f-b2e4-cfc6cb9c70b9",
      "name": "Google Sheets1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        400,
        -80
      ]
    },
    {
      "id": "545d43a4-51e6-4966-a889-9cba847dd3c8",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        840,
        -80
      ]
    },
    {
      "id": "9fa103e5-9d30-495b-9729-a7355cbdd518",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1060,
        -180
      ]
    },
    {
      "id": "d4ecbae6-c89f-4d03-a4fe-5d02e89f31d2",
      "name": "Code1",
      "type": "n8n-nodes-base.code",
      "position": [
        620,
        -80
      ]
    },
    {
      "id": "c11aa74d-77ba-4711-b923-00c0dcd2ae96",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -240
      ],
      "parameters": {
        "width": 1600,
        "height": 440,
        "content": "## Detect duplicate candidates by email/phone from Gmail to Slack using Google Sheets"
      }
    },
    {
      "id": "cda5c54b-8456-4c6e-a127-d03f5d823c74",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        220
      ],
      "parameters": {
        "width": 1600,
        "height": 680,
        "content": "\n##  **Workflow: Detect Duplicate Candidates from Gmail → Google Sheets / Slack**\n\n###  Purpose:\n\nAutomatically process new job application emails to detect duplicates and act accordingly.\n\n###  **Cor"
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code": {
      "main": [
        [
          {
            "node": "Google Sheets1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code1": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gmail": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets1": {
      "main": [
        [
          {
            "node": "Code1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}