AutomationFlowsWeb Scraping › Flowforge N8n (http Request) #8

Flowforge N8n (http Request) #8

Flowforge N8N. Uses httpRequest. Webhook trigger; 5 nodes.

Webhook trigger★★★★☆ complexity5 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 5 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
{
  "nodes": [
    {
      "id": "t1",
      "name": "Invoice Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        100,
        200
      ],
      "parameters": {
        "path": "invoice-receiver",
        "httpMethod": "POST"
      }
    },
    {
      "id": "n2",
      "name": "Parse Invoice OCR",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        300,
        200
      ],
      "parameters": {
        "url": "https://api.ocr-parser.example/extract",
        "method": "POST"
      }
    },
    {
      "id": "n3",
      "name": "Validate totals",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        500,
        200
      ],
      "parameters": {}
    },
    {
      "id": "n4",
      "name": "Insert DB Record",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        700,
        150
      ],
      "parameters": {
        "url": "https://api.postgres-mock.com/invoice",
        "method": "POST"
      }
    },
    {
      "id": "n5",
      "name": "Invoice respond",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1,
      "position": [
        900,
        200
      ],
      "parameters": {
        "responseCode": 200
      }
    }
  ],
  "connections": {
    "Invoice Webhook": {
      "main": [
        [
          {
            "node": "Parse Invoice OCR",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Invoice OCR": {
      "main": [
        [
          {
            "node": "Validate totals",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Validate totals": {
      "main": [
        [
          {
            "node": "Insert DB Record",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Insert DB Record": {
      "main": [
        [
          {
            "node": "Invoice respond",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Flowforge N8N. Uses httpRequest. Webhook trigger; 5 nodes.

Source: https://github.com/mOHAD44DSFASF/flowforge-n8n/blob/main/templates/workflows/invoice-processing/workflow.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

eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.

HTTP Request
Web Scraping

This workflow receives webhook requests from a content calendar and uses the X API v2 to publish text posts, threads, image/video posts, and polls, as well as delete existing posts and run a credentia

HTTP Request
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