Communication & Messaging
0087 Datetime Slack Automate Scheduled
0087 Datetime Slack Automate Scheduled
Scheduled
High
9
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
9
Node Types
0
Workflow JSON
4.54 KB
{
"name": "0087 Datetime Slack Automate Scheduled",
"nodes": [
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
-700,
1500
],
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 10,
"mode": "everyWeek"
}
]
}
},
"typeVersion": 1
},
{
"name": "Shopify",
"type": "n8n-nodes-base.shopify",
"position": [
-500,
1500
],
"parameters": {
"options": {},
"operation": "getAll"
},
"credentials": {
"shopifyApi": "shopify_nodeqa"
},
"typeVersion": 1
},
{
"name": "Function",
"type": "n8n-nodes-base.function",
"position": [
300,
1400
],
"parameters": {
"functionCode": "let totalOrders = items.length;\nlet ordersSum = 0;\n\nfor(let i=0; i < items.length; i++) {\n ordersSum = ...Showing first 1000 characters. Click "Expand" to view the full JSON.