{
  "name": "Automated invoice management with Nextcloud, email and Telegram notifications",
  "nodes": [
    {
      "id": "d3b68e4f-d125-4abb-8aaf-70342d9de9d0",
      "name": "Start",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "260222ad-1014-4c7d-ab26-7df4a754f556",
      "name": "List Incoming Invoices",
      "type": "n8n-nodes-base.nextCloud",
      "position": [
        380,
        0
      ]
    },
    {
      "id": "963e8709-6e1b-4a58-8e75-0d0756b518e3",
      "name": "File Exists?",
      "type": "n8n-nodes-base.if",
      "position": [
        580,
        0
      ]
    },
    {
      "id": "c15f0a7e-a98c-43c9-acb9-935488db39c3",
      "name": "Download Invoice",
      "type": "n8n-nodes-base.nextCloud",
      "position": [
        780,
        0
      ]
    },
    {
      "id": "66f9d9a1-dc60-44d8-9480-3fce345cc59b",
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        960,
        0
      ]
    },
    {
      "id": "fc3e3c16-5a24-4ef9-be37-a78ccb037cce",
      "name": "Archive File",
      "type": "n8n-nodes-base.nextCloud",
      "position": [
        1140,
        0
      ]
    },
    {
      "id": "f05b60ed-c575-42e9-bd24-8b9a8cc5a261",
      "name": "Notify Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1320,
        0
      ]
    },
    {
      "id": "719f7ed4-7632-4b75-b87b-300eb53e027c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -160
      ],
      "parameters": {
        "width": 1580,
        "height": 420,
        "content": "## This workflow automatically fetches PDF invoices \n**Reading in Nextcloud folder (`/Invoice/2025`), sends them via email to a fixed recipient (`invoice@example.com`), sends a Telegram notification, "
      }
    },
    {
      "id": "acb6885a-209f-4664-b614-6295278eccbf",
      "name": "Set Parameters",
      "type": "n8n-nodes-base.set",
      "position": [
        180,
        0
      ]
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Set Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Email": {
      "main": [
        [
          {
            "node": "Archive File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Archive File": {
      "main": [
        [
          {
            "node": "Notify Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "File Exists?": {
      "main": [
        [
          {
            "node": "Download Invoice",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Parameters": {
      "main": [
        [
          {
            "node": "List Incoming Invoices",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Invoice": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "List Incoming Invoices": {
      "main": [
        [
          {
            "node": "File Exists?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}