{
  "name": "Daily NASA astronomy picture delivered to your inbox via email",
  "nodes": [
    {
      "id": "06ddfc69-ba89-48ee-a6fd-b244e7a8a35e",
      "name": "Send email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        688,
        336
      ]
    },
    {
      "id": "769bf971-1d99-46c6-a470-5a82ed416a11",
      "name": "Summarize",
      "type": "n8n-nodes-base.summarize",
      "position": [
        464,
        336
      ]
    },
    {
      "id": "85a0f94f-60df-4496-9d3a-468925bf1aac",
      "name": "Set only important fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -224,
        336
      ]
    },
    {
      "id": "afd2683f-62ca-40fc-bd5b-d0fccfd5cba3",
      "name": "Filter only last 2 days",
      "type": "n8n-nodes-base.filter",
      "position": [
        16,
        336
      ]
    },
    {
      "id": "4a3e68ea-6632-4dae-9a50-4932ee930648",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -672,
        336
      ]
    },
    {
      "id": "4f72bd95-a7e8-4e6b-844e-f5f36bde52f9",
      "name": "Get APOD Data",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -448,
        336
      ]
    },
    {
      "id": "8b93b547-93c3-4582-b84c-2f0ea19c3e1d",
      "name": "Aggregate data",
      "type": "n8n-nodes-base.set",
      "position": [
        240,
        336
      ]
    },
    {
      "id": "0aaed6d7-7f8d-41c9-be1a-18558d67dd99",
      "name": "Sticky Note16",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -512,
        192
      ],
      "parameters": {
        "width": 224,
        "height": 304,
        "content": "## 1\n\nGet data from the official NASA APOD RSS Feed using the url\n"
      }
    },
    {
      "id": "165bc6ce-83c5-400a-8991-279d5f8c2e64",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -48,
        192
      ],
      "parameters": {
        "width": 224,
        "height": 304,
        "content": "## 2\n\nFilter the pictures to only get the one from the last 2 days (or the last one)\n"
      }
    },
    {
      "id": "ec74718c-e06b-4ffa-9835-cff75f09fa33",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        624,
        48
      ],
      "parameters": {
        "width": 224,
        "height": 448,
        "content": "## 3\n\nConfigure an email sender. You can use Gmail for that, you'll just have to create a SMTP account with the correct API Keys. Also, you can change the HTML code as you like, to customize your dail"
      }
    },
    {
      "id": "31cc085f-d273-49e6-99c5-3b1d6c74498c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -512,
        48
      ],
      "parameters": {
        "width": 1104,
        "height": 112,
        "content": "## NASA Astronomy Picture of the Day\n\nGet the daily NASA APOD delivered by mail ! Simple workflow to understand RSS and Email automation. Customize the Schedule Trigger and the HTML Body of the email "
      }
    }
  ],
  "connections": {
    "Summarize": {
      "main": [
        [
          {
            "node": "Send email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get APOD Data": {
      "main": [
        [
          {
            "node": "Set only important fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate data": {
      "main": [
        [
          {
            "node": "Summarize",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get APOD Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter only last 2 days": {
      "main": [
        [
          {
            "node": "Aggregate data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set only important fields": {
      "main": [
        [
          {
            "node": "Filter only last 2 days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}