This workflow follows the Google Sheets → HTTP Request recipe pattern — see all workflows that pair these two integrations.
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": "ROI Automated Tracking Pipeline",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "roi-log-ingest",
"responseMode": "lastNode",
"options": {}
},
"name": "Webhook (Log Ingest)",
"type": "n8n-nodes-base.webhook",
"position": [
200,
300
]
},
{
"parameters": {
"agent": "roi-auditor"
},
"name": "ROI Auditor (Guardian)",
"type": "n8n-nodes-base.httpRequest",
"position": [
450,
300
]
},
{
"parameters": {
"operation": "append",
"sheetId": "YOUR_ROI_SHEET_ID",
"range": "ExecutionLogs!A:D",
"options": {}
},
"name": "Google Sheets (Append)",
"type": "n8n-nodes-base.googleSheets",
"position": [
700,
300
]
}
],
"connections": {
"Webhook (Log Ingest)": {
"main": [
[
{
"node": "ROI Auditor (Guardian)",
"type": "main",
"index": 0
}
]
]
},
"ROI Auditor (Guardian)": {
"main": [
[
{
"node": "Google Sheets (Append)",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ROI Automated Tracking Pipeline. Uses httpRequest, googleSheets. Webhook trigger; 3 nodes.
Source: https://github.com/project-noemi/agents/blob/6cb3f85769eda2f4465c83a9765ccad2146181ac/examples/workflows/roi-tracking-pipeline.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.
⏺ 🚀 How it works
ANIS_HUB 1. Uses gmail, googleDrive, googleSheets, httpRequest. Webhook trigger; 89 nodes.
This n8n workflow orchestrates a powerful suite of AI Agents and automations to manage and optimize various aspects of an e-commerce operation, particularly for platforms like Shopify. It leverages La
LineOA. Uses httpRequest, agent, lmChatGoogleGemini, outputParserStructured. Webhook trigger; 69 nodes.
Resume Screening & Behavioral Interviews with Gemini, Elevenlabs, & Notion ATS copy. Uses outputParserStructured, chainLlm, googleDrive, stickyNote. Webhook trigger; 67 nodes.