From 1e193c4fbd20d3756a69a269c46c93491d12959f Mon Sep 17 00:00:00 2001 From: joerglohrer Date: Fri, 16 May 2025 14:12:18 +0000 Subject: [PATCH] =?UTF-8?q?n8n/workflows/gittas-daily-reminder.json=20hinz?= =?UTF-8?q?ugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👋 Gitta lädt zum Daily in's Zoom --- n8n/workflows/gittas-daily-reminder.json | 83 ++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 n8n/workflows/gittas-daily-reminder.json diff --git a/n8n/workflows/gittas-daily-reminder.json b/n8n/workflows/gittas-daily-reminder.json new file mode 100644 index 0000000..42c46c6 --- /dev/null +++ b/n8n/workflows/gittas-daily-reminder.json @@ -0,0 +1,83 @@ +{ + "nodes": [ + { + "parameters": { + "triggerTimes": { + "item": [ + { + "mode": "everyWeek", + "hour": 12, + "minute": 14, + "weekday": "2" + }, + { + "mode": "everyWeek", + "hour": 12, + "minute": 14, + "weekday": "3" + }, + { + "mode": "everyWeek", + "hour": 12, + "minute": 14, + "weekday": "4" + }, + { + "mode": "everyWeek", + "hour": 12, + "minute": 14, + "weekday": "5" + } + ] + } + }, + "name": "Weekly trigger on monday", + "type": "n8n-nodes-base.cron", + "position": [ + 100, + 300 + ], + "typeVersion": 1, + "id": "18834cd2-3221-4e93-af8f-b5e70247fa8d", + "notesInFlow": true + }, + { + "parameters": { + "roomId": "!giiGDQftOiFGmrrOiT:rpi-virtuell.de", + "text": "👋 Gitta lädt zum Daily in's Zoom!" + }, + "name": "Greetings1", + "type": "n8n-nodes-base.matrix", + "position": [ + 300, + 300 + ], + "typeVersion": 1, + "id": "08a3f093-5934-40bb-bca2-dcf189939d54", + "alwaysOutputData": false, + "credentials": { + "matrixApi": { + "id": "jbNtlnoAsWVC8vUN", + "name": "Matrix account" + } + } + } + ], + "connections": { + "Weekly trigger on monday": { + "main": [ + [ + { + "node": "Greetings1", + "type": "main", + "index": 0 + } + ] + ] + } + }, + "pinData": {}, + "meta": { + "instanceId": "634e789e9cac462123b2b4acaedfe20e105965d27f018a60d1d4305ae72b1acb" + } +} \ No newline at end of file