diff --git a/n8n/workflows/gittas-daily-reminder.json b/n8n/workflows/gittas-daily-reminder.json index 1c6ecee..df0425c 100644 --- a/n8n/workflows/gittas-daily-reminder.json +++ b/n8n/workflows/gittas-daily-reminder.json @@ -39,17 +39,19 @@ ], "typeVersion": 1, "id": "92edb5ae-1697-4938-bf00-1de83561f273", - "notesInFlow": true + "notesInFlow": true, + "notes": "Wöchentlich an Di, Mi, Do, Fr um 12:14 Uhr " }, { "parameters": { "roomId": "!giiGDQftOiFGmrrOiT:rpi-virtuell.de", - "text": "👋 Gitta lädt zum Daily in's Zoom!" + "text": "={{ $json.message.content }} | Zoom-Link", + "messageFormat": "org.matrix.custom.html" }, "name": " 👋 Gitta lädt zum Daily in's Zoom!", "type": "n8n-nodes-base.matrix", "position": [ - 480, + 780, 640 ], "typeVersion": 1, @@ -60,11 +62,60 @@ "id": "jbNtlnoAsWVC8vUN", "name": "Matrix account" } + }, + "notes": "erstelle eine Nachricht" + }, + { + "parameters": { + "modelId": { + "__rl": true, + "value": "gpt-4o-mini", + "mode": "list", + "cachedResultName": "GPT-4O-MINI" + }, + "messages": { + "values": [ + { + "content": "Lade alle zum täglichen Daily mit einer freundlichen Aufforderung und motivierendem Motto zum gemeinsamen Zoom-Meeting ein und gib mir die Nachricht aus. Das Zoom-Meeting ist jetzt! und deine Zeichenzahl soll auf 90 beschärnkt sein." + } + ] + }, + "options": {} + }, + "type": "@n8n/n8n-nodes-langchain.openAi", + "typeVersion": 1.8, + "position": [ + 460, + 640 + ], + "id": "5ce186d7-219c-4e04-981f-41891b9f3311", + "name": "OpenAI", + "credentials": { + "openAiApi": { + "id": "LfkaiSQbKzSvfcEi", + "name": "OpenAi account 3" + } } } ], "connections": { "Gittas Daily von Di-Fr um 12:14 Uhr": { + "main": [ + [ + { + "node": "OpenAI", + "type": "main", + "index": 0 + } + ] + ] + }, + " 👋 Gitta lädt zum Daily in's Zoom!": { + "main": [ + [] + ] + }, + "OpenAI": { "main": [ [ { @@ -78,6 +129,7 @@ }, "pinData": {}, "meta": { + "templateCredsSetupCompleted": true, "instanceId": "634e789e9cac462123b2b4acaedfe20e105965d27f018a60d1d4305ae72b1acb" } } \ No newline at end of file