Web Scraping & Data Extraction

0306 HTTP Respondtowebhook Import Webhook

0306 HTTP Respondtowebhook Import Webhook

Webhook
Medium
3
Nodes
Webhook
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
3
Node Types
3

Node Types

webhook
On GET request
1 node
http Request
Fetch binary file
1 node
respond To Webhook
Respond with attachment
1 node

Workflow JSON

1.97 KB
{
  "name": "0306 HTTP Respondtowebhook Import Webhook",
  "nodes": [
    {
      "id": "0357b17f-9fcf-4725-8311-28bd9c76c37c",
      "name": "On GET request",
      "type": "n8n-nodes-base.webhook",
      "position": [
        820,
        400
      ],
      "webhookId": "454eb4ea-e460-4196-b31c-284abf234fc3",
      "parameters": {
        "path": "download-pdf",
        "options": {},
        "responseMode": "responseNode"
      },
      "typeVersion": 1
    },
    {
      "id": "21d8c543-33c2-45eb-b392-2cb7139344c6",
      "name": "Fetch binary file",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1040,
        400
      ],
      "parameters": {
        "url": "https://www.deutschebahn.com/resource/blob/8813300/bdf106f07186f66e4448f95aca02bd4a/Faktenblatt-ICE-L_Mai23-data.pdf",
        "options": {
          "response": {
            "response": {
              "responseFormat": "file"
            }
          }
        }
      },
      "typeVersion": 4.1
   ...

Showing first 1000 characters. Click "Expand" to view the full JSON.