{ "meta": { "instanceId": "workflow-d79e122c", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:42.592842", "updatedAt": "2025-09-29T07:07:42.592860", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "faade37e-908d-494c-af74-93c8f01adcc5", "name": "Everyday at 7PM", "type": "n8n-nodes-base.scheduleTrigger", "position": [ 440, 520 ], "parameters": { "rule": { "interval": [ { "field": "cronExpression", "expression": "0 0 19 * * *" } ] } }, "typeVersion": 1.2, "notes": "This scheduleTrigger node performs automated tasks as part of the workflow." }, { "id": "4abddfea-fee9-419c-92c4-3055faa2dd09", "name": "Airtable Get Today's Orders", "type": "n8n-nodes-base.airtable", "position": [ 900, 520 ], "parameters": { "base": { "__rl": true, "mode": "list", "value": "appdtUVSpfWswMwNC", "cachedResultUrl": "{{ $env.WEBHOOK_URL }}", "cachedResultName": "Untitled Base" }, "table": { "__rl": true, "mode": "list", "value": "tblu6F5rLbR3Axtgj", "cachedResultUrl": "{{ $env.WEBHOOK_URL }}", "cachedResultName": "orders" }, "options": {}, "operation": "search", "filterByFormula": "=AND(time < \"{{ $json.now }}\", time > \"{{ $json.yesterday }}\")" }, "credentials": { "airtableTokenApi": { "id": "uSxVhc7fcMM7uPM2", "name": "Airtable Personal Access Token account" } }, "typeVersion": 2.1, "notes": "This airtable node performs automated tasks as part of the workflow." }, { "id": "ea29159e-3674-4385-a0bd-2a9df7d7117c", "name": "Yesterday Date", "type": "n8n-nodes-base.code", "position": [ 660, 520 ], "parameters": { "jsCode": "// Create a new date object for yesterday, 7pm\nconst yesterday = new Date();\nyesterday.setDate( new Date().getDate() - 1); \nyesterday.setHours(19, 0, 0, 0);\nconst isoString = yesterday.toISOString();\nreturn {yesterday:isoString, now:new Date().toISOString()}" }, "typeVersion": 2, "notes": "This code node performs automated tasks as part of the workflow." }, { "id": "8254aa63-2682-4c48-8843-c93830c724de", "name": "HTML", "type": "n8n-nodes-base.html", "position": [ 1120, 520 ], "parameters": { "html": "\n\n
\n \n\n\n| '+propname+' | ').join('') \n }}\n
| \"+prop+\" | \"\n }).join('') +\"