{
  "name": "Track investments using Baserow and n8n",
  "nodes": [
    {
      "id": "70a44436-4b51-458a-ae93-60edeed170de",
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        300
      ]
    },
    {
      "id": "d4c2dfa2-30bb-4f06-96c2-5811472302d2",
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        240,
        100
      ]
    },
    {
      "id": "86924546-e4f2-4795-8e80-9e49626d2c42",
      "name": "Baserow",
      "type": "n8n-nodes-base.baserow",
      "position": [
        460,
        200
      ]
    },
    {
      "id": "36f2947b-67cf-47eb-891f-e7e3b5ba9eac",
      "name": "Fetch tradegate stock page",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        680,
        200
      ]
    },
    {
      "id": "b516e751-d1d1-43a0-8f19-6787a5c56ddc",
      "name": "Parse tradegate stock page",
      "type": "n8n-nodes-base.htmlExtract",
      "position": [
        900,
        200
      ]
    },
    {
      "id": "e51556c7-3f3a-4e4d-96e9-942f436422af",
      "name": "Build HTML",
      "type": "n8n-nodes-base.function",
      "position": [
        1560,
        200
      ]
    },
    {
      "id": "361bf8f2-298c-4b96-9f21-4f4620f1e9a9",
      "name": "Format result",
      "type": "n8n-nodes-base.set",
      "position": [
        1120,
        200
      ]
    },
    {
      "id": "c2f329dc-3b97-402a-9d63-ed863c2aee84",
      "name": "Calculate change",
      "type": "n8n-nodes-base.set",
      "position": [
        1340,
        200
      ]
    },
    {
      "id": "e0876374-c9f3-4253-8764-9aa78faa2193",
      "name": "SendGrid",
      "type": "n8n-nodes-base.sendGrid",
      "position": [
        1780,
        200
      ]
    }
  ],
  "connections": {
    "Cron": {
      "main": [
        [
          {
            "node": "Baserow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Baserow": {
      "main": [
        [
          {
            "node": "Fetch tradegate stock page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build HTML": {
      "main": [
        [
          {
            "node": "SendGrid",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format result": {
      "main": [
        [
          {
            "node": "Calculate change",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calculate change": {
      "main": [
        [
          {
            "node": "Build HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Baserow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch tradegate stock page": {
      "main": [
        [
          {
            "node": "Parse tradegate stock page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse tradegate stock page": {
      "main": [
        [
          {
            "node": "Format result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}