AutomationFlowsMarketing & Ads › Webhook Lead Ingestion to Google Sheets

Webhook Lead Ingestion to Google Sheets

Original n8n title: Lead Ingest Kuzmanich 360

Lead Ingest Kuzmanich 360. Uses googleSheets. Webhook trigger; 3 nodes.

Webhook trigger★★★★☆ complexity3 nodesGoogle Sheets
Marketing & Ads Trigger: Webhook Nodes: 3 Complexity: ★★★★☆ Added:

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": "Lead Ingest Kuzmanich 360",
  "nodes": [
    {
      "name": "Webhook In",
      "type": "n8n-nodes-base.webhook",
      "parameters": {
        "path": "lead-ingest",
        "httpMethod": "POST"
      }
    },
    {
      "name": "Transform",
      "type": "n8n-nodes-base.function",
      "parameters": {
        "functionCode": "return [{json:{...items[0].json}}];"
      }
    },
    {
      "name": "Google Sheets: Append",
      "type": "n8n-nodes-base.googleSheets",
      "parameters": {
        "operation": "append",
        "sheetId": "{{$env.SHEETS_LEADS_ID}}",
        "range": "Leads!A:Z"
      }
    }
  ],
  "connections": {
    "Webhook In": {
      "main": [
        [
          {
            "node": "Transform",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Transform": {
      "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

Lead Ingest Kuzmanich 360. Uses googleSheets. Webhook trigger; 3 nodes.

Source: https://github.com/Martingim-10/Kuzmanich-Seguros-360-Ecosistema-Digital/blob/a343d6d7b7d9ac9c9df4ee8d9064423f4f72c853/automations/n8n/workflows/lead_ingest_template.json — original creator credit. Request a take-down →

More Marketing & Ads workflows → · Browse all categories →

Related workflows

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

Marketing & Ads

Who is this for? Solo founders, sales teams, and event organizers who need email outreach without expensive tools but want full control from Telegram.

Telegram, Google Sheets, Google Sheets Trigger +2
Marketing & Ads

This workflow is designed to manage the assignment and validation of unique QR code coupons within a lead generation system with SuiteCRM.

HTTP Request, Form Trigger, Google Sheets +1
Marketing & Ads

This workflow acts as an instant SDR that replies to new inbound leads across multiple channels in real time. It first captures and normalizes all incoming lead data into a unified structure. The work

Google Sheets, HTTP Request, Gmail +1
Marketing & Ads

Turn a simple Google Sheet into a lightweight CRM powered by n8n.

Gmail, Google Sheets
Marketing & Ads

A comprehensive n8n workflow template for streamlining influencer application processing with real-time social media data validation, intelligent scoring algorithms, and automated onboarding workflows

N8N Nodes Verifiemail, Stop And Error, HTTP Request +2