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