Communication & Messaging

RSS to Telegram

RSS to Telegram

Scheduled
High
7
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
7
Node Types
0

Workflow JSON

3.74 KB
{
  "id": 2,
  "name": "RSS to Telegram",
  "nodes": [
    {
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        440,
        30
      ],
      "parameters": {
        "text": "=💹 #日幣匯率 {{$json[\"title\"]}}\n\n{{$json[\"link\"]}}",
        "chatId": "",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": ""
      },
      "typeVersion": 1
    },
    {
      "name": "RSS Feed Read",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -359.5,
        130
      ],
      "parameters": {
        "url": ""
      },
      "typeVersion": 1
    },
    {
      "name": "Latest Read",
      "type": "n8n-nodes-base.function",
      "position": [
        -160,
        130
      ],
      "parameters": {
        "functionCode": "const staticData = this.getWorkflowStaticData('global');\n\nlatestRead = staticData.latestRead;\n\nfor (let item of items) {\n  item.json.latestRead = latestRead || '2021-06-01';\...

Showing first 1000 characters. Click "Expand" to view the full JSON.