AutomationFlowsWeb Scraping › Webhook Request V0.24.0 Beta

Webhook Request V0.24.0 Beta

webhook request v0.24.0 beta. Uses start, httpRequest. Manual trigger; 2 nodes.

Manual trigger★☆☆☆☆ complexity2 nodesStartHTTP Request
Web Scraping Trigger: Manual Nodes: 2 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": "webhook request v0.24.0 beta",
  "nodes": [
    {
      "parameters": {},
      "id": "501e3243-31b1-4b70-b4c2-1dc8d8198839",
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "requestMethod": "POST",
        "url": "={{$json[\"url\"]}}",
        "jsonParameters": true,
        "options": {
          "timeout": 7000
        },
        "bodyParametersJson": "={{JSON.stringify($json[\"body\"])}}",
        "headerParametersJson": "={{JSON.stringify($json[\"hearders\"])}}"
      },
      "name": "Make web request",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 2,
      "position": [
        460,
        300
      ],
      "id": "34346411-02a5-4d90-a814-0fd3ab28e8d3",
      "retryOnFail": true,
      "maxTries": 2,
      "waitBetweenTries": 2000
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Make web request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "id": 19,
  "tags": []
}
Pro

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

About this workflow

webhook request v0.24.0 beta. Uses start, httpRequest. Manual trigger; 2 nodes.

Source: https://gist.github.com/olivier5741/25969e63c089357fa0bd5c55658bf833 — 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

API Integration. Uses start, httpRequest, json. Manual trigger; 4 nodes.

Start, HTTP Request, JSON
Web Scraping

think-instance. Uses start, httpRequest. Manual trigger; 3 nodes.

Start, HTTP Request
Web Scraping

FTS. Uses httpRequest, itemLists, functionItem, start. Manual trigger; 16 nodes.

HTTP Request, Item Lists, Function Item +1
Web Scraping

CBPF. Uses start, httpRequest, itemLists. Manual trigger; 13 nodes.

Start, HTTP Request, Item Lists
Web Scraping

Claude Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.

Start, HTTP Request, Return Json