Communication & Messaging
0109 Slack Cron Automate Scheduled
0109 Slack Cron Automate Scheduled
Scheduled
High
12
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
12
Node Types
0
Workflow JSON
7.77 KB
{
"name": "0109 Slack Cron Automate Scheduled",
"nodes": [
{
"name": "Google Calendar",
"type": "n8n-nodes-base.googleCalendar",
"position": [
540,
-320
],
"parameters": {
"options": {},
"calendar": "[email protected]",
"operation": "getAll",
"returnAll": true
},
"credentials": {
"googleCalendarOAuth2Api": "Google Accounts"
},
"typeVersion": 1
},
{
"name": "Function",
"type": "n8n-nodes-base.function",
"position": [
540,
70
],
"parameters": {
"functionCode": "var date = new Date().toISOString();\nvar day = new Date().getDay();\nconst weekday = [\"Sunday\", \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\"];\n\nitems[0].json.date_today = date;\nitems[0].json.day_today = weekday[day];\n\nreturn items;"
},
"notesInFlow": false,
"typeVersion": 1
},
{
"nam...Showing first 1000 characters. Click "Expand" to view the full JSON.