{
  "name": "Automate post-interview feedback reminders using Google Sheets, Slack, and Gmail",
  "nodes": [
    {
      "id": "3c94fc35-7f70-44f8-8084-74ef9e86305e",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -180,
        -20
      ],
      "parameters": {
        "width": 1620,
        "height": 560,
        "content": "## Send Post‑Interview Feedback Nudges from Google Sheets to Slack (with Email Fallback)"
      }
    },
    {
      "id": "7915c9b3-beea-41c6-a1d8-34dd1a5b52c1",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -180,
        580
      ],
      "parameters": {
        "width": 1620,
        "height": 380,
        "content": "## Description:\n- The workflow starts with a Schedule Trigger node named \"Daily Reminder Trigger\", which runs every day at 6:00 PM to initiate the process.\n\n- The next node, named \"Fetch Interview Fee"
      }
    },
    {
      "id": "38bcc7d4-df73-4ccb-a7a0-618540a48310",
      "name": "Daily Reminder Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -120,
        160
      ]
    },
    {
      "id": "ee420d16-40b5-4faf-9501-bc9a8228ec04",
      "name": "Fetch Interview Feedback Data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        120,
        160
      ]
    },
    {
      "id": "3440d46a-fd6b-428c-a77b-06b03b522847",
      "name": "Check If Feedback Is Submitted",
      "type": "n8n-nodes-base.if",
      "position": [
        360,
        160
      ]
    },
    {
      "id": "c9fff58b-e8f0-40b7-90b1-c6fb63416ef0",
      "name": "Check for Slack ID",
      "type": "n8n-nodes-base.if",
      "position": [
        640,
        180
      ]
    },
    {
      "id": "f2ac87d5-06d8-417c-aeed-f41fb49085e1",
      "name": "Send Slack Reminder",
      "type": "n8n-nodes-base.slack",
      "position": [
        940,
        300
      ]
    },
    {
      "id": "3564776b-8617-4857-95b7-c12ba50a3268",
      "name": "Send Email Reminder",
      "type": "n8n-nodes-base.gmail",
      "position": [
        940,
        60
      ]
    },
    {
      "id": "c6513c53-c950-4eb8-bb75-d21167549b3a",
      "name": "Update Reminder Status",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1200,
        180
      ]
    }
  ],
  "connections": {
    "Check for Slack ID": {
      "main": [
        [
          {
            "node": "Send Email Reminder",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send Slack Reminder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Email Reminder": {
      "main": [
        [
          {
            "node": "Update Reminder Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Slack Reminder": {
      "main": [
        [
          {
            "node": "Update Reminder Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Reminder Trigger": {
      "main": [
        [
          {
            "node": "Fetch Interview Feedback Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Reminder Status": {
      "main": [
        []
      ]
    },
    "Fetch Interview Feedback Data": {
      "main": [
        [
          {
            "node": "Check If Feedback Is Submitted",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check If Feedback Is Submitted": {
      "main": [
        [],
        [
          {
            "node": "Check for Slack ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}