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 →
{
"nodes": [
{
"parameters": {
"url": "https://api.example.com/raw",
"responseFormat": "json"
},
"name": "Fetch API",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"functionCode": "return $items.map(item => ({ json: { id: item.json.id, name: item.json.full_name } }));"
},
"name": "Transform JSON",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
500,
300
]
},
{
"parameters": {
"url": "https://yourapi.com/submit",
"method": "POST",
"sendBody": true
},
"name": "Forward API",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
800,
300
]
}
],
"connections": {
"Fetch API": {
"main": [
[
{
"node": "Transform JSON",
"type": "main",
"index": 0
}
]
]
},
"Transform JSON": {
"main": [
[
{
"node": "Forward API",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Workflow-Transform-Forward. Uses httpRequest. Manual trigger; 3 nodes.
Source: https://github.com/Rumman90/n8n-workflows/blob/main/workflows/workflow-transform-forward.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.
FTS. Uses httpRequest, itemLists, functionItem, start. Manual trigger; 16 nodes.
This is an enterprise-grade solution designed for complex finance departments. It automates the entire accounts payable lifecycle by combining secure document handling, intelligent vendor mapping, 3-w
CBPF. Uses start, httpRequest, itemLists. Manual trigger; 13 nodes.
Claude Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.
DeepSeek Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.