Communication & Messaging
n8n_check
n8n_check
Manual
High
7
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
7
Node Types
0
Workflow JSON
4.41 KB
{
"id": "33",
"name": "n8n_check",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-520,
250
],
"parameters": {},
"typeVersion": 1
},
{
"name": "RSS Feed Read",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
-320,
260
],
"parameters": {
"url": "https://github.com/n8n-io/n8n/releases.atom"
},
"typeVersion": 1
},
{
"name": "IF",
"type": "n8n-nodes-base.if",
"position": [
70,
260
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$node[\"Filter by current day\"].json[\"data\"]}}",
"value2": "/.+/",
"operation": "regex"
}
]
}
},
"typeVersion": 1
},
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"...Showing first 1000 characters. Click "Expand" to view the full JSON.