The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "FlowKI \u00b7 DSGVO-L\u00f6schfristen-Check (Zeitplan) \u2014 Grundger\u00fcst",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-440,
0
],
"id": "a9000000-0000-4000-8000-000000000001",
"name": "Zeitplan (z.B. t\u00e4glich)"
},
{
"parameters": {
"url": "https://api.example.com/records",
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
-200,
0
],
"id": "a9000000-0000-4000-8000-000000000002",
"name": "Datens\u00e4tze abfragen"
},
{
"parameters": {},
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
40,
0
],
"id": "a9000000-0000-4000-8000-000000000003",
"name": "L\u00f6schfrist \u00fcberschritten?"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
280,
-100
],
"id": "a9000000-0000-4000-8000-000000000004",
"name": "L\u00f6schen / anonymisieren"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
280,
100
],
"id": "a9000000-0000-4000-8000-000000000005",
"name": "Behalten"
}
],
"connections": {
"Zeitplan (z.B. t\u00e4glich)": {
"main": [
[
{
"node": "Datens\u00e4tze abfragen",
"type": "main",
"index": 0
}
]
]
},
"Datens\u00e4tze abfragen": {
"main": [
[
{
"node": "L\u00f6schfrist \u00fcberschritten?",
"type": "main",
"index": 0
}
]
]
},
"L\u00f6schfrist \u00fcberschritten?": {
"main": [
[
{
"node": "L\u00f6schen / anonymisieren",
"type": "main",
"index": 0
}
],
[
{
"node": "Behalten",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"meta": {
"flowki": "Grundgeruest fuer ein Loeschkonzept (Art. 17 DSGVO). Datenquelle + Fristenlogik im IF setzen. Loeschung immer protokollieren."
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FlowKI · DSGVO-Löschfristen-Check (Zeitplan) — Grundgerüst. Uses httpRequest. Scheduled trigger; 5 nodes.
Source: https://github.com/gh0stOo/n8n-workflows-dsgvo-de/blob/main/workflows/09-dsgvo-loeschfristen.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.