{
  "name": "Content Kalender Sync",
  "nodes": [
    {
      "parameters": {},
      "id": "content-calendar-sync-1",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "notes": "Content-Ideen, Termine und Veröffentlichungen zwischen Tabelle, CMS und Team-Chat synchronisieren."
    },
    {
      "parameters": {},
      "id": "content-calendar-sync-2",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 1,
      "position": [
        260,
        0
      ]
    },
    {
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{ $json.status || \"ok\" }}",
              "operation": "isNotEmpty"
            }
          ]
        }
      },
      "id": "content-calendar-sync-3",
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        520,
        0
      ]
    },
    {
      "parameters": {},
      "id": "content-calendar-sync-4",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        780,
        0
      ]
    }
  ],
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "timezone": "Europe/Berlin"
  },
  "staticData": null,
  "meta": {
    "templateId": "n8nexperten-content-calendar-sync",
    "description": "Content-Ideen, Termine und Veröffentlichungen zwischen Tabelle, CMS und Team-Chat synchronisieren.",
    "setupSteps": [
      "Kalender-Tabelle strukturieren.",
      "Fällige Inhalte filtern.",
      "Status und Owner mappen.",
      "Team-Reminder senden."
    ],
    "privacyNotes": [
      "Redaktionsdaten sind meist unkritisch, können aber Kundeninfos enthalten.",
      "Freigaben der Tabelle prüfen.",
      "Keine unveröffentlichten Kundendetails posten."
    ],
    "testPayload": {
      "title": "n8n DSGVO Guide",
      "dueDate": "2026-05-24",
      "owner": "Content",
      "status": "draft"
    }
  }
}