Standup Bot - Initialize
Standup Bot - Initialize
Manual
Medium
4
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.41 KB
{
"id": 111,
"name": "Standup Bot - Initialize",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
240,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Write Binary File",
"type": "n8n-nodes-base.writeBinaryFile",
"position": [
880,
300
],
"parameters": {
"fileName": "/home/node/.n8n/standup-bot-config.json"
},
"typeVersion": 1
},
{
"name": "Move Binary Data",
"type": "n8n-nodes-base.moveBinaryData",
"position": [
660,
300
],
"parameters": {
"mode": "jsonToBinary",
"options": {
"encoding": "utf8",
"fileName": "standup-bot-config.json"
}
},
"typeVersion": 1
},
{
"name": "Use Default Config",
"type": "n8n-nodes-base.set",
"position": [
440,
300
...Showing first 1000 characters. Click "Expand" to view the full JSON.