{
  "name": "Daily hydration 💧 reminder with Slack/Discord & Airtable reaction tracking",
  "nodes": [
    {
      "id": "trigger-schedule",
      "name": "Every Day at 10 AM & 3 PM",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        250,
        300
      ]
    },
    {
      "id": "random-gif-picker",
      "name": "Pick Random GIF",
      "type": "n8n-nodes-base.set",
      "position": [
        500,
        300
      ]
    },
    {
      "id": "send-slack-message",
      "name": "Send to Slack",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        750,
        250
      ]
    },
    {
      "id": "send-discord-message",
      "name": "Send to Discord",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        750,
        350
      ]
    },
    {
      "id": "wait-24-hours",
      "name": "Wait 24 Hours",
      "type": "n8n-nodes-base.wait",
      "position": [
        1000,
        300
      ]
    },
    {
      "id": "fetch-reactions-slack",
      "name": "Get Slack Reactions",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1250,
        250
      ]
    },
    {
      "id": "filter-yes-reactions",
      "name": "Filter ✅ Reactions",
      "type": "n8n-nodes-base.switch",
      "position": [
        1500,
        300
      ]
    },
    {
      "id": "airtable-log-reaction",
      "name": "Log in Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1750,
        300
      ]
    }
  ],
  "connections": {
    "Send to Slack": {
      "main": [
        [
          {
            "node": "Wait 24 Hours",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait 24 Hours": {
      "main": [
        [
          {
            "node": "Get Slack Reactions",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Pick Random GIF": {
      "main": [
        [
          {
            "node": "Send to Slack",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send to Discord",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send to Discord": {
      "main": [
        [
          {
            "node": "Wait 24 Hours",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Slack Reactions": {
      "main": [
        [
          {
            "node": "Filter ✅ Reactions",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter ✅ Reactions": {
      "main": [
        [
          {
            "node": "Log in Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Every Day at 10 AM & 3 PM": {
      "main": [
        [
          {
            "node": "Pick Random GIF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}