{
  "name": "Narrative threat / opportunity detection (AskRally)",
  "nodes": [
    {
      "id": "52dc2d74-fe6a-422c-9be9-d14b68250afc",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        600,
        0
      ]
    },
    {
      "id": "8f134637-f907-4be4-bcf0-0e497b7a711e",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        840,
        0
      ]
    },
    {
      "id": "eb63694e-b291-4d24-a1ee-c87a5a4304ce",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1840,
        0
      ]
    },
    {
      "id": "390bb7a2-3e59-4824-af8b-be188c49284d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -120
      ],
      "parameters": {
        "width": 800,
        "height": 300,
        "content": "## Dedup + Extract content from RSS alert"
      }
    },
    {
      "id": "3a1c9b9b-192c-499a-be4a-0edaf4b6bf47",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        -120
      ],
      "parameters": {
        "width": 720,
        "height": 300,
        "content": "## Ask Rally"
      }
    },
    {
      "id": "c3d20aa4-83f8-4398-8537-9580450f8736",
      "name": "analyze simulation results",
      "type": "n8n-nodes-base.code",
      "position": [
        1160,
        0
      ]
    },
    {
      "id": "a0620b7b-b18c-4568-aa67-6b6a180134a1",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1500,
        -120
      ],
      "parameters": {
        "width": 540,
        "height": 300,
        "content": "## Send an Alert"
      }
    },
    {
      "id": "889d4d3d-3f57-44d8-82c9-87da3fcbd94e",
      "name": "alert trigger",
      "type": "n8n-nodes-base.code",
      "position": [
        1580,
        0
      ]
    },
    {
      "id": "8874bf82-4182-4846-ba83-77299a357323",
      "name": "RSS Read",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "63dcaba0-650d-42fb-b2c5-9ef9447e7f3a",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -260,
        0
      ]
    },
    {
      "id": "a15c2ecb-a6bf-4546-b989-4edf480227f9",
      "name": "Dedup + url extraction",
      "type": "n8n-nodes-base.code",
      "position": [
        200,
        0
      ]
    },
    {
      "id": "bb7083f6-b6bd-45cb-ba85-9c45457d3af2",
      "name": "Get Content",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        400,
        0
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Read": {
      "main": [
        [
          {
            "node": "Dedup + url extraction",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Content": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "analyze simulation results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "alert trigger": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "RSS Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Dedup + url extraction": {
      "main": [
        [
          {
            "node": "Get Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "analyze simulation results": {
      "main": [
        [
          {
            "node": "alert trigger",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}