From 2b6ad7519d6e72f625fb03ef59451e2bc635a9df Mon Sep 17 00:00:00 2001 From: m3tam3re <41329178+m3tam3re@users.noreply.github.com> Date: Tue, 21 Feb 2023 06:00:14 +0100 Subject: [PATCH] [N8N Backup] Webcron.json (new) --- workflows/Webcron.json | 59 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 workflows/Webcron.json diff --git a/workflows/Webcron.json b/workflows/Webcron.json new file mode 100644 index 0000000..4e070a4 --- /dev/null +++ b/workflows/Webcron.json @@ -0,0 +1,59 @@ +{ + "active": true, + "connections": { + "Schedule Trigger": { + "main": [ + [ + { + "node": "HTTP Request", + "type": "main", + "index": 0 + } + ] + ] + } + }, + "createdAt": "2023-02-21T04:38:04.209Z", + "id": 5, + "name": "Webcron", + "nodes": [ + { + "parameters": { + "rule": { + "interval": [ + { + "field": "minutes" + } + ] + } + }, + "id": "361e5473-3df8-4543-8f80-c1eb9c8a1748", + "name": "Schedule Trigger", + "type": "n8n-nodes-base.scheduleTrigger", + "typeVersion": 1, + "position": [ + 340, + 420 + ] + }, + { + "parameters": { + "url": "https://cloud.lanakk.com/nextcloud/cron.php", + "options": {} + }, + "id": "72f1dec2-c62b-4112-ba2a-b73dd9db267a", + "name": "HTTP Request", + "type": "n8n-nodes-base.httpRequest", + "typeVersion": 3, + "position": [ + 520, + 420 + ] + } + ], + "pinData": {}, + "settings": {}, + "staticData": null, + "tags": [], + "updatedAt": "2023-02-21T04:38:06.940Z" +} \ No newline at end of file