From c8ad84a87ed38e0203315b9793efa70dd1265a9a Mon Sep 17 00:00:00 2001 From: m3tam3re <41329178+m3tam3re@users.noreply.github.com> Date: Fri, 31 Mar 2023 18:00:37 +0200 Subject: [PATCH] [N8N Backup] My workflow.json (new) --- workflows/My workflow.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 workflows/My workflow.json diff --git a/workflows/My workflow.json b/workflows/My workflow.json new file mode 100644 index 0000000..3775a43 --- /dev/null +++ b/workflows/My workflow.json @@ -0,0 +1,31 @@ +{ + "active": false, + "connections": {}, + "createdAt": "2023-03-31T10:05:27.626Z", + "id": "8", + "name": "My workflow", + "nodes": [ + { + "parameters": { + "path": "a2213ec1-01fa-4ce3-aef3-97ee640d7b45", + "options": {} + }, + "id": "a01b3619-7c3e-4ce2-a896-033461583f28", + "name": "Webhook", + "type": "n8n-nodes-base.webhook", + "typeVersion": 1, + "position": [ + 840, + 380 + ], + "webhookId": "a2213ec1-01fa-4ce3-aef3-97ee640d7b45" + } + ], + "pinData": {}, + "settings": {}, + "staticData": null, + "tags": [], + "triggerCount": 0, + "updatedAt": "2023-03-31T10:05:27.626Z", + "versionId": "5c01d171-3dc9-4515-b795-e19236ba1d17" +} \ No newline at end of file