This workflow follows the Google Sheets → Telegram 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": "Lead Capture - Webhook to Sheets & Telegram",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "lead-capture",
"responseMode": "responseNode",
"options": {}
},
"id": "a1b2c3d4-1111-2222-3333-444455556666",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "appendOrUpdate",
"documentId": {
"__rl": true,
"value": "YOUR_GOOGLE_SHEET_ID",
"mode": "id"
},
"sheetName": {
"__rl": true,
"value": "Sheet1",
"mode": "name"
},
"columns": {
"mappingMode": "autoMapInputData",
"value": {},
"matchingColumns": [],
"schema": []
},
"options": {}
},
"id": "b2c3d4e5-2222-3333-4444-555566667777",
"name": "Save to Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4,
"position": [
480,
300
]
},
{
"parameters": {
"chatId": "YOUR_TELEGRAM_CHAT_ID",
"text": "=\ud83d\udd14 *New Lead Received!*\n\n\ud83d\udc64 *Name:* {{ $json.name }}\n\ud83d\udce7 *Email:* {{ $json.email }}\n\ud83d\udcf1 *Phone:* {{ $json.phone }}\n\ud83d\udcac *Message:* {{ $json.message }}",
"additionalFields": {
"parse_mode": "Markdown"
}
},
"id": "c3d4e5f6-3333-4444-5555-666677778888",
"name": "Notify Telegram",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1.1,
"position": [
710,
300
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={\"status\": \"success\", \"message\": \"Lead saved successfully\", \"timestamp\": \"{{ $now.toISO() }}\"}",
"options": {}
},
"id": "d4e5f6a7-4444-5555-6666-777788889999",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
940,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Save to Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"Save to Google Sheets": {
"main": [
[
{
"node": "Notify Telegram",
"type": "main",
"index": 0
}
]
]
},
"Notify Telegram": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Lead Capture - Webhook to Sheets & Telegram. Uses googleSheets, telegram. Webhook trigger; 4 nodes.
Source: https://github.com/kooroosh1363/agentic-automation-lab/blob/main/01-lead-capture/workflow.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.
leads. Uses supabase, gmail, formTrigger, httpRequest. Webhook trigger; 62 nodes.
🧠 Gwen – The AI Voice Marketing Agent Gwen is your intelligent voice-powered marketing assistant built in n8n. She combines the power of OpenAI, ElevenLabs, and automation workflows to handle content
This workflow automates document processing using LlamaParse to extract and analyze text from various file formats. It intelligently processes documents, extracts structured data, and delivers actiona
This workflow turns your WhatsApp Business number into a 24/7 AI-powered customer assistant — without any third-party chatbot platform. It receives incoming WhatsApp messages via Evolution API, unders
Hi! I'm Amanda — I create smart, useful AI automations for n8n and Make. This workflow helps you monitor how many tokens are consumed per conversation with AI Agent Tokens, and logs that usage into Go