From c2cd1fc09953a45876e5cba19f7c9f883b52c3ba Mon Sep 17 00:00:00 2001 From: Michael Scheidel Date: Sat, 27 Dec 2025 19:09:13 +0100 Subject: [PATCH] Dateien nach "workflow/n8n/workflows" hochladen --- ...ngx_ Benachrichtigung bei Posteingang.json | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 workflow/n8n/workflows/Paperless-ngx_ Benachrichtigung bei Posteingang.json diff --git a/workflow/n8n/workflows/Paperless-ngx_ Benachrichtigung bei Posteingang.json b/workflow/n8n/workflows/Paperless-ngx_ Benachrichtigung bei Posteingang.json new file mode 100644 index 0000000..77abe0c --- /dev/null +++ b/workflow/n8n/workflows/Paperless-ngx_ Benachrichtigung bei Posteingang.json @@ -0,0 +1,75 @@ +{ + "name": "Paperless-ngx: Benachrichtigung bei Posteingang", + "nodes": [ + { + "parameters": { + "httpMethod": "POST", + "path": "81fd91ca-4547-4b7f-8219-d50fe3cadae3", + "options": {} + }, + "type": "n8n-nodes-base.webhook", + "typeVersion": 2.1, + "position": [ + 0, + 0 + ], + "id": "daba87a1-48ea-4abc-a144-b908e2c3464e", + "name": "Webhook", + "webhookId": "81fd91ca-4547-4b7f-8219-d50fe3cadae3" + }, + { + "parameters": { + "chatId": "749279624", + "text": "=Neues Dokument im Paperless-ngx Posteingang:\nName: {{ $json.body.filename }}\nHinzugefügt am: {{ $json.body.added_day }}.{{ $json.body.added_month }}.{{ $json.body.added_year }}", + "additionalFields": {} + }, + "type": "n8n-nodes-base.telegram", + "typeVersion": 1.2, + "position": [ + 208, + 0 + ], + "id": "cef8a845-2da7-4766-ae6a-06ade160b132", + "name": "Send a text message", + "webhookId": "54430f9f-556f-4fe5-a9a8-62e5ec9b1f8d", + "credentials": { + "telegramApi": { + "id": "EUy2hT71fSdnEr2w", + "name": "Telegram account" + } + } + } + ], + "pinData": {}, + "connections": { + "Webhook": { + "main": [ + [ + { + "node": "Send a text message", + "type": "main", + "index": 0 + } + ] + ] + } + }, + "active": true, + "settings": { + "executionOrder": "v1" + }, + "versionId": "3d379ed8-4e43-4641-b109-4ac4550babaf", + "meta": { + "templateCredsSetupCompleted": true, + "instanceId": "3cc6c4256e2bbdec1b3708c49dc3889c7266357f3e239651c157c2de760e6c65" + }, + "id": "zA341Gcnf9v00uFu", + "tags": [ + { + "updatedAt": "2025-12-20T20:16:34.199Z", + "createdAt": "2025-12-20T20:16:34.199Z", + "id": "RCWZE5pB9KsORMxb", + "name": "Office Automation" + } + ] +} \ No newline at end of file