AutomationFlowsAI & RAG › Roi Automated Tracking Pipeline

Roi Automated Tracking Pipeline

ROI Automated Tracking Pipeline. Uses httpRequest, googleSheets. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesHTTP RequestGoogle Sheets
AI & RAG Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

More AI & RAG workflows → · Browse all categories →

Related workflows

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

AI & RAG

Automate the entire product return process with an intelligent AI-powered agent that navigates return portals on your behalf 🤖. This workflow receives customer return requests, analyzes portal structu

HTTP Request, Gmail, Google Sheets
AI & RAG

Ecotrustia — WhatsApp AI Agent. Uses httpRequest, googleSheets. Webhook trigger; 13 nodes.

HTTP Request, Google Sheets
AI & RAG

Legal AI Agent for WhatsApp. Uses httpRequest, googleSheets. Webhook trigger; 12 nodes.

HTTP Request, Google Sheets
AI & RAG

Sistema Automação Jurídica - Workflow Principal. Uses googleDrive, httpRequest, googleDocs, googleSheets. Webhook trigger; 11 nodes.

Google Drive, HTTP Request, Google Docs +2
AI & RAG

AI Support Agent - Lead Routing. Uses slack, gmail, httpRequest, googleSheets. Webhook trigger; 10 nodes.

Slack, Gmail, HTTP Request +1