{
  "name": "Generate daily Bitcoin on-chain metrics PDF report with NASDAQ data",
  "nodes": [
    {
      "id": "8d555d4e-03ad-4950-b224-19c61dd6754c",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1760,
        0
      ]
    },
    {
      "id": "f69f79bf-78ea-4ff3-9893-26c8c602a3e7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1520,
        -280
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "71ed1ac6-cc48-4f47-afbe-27efa9ca5b82",
      "name": "Add API Key",
      "type": "n8n-nodes-base.set",
      "position": [
        -1380,
        0
      ]
    },
    {
      "id": "af1eb03e-b297-4f1d-9d72-65c4a69e7c58",
      "name": "Get Data From Nasdaq Data Link",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -900,
        0
      ]
    },
    {
      "id": "34a4d77e-cbe7-4a58-acf6-0ce90f9bd2ff",
      "name": "Format the Output",
      "type": "n8n-nodes-base.code",
      "position": [
        -680,
        0
      ]
    },
    {
      "id": "cb81fc9b-74dc-4d29-b803-2fd38a112730",
      "name": "Combine All Items Into One Array",
      "type": "n8n-nodes-base.code",
      "position": [
        -440,
        0
      ]
    },
    {
      "id": "54703ce6-67e9-4cd4-bbe7-da9a44cfb971",
      "name": "Fetch, Edit and Update Template From APITemplate",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        40,
        0
      ]
    },
    {
      "id": "ee5b29b2-dc44-47ec-905e-6aab08f5554c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -320
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c3221f27-4680-4da5-9c50-f8ffd40ad02c",
      "name": "Download PDF Report",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        520,
        0
      ]
    }
  ],
  "connections": {
    "Add API Key": {
      "main": [
        [
          {
            "node": "Get Data From Nasdaq Data Link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format the Output": {
      "main": [
        [
          {
            "node": "Combine All Items Into One Array",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Data From Nasdaq Data Link": {
      "main": [
        [
          {
            "node": "Format the Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine All Items Into One Array": {
      "main": [
        [
          {
            "node": "Fetch, Edit and Update Template From APITemplate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Add API Key",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch, Edit and Update Template From APITemplate": {
      "main": [
        [
          {
            "node": "Download PDF Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}