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": "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
}
]
]
}
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Who is this for? Solo founders, sales teams, and event organizers who need email outreach without expensive tools but want full control from Telegram.
This workflow is designed to manage the assignment and validation of unique QR code coupons within a lead generation system with SuiteCRM.
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
Turn a simple Google Sheet into a lightweight CRM powered by n8n.
A comprehensive n8n workflow template for streamlining influencer application processing with real-time social media data validation, intelligent scoring algorithms, and automated onboarding workflows