AutomationFlowsSlack & Telegram › Automate Trump Truth Social Monitoring with Telegram & Discord Alerts

Automate Trump Truth Social Monitoring with Telegram & Discord Alerts

ByMalik Hashir @malikx on n8n.io

This n8n workflow monitors Donald Trump’s Truth Social posts and sends alerts to Telegram & Discord on auto-pilot. Stay instantly updated with every new post, repost, or reply without delays.

Cron / scheduled trigger★★★★☆ complexity16 nodesSupabaseHTTP RequestTelegramDiscord
Slack & Telegram Trigger: Cron / scheduled Nodes: 16 Complexity: ★★★★☆ Added:

This workflow corresponds to n8n.io template #8155 — we link there as the canonical source.

This workflow follows the Discord → HTTP Request recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "01a3c01d-3728-46c1-8c4a-34925a010290",
      "name": "Schedule Trigger1",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -736,
        1472
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "ee15abe5-403e-41f6-8978-12fa1f019437",
      "name": "If1",
      "type": "n8n-nodes-base.if",
      "position": [
        912,
        1472
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "23702743-590c-4e1b-8e23-91cf78b2aba9",
      "name": "Get a row1",
      "type": "n8n-nodes-base.supabase",
      "position": [
        656,
        1472
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "98736c49-b7d6-4ffd-8977-8ec5ea5c0b4b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        1216
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "9918ebc6-1e3a-44bc-86ce-35b0c355ddae",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1152,
        1152
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "46f47aa1-2a1a-4ac0-9a84-fee24e0205f6",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1584,
        1152
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c7e34988-b6e1-4278-ad4c-3966975c6bb6",
      "name": "Sticky Note10",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -368,
        944
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "293ee862-91fa-47f1-b9b1-71e9175bf02f",
      "name": "Get New Posts",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -224,
        1472
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "2b82cbb5-885c-47f2-a054-e8c7c512b22e",
      "name": "Split Items",
      "type": "n8n-nodes-base.code",
      "position": [
        160,
        1472
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "82e95cf0-657b-4b29-a7db-09a51ff5bfe1",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        544,
        1328
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "ec8871d8-437f-4a11-bb46-626604908e4d",
      "name": "Sticky Note16",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1584,
        1712
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "3f157628-6ec9-4b2a-9cc6-acff766b207b",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2144,
        1312
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "4c068639-4f09-45d4-8bd2-4a12f348a00e",
      "name": "Store ID for future updates",
      "type": "n8n-nodes-base.supabase",
      "position": [
        2352,
        1488
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "69939e80-07d1-4f5b-a04d-df67b312b991",
      "name": "Send Alert To Telegram2",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1344,
        1488
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "6f2e3f3f-f831-4668-9f77-13ac7f6d2fbe",
      "name": "Send Alert To Discord2",
      "type": "n8n-nodes-base.discord",
      "position": [
        1824,
        2080
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "7d90fb9a-911a-40f1-8e10-dfa722e385ea",
      "name": "Limit1",
      "type": "n8n-nodes-base.limit",
      "position": [
        368,
        1472
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "connections": {
    "If1": {
      "main": [
        [],
        [
          {
            "node": "Send Alert To Telegram2",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Alert To Discord2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit1": {
      "main": [
        [
          {
            "node": "Get a row1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get a row1": {
      "main": [
        [
          {
            "node": "If1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Items": {
      "main": [
        [
          {
            "node": "Limit1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get New Posts": {
      "main": [
        [
          {
            "node": "Split Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger1": {
      "main": [
        [
          {
            "node": "Get New Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Alert To Telegram2": {
      "main": [
        [
          {
            "node": "Store ID for future updates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This n8n workflow monitors Donald Trump’s Truth Social posts and sends alerts to Telegram & Discord on auto-pilot. Stay instantly updated with every new post, repost, or reply without delays.

Source: https://n8n.io/workflows/8155/ — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

Imperium - Daily Newsletter (11 AM). Uses supabase, httpRequest, telegram. Scheduled trigger; 8 nodes.

Supabase, HTTP Request, Telegram
Slack & Telegram

Imperium - Daily Newsletter. Uses supabase, httpRequest, telegram. Scheduled trigger; 8 nodes.

Supabase, HTTP Request, Telegram
Slack & Telegram

Imperium - Daily Newsletter. Uses supabase, httpRequest, telegram. Scheduled trigger; 8 nodes.

Supabase, HTTP Request, Telegram
Slack & Telegram

Wait Schedule. Uses spotify, supabase, compareDatasets, noOp. Scheduled trigger; 54 nodes.

Spotify, Supabase, YouTube +1
Slack & Telegram

This n8n workflow automates task management by integrating Trello, Supabase, and Telegram to streamline card creation, user assignment, and due date notifications. It ensures seamless synchronization

Trello Trigger, Telegram, Supabase +1