{
  "name": "Send interview reminders (10 minutes) from Google Calendar to Slack DMs",
  "nodes": [
    {
      "id": "171b7858-d94e-409f-b368-7a59a11d09b8",
      "name": "Cron Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        -1600,
        100
      ]
    },
    {
      "id": "a569b753-23c3-4226-906e-6bfc5992b4ef",
      "name": "Prepare Pings",
      "type": "n8n-nodes-base.function",
      "position": [
        -940,
        100
      ]
    },
    {
      "id": "d3e1408e-d8a4-4536-bb8e-afba9eb29048",
      "name": "Check Ledger",
      "type": "n8n-nodes-base.function",
      "position": [
        -720,
        100
      ]
    },
    {
      "id": "979bf30e-5ada-4e3b-a523-2a66d34a174c",
      "name": "If Not Already Sent",
      "type": "n8n-nodes-base.if",
      "position": [
        -500,
        100
      ]
    },
    {
      "id": "f3bb5c60-887b-4263-8624-82506edf1bdf",
      "name": "User Found?",
      "type": "n8n-nodes-base.if",
      "position": [
        -280,
        100
      ]
    },
    {
      "id": "2157b372-c81a-4563-9c38-a46bf7b16192",
      "name": "Send DM",
      "type": "n8n-nodes-base.slack",
      "position": [
        -60,
        0
      ]
    },
    {
      "id": "63b10066-efa9-4801-a817-4a8eab96c0b4",
      "name": "Post to Fallback Channel",
      "type": "n8n-nodes-base.slack",
      "position": [
        -60,
        200
      ]
    },
    {
      "id": "ddfb1f3a-98f6-4426-bbfd-5afeebd50425",
      "name": "Record Ping Sent",
      "type": "n8n-nodes-base.function",
      "position": [
        160,
        100
      ]
    },
    {
      "id": "f30eecea-8611-4653-8d75-cda59233246c",
      "name": "Set: Config",
      "type": "n8n-nodes-base.set",
      "position": [
        -1380,
        100
      ]
    },
    {
      "id": "af6a6ed8-0370-4f7a-9573-eeec96eb001b",
      "name": "Get many events",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        -1160,
        100
      ]
    }
  ],
  "connections": {
    "Send DM": {
      "main": [
        [
          {
            "node": "Record Ping Sent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set: Config": {
      "main": [
        [
          {
            "node": "Get many events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "User Found?": {
      "main": [
        [
          {
            "node": "Send DM",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Post to Fallback Channel",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Ledger": {
      "main": [
        [
          {
            "node": "If Not Already Sent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Cron Trigger": {
      "main": [
        [
          {
            "node": "Set: Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Pings": {
      "main": [
        [
          {
            "node": "Check Ledger",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get many events": {
      "main": [
        [
          {
            "node": "Prepare Pings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Not Already Sent": {
      "main": [
        [
          {
            "node": "User Found?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Post to Fallback Channel": {
      "main": [
        [
          {
            "node": "Record Ping Sent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}