Web Scraping & Data Extraction

1074 Manual HTTP Automation Webhook

1074 Manual HTTP Automation Webhook

Manual
Low
4
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
4
Node Types
0

Workflow JSON

2.1 KB
{
  "name": "1074 Manual HTTP Automation Webhook",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        290,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        540,
        300
      ],
      "parameters": {
        "url": "https://reqres.in/api/users",
        "options": {}
      },
      "typeVersion": 1
    },
    {
      "name": "HTTP Request1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        790,
        300
      ],
      "parameters": {
        "url": "https://reqres.in/api/users",
        "options": {},
        "requestMethod": "POST",
        "bodyParametersUi": {
          "parameter": [
            {
              "name": "name",
              "value": "Neo"
            },
            {
              "name": "job",
              "value": "Progr...

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