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 →
{
"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": []
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
API Integration. Uses start, httpRequest, json. Manual trigger; 4 nodes.
think-instance. Uses start, httpRequest. Manual trigger; 3 nodes.
FTS. Uses httpRequest, itemLists, functionItem, start. Manual trigger; 16 nodes.
CBPF. Uses start, httpRequest, itemLists. Manual trigger; 13 nodes.
Claude Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.