AutomationFlowsGeneral › Webhook to HTTP Request Automation

Webhook to HTTP Request Automation

Original n8n title: Test Process V1

Test Process V1. Uses start, httpRequest. Webhook trigger; 4 nodes.

Webhook trigger★★☆☆☆ complexity4 nodesStartHTTP Request
General Trigger: Webhook Nodes: 4 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": "Test Process V1",
  "nodes": [
    {
      "parameters": {},
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "position": [
        420,
        420
      ]
    },
    {
      "parameters": {
        "values": {
          "number": [
            {
              "name": "requestId",
              "value": "={{$workflow.id + \"-\"+(parseInt(Math.random()*1000000))}}"
            }
          ],
          "string": [
            {
              "name": "service",
              "value": "pricing-workflow"
            },
            {
              "name": "date",
              "value": "={{$now.toString()}}"
            }
          ]
        },
        "options": {
          "dotNotation": true
        }
      },
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        760,
        620
      ],
      "typeVersion": 1
    },
    {
      "parameters": {
        "url": "https://jsonplaceholder.typicode.com/todos/1",
        "responseFormat": "=json",
        "options": {}
      },
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1060,
        620
      ],
      "typeVersion": 2
    },
    {
      "parameters": {
        "path": "test_pc_v1",
        "options": {}
      },
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        440,
        620
      ],
      "typeVersion": 1
    }
  ],
  "connections": {
    "Set": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        []
      ]
    }
  },
  "active": true,
  "settings": {},
  "id": 1
}
Pro

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

About this workflow

Test Process V1. Uses start, httpRequest. Webhook trigger; 4 nodes.

Source: https://github.com/andersoncontreira/distributed-n8n-services-template/blob/main/samples/workflows/test_process_v1.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

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

General

Http Stickynote. Uses stickyNote, httpRequest, highLevel. Webhook trigger; 10 nodes.

HTTP Request, High Level
General

Http Keap. Uses stickyNote, httpRequest, keap. Webhook trigger; 10 nodes.

HTTP Request, Keap
General

Http Stickynote. Uses stickyNote, httpRequest. Webhook trigger; 10 nodes.

HTTP Request
General

Webhook Graphql. Uses noOp, httpRequest, graphql, stickyNote. Webhook trigger; 9 nodes.

HTTP Request, GraphQL
General

Line Chatbot Handling AI Responses with Groq and Llama3. Uses stickyNote, httpRequest. Webhook trigger; 9 nodes.

HTTP Request