Communication & Messaging
rss-telegram
rss-telegram
Manual
High
18
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
18
Node Types
0
Workflow JSON
10.88 KB
{
"id": "3",
"name": "rss-telegram",
"nodes": [
{
"name": "SplitInBatches",
"type": "n8n-nodes-base.splitInBatches",
"position": [
480,
220
],
"parameters": {
"batchSize": 1
},
"typeVersion": 1
},
{
"name": "Function",
"type": "n8n-nodes-base.function",
"position": [
610,
220
],
"parameters": {
"functionCode": "const staticData = getWorkflowStaticData('global');\n\n// Access its data\nconst oldlink = staticData.oldlink;\n\nitems[0].json.oldlink = oldlink || \"\";\n\n// Update its data\nstaticData.oldlink = items[0].json.link;\n\nreturn items;"
},
"typeVersion": 1
},
{
"name": "Cron1",
"type": "n8n-nodes-base.cron",
"position": [
180,
290
],
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}...Showing first 1000 characters. Click "Expand" to view the full JSON.