{ "name": "My workflow", "nodes": [ { "parameters": {}, "name": "Start", "type": "n8n-nodes-base.start", "typeVersion": 1, "position": [ -700, 40 ] }, { "parameters": { "operation": "render", "pixletCode": "--removed---" }, "name": "Run App", "type": "n8n-nodes-tidbyt.tidbyt", "typeVersion": 1, "position": [ -480, 40 ], "credentials": { "tidbyt": { "id": "1", "name": "Tidbyt account" } } }, { "parameters": { "options": { "installationId": "myKeithApp", "background": true } }, "name": "Tidbyt", "type": "n8n-nodes-tidbyt.tidbyt", "typeVersion": 1, "position": [ -260, 40 ], "credentials": { "tidbyt": { "id": "1", "name": "Tidbyt account" } } }, { "parameters": { "triggerTimes": { "item": [ { "mode": "custom", "cronExpression": "*/5 6-22 * * *" } ] } }, "name": "Cron", "type": "n8n-nodes-base.cron", "typeVersion": 1, "position": [ -700, -120 ] } ], "connections": { "Start": { "main": [ [ { "node": "Run App", "type": "main", "index": 0 } ] ] }, "Run App": { "main": [ [ { "node": "Tidbyt", "type": "main", "index": 0 } ] ] }, "Cron": { "main": [ [ { "node": "Run App", "type": "main", "index": 0 } ] ] } }, "active": false, "settings": {}, "id": 1, "tags": [] }