0726 Code Schedule Update Scheduled
0726 Code Schedule Update Scheduled
Scheduled
High
7
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
7
Node Types
6
Node Types
ssh
List upgradable packages
1 node
email Send
Send Email through SMTP
1 node
schedule Trigger
Run workflow every day
1 node
code
Format as HTML list
1 node
if
Check if there are updates
1 node
sticky Note
Sticky Note, Sticky Note1
2 nodes
Workflow JSON
5.1 KB
{
"name": "0726 Code Schedule Update Scheduled",
"nodes": [
{
"id": "4ca55c6e-cf2e-4239-82a9-88d0a201e761",
"name": "List upgradable packages",
"type": "n8n-nodes-base.ssh",
"notes": "apt list --upgradable",
"position": [
-280,
0
],
"parameters": {
"command": "apt list --upgradable"
},
"credentials": {
"sshPassword": {
"id": "Ps31IKTeseWFlA0g",
"name": "SSH Password account"
}
},
"notesInFlow": true,
"typeVersion": 1,
"alwaysOutputData": false
},
{
"id": "ae1f0a55-31aa-494b-baa6-822dc606188e",
"name": "Send Email through SMTP",
"type": "n8n-nodes-base.emailSend",
"position": [
380,
0
],
"webhookId": "8073c571-b36f-4330-a510-ca2ff2924fbf",
"parameters": {
"html": "=The following packages can be updated on your server:\n\n{{ $json.htmlList }}\n\nPlease login and perform u...Showing first 1000 characters. Click "Expand" to view the full JSON.