{
  "name": "Daily Reddit posts digest to Gmail",
  "nodes": [
    {
      "id": "4754628a-fc33-4525-b57e-00cdf15e722b",
      "name": "Daily 9AM Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -380,
        260
      ]
    },
    {
      "id": "dd4dea2c-609f-4b0a-9949-efd9beae6474",
      "name": "Extract Recent Posts",
      "type": "n8n-nodes-base.code",
      "position": [
        80,
        260
      ]
    },
    {
      "id": "581c97a3-03af-44da-8d1e-55d1bafdf40b",
      "name": "Prepare Email Content",
      "type": "n8n-nodes-base.code",
      "position": [
        300,
        260
      ]
    },
    {
      "id": "42dfce0f-6c79-4aed-a72f-c440ac92b14b",
      "name": "Send Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        520,
        260
      ]
    },
    {
      "id": "6151e67a-c067-449c-a886-0615efdbdc9a",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -400,
        40
      ],
      "parameters": {
        "width": 420,
        "height": 400,
        "content": "# Setup Required:\n1. Configure Gmail OAuth2 credentials\n2. Update email address in 'Send Gmail' node\n3. Adjust timezone in trigger if needed\n4. Test the workflow manually first\n\n✅ This workflow runs d"
      }
    },
    {
      "id": "b2681cee-fce8-4a3f-ac80-232a9540c239",
      "name": "Workflow Features",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        40
      ],
      "parameters": {
        "width": 660,
        "height": 400,
        "content": "# Features:\n📧 Daily email at 9 AM\n🕐 Only posts from last 24 hours\n📝 Rich HTML email with post details\n⬆️ Shows upvotes, comments, and flair\n🎯 Handles days with no new posts\n📱 Mobile-friendly email for"
      }
    },
    {
      "id": "8a6b054b-1812-4bdc-8ef7-cfcdbd5604c1",
      "name": "Scrape Reddit Page",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -160,
        260
      ]
    }
  ],
  "connections": {
    "Daily 9AM Trigger": {
      "main": [
        [
          {
            "node": "Scrape Reddit Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape Reddit Page": {
      "main": [
        [
          {
            "node": "Extract Recent Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Recent Posts": {
      "main": [
        [
          {
            "node": "Prepare Email Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Email Content": {
      "main": [
        [
          {
            "node": "Send Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}