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": "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
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Http Stickynote. Uses stickyNote, httpRequest, highLevel. Webhook trigger; 10 nodes.
Http Keap. Uses stickyNote, httpRequest, keap. Webhook trigger; 10 nodes.
Http Stickynote. Uses stickyNote, httpRequest. Webhook trigger; 10 nodes.
Webhook Graphql. Uses noOp, httpRequest, graphql, stickyNote. Webhook trigger; 9 nodes.
Line Chatbot Handling AI Responses with Groq and Llama3. Uses stickyNote, httpRequest. Webhook trigger; 9 nodes.