{
  "name": "Respond with file download to incoming HTTP request",
  "nodes": [
    {
      "id": "0357b17f-9fcf-4725-8311-28bd9c76c37c",
      "name": "On GET request",
      "type": "n8n-nodes-base.webhook",
      "position": [
        820,
        400
      ]
    },
    {
      "id": "21d8c543-33c2-45eb-b392-2cb7139344c6",
      "name": "Fetch binary file",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1040,
        400
      ]
    },
    {
      "id": "3ced3067-d82c-4bb4-b5fe-53a8d79c2177",
      "name": "Respond with attachment",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1260,
        400
      ]
    }
  ],
  "connections": {
    "On GET request": {
      "main": [
        [
          {
            "node": "Fetch binary file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch binary file": {
      "main": [
        [
          {
            "node": "Respond with attachment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}