{
  "name": "FlowKI \u00b7 RSS zu Discord (Zeitplan) \u2014 Grundger\u00fcst",
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        -420,
        0
      ],
      "id": "a7000000-0000-4000-8000-000000000001",
      "name": "Zeitplan (z.B. alle 30 Min)"
    },
    {
      "parameters": {
        "url": "https://the-decoder.de/feed/"
      },
      "type": "n8n-nodes-base.rssFeedRead",
      "typeVersion": 1.1,
      "position": [
        -180,
        0
      ],
      "id": "a7000000-0000-4000-8000-000000000002",
      "name": "RSS-Feed lesen"
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        60,
        0
      ],
      "id": "a7000000-0000-4000-8000-000000000003",
      "name": "Discord-Nachricht bauen"
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://discord.com/api/webhooks/DEINE_WEBHOOK_ID/DEIN_TOKEN",
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        300,
        0
      ],
      "id": "a7000000-0000-4000-8000-000000000004",
      "name": "An Discord-Webhook senden"
    }
  ],
  "connections": {
    "Zeitplan (z.B. alle 30 Min)": {
      "main": [
        [
          {
            "node": "RSS-Feed lesen",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS-Feed lesen": {
      "main": [
        [
          {
            "node": "Discord-Nachricht bauen",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Discord-Nachricht bauen": {
      "main": [
        [
          {
            "node": "An Discord-Webhook senden",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "meta": {
    "flowki": "Grundgeruest \u2014 RSS-URL und Discord-Webhook-URL setzen. Optional Dedup, damit nichts doppelt gepostet wird."
  }
}