AutomationFlowsWeb Scraping › Bach Rechnungsimport

Bach Rechnungsimport

BACH Rechnungsimport. Uses httpRequest. Webhook trigger; 3 nodes.

Webhook trigger★★★★☆ complexity3 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 3 Complexity: ★★★★☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "BACH Rechnungsimport",
  "nodes": [
    {
      "parameters": {
        "path": "/bach/rechnung",
        "httpMethod": "POST"
      },
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "name": "Webhook Eingang"
    },
    {
      "parameters": {
        "jsCode": "// PDF aus Anhang extrahieren\nconst items = $input.all();\nreturn items.map(item => ({\n  json: {\n    filename: item.json.filename || 'rechnung.pdf',\n    data: item.json.data,\n    timestamp: new Date().toISOString()\n  }\n}));"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 1,
      "position": [
        500,
        300
      ],
      "name": "PDF Verarbeitung"
    },
    {
      "parameters": {
        "url": "http://localhost:8000/api/webhook/invoice",
        "method": "POST",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "=filename",
              "value": "={{ $json.filename }}"
            },
            {
              "name": "=data",
              "value": "={{ $json.data }}"
            }
          ]
        }
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        750,
        300
      ],
      "name": "An BACH senden"
    }
  ],
  "connections": {
    "Webhook Eingang": {
      "main": [
        [
          {
            "node": "PDF Verarbeitung",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "PDF Verarbeitung": {
      "main": [
        [
          {
            "node": "An BACH senden",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "active": false,
  "tags": [
    {
      "name": "BACH"
    },
    {
      "name": "Rechnungen"
    }
  ]
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

BACH Rechnungsimport. Uses httpRequest. Webhook trigger; 3 nodes.

Source: https://github.com/ellmos-ai/n8n-workflow-manager/blob/main/n8nManager/templates/rechnungsimport.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di

n8n, Execute Workflow Trigger, HTTP Request +1
Web Scraping

This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .

HTTP Request, Ssh
Web Scraping

This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c

HTTP Request
Web Scraping

Sign PDF documents with legally-compliant digital signatures using X.509 certificates. Supports multiple PAdES signature levels (B, T, LT, LTA) with optional visible stamps.

Execute Command, HTTP Request, Read Write File +1
Web Scraping

📡 This workflow serves as the central Alpha Vantage API fetcher for Tesla trading indicators, delivering cleaned 20-point JSON outputs for three timeframes: , , and . It is required by the following a

HTTP Request