What This Workflow Does
You share a simple URL link. A prospect clicks it and submits their name, email, and inquiry. Within 2 to 3 seconds, that data is pushed into your Google Sheets automatically. At the exact same second, your personal Telegram pings you with the exact lead details so you can call them immediately.
If anything breaks or Google goes down, you get an instant error alert on your phone. No data is ever lost.
How I Built It (Just 4 Nodes)
Here is the core architecture:
1. n8n Form Trigger
This completely replaces expensive tools like Typeform. n8n hosts the form securely on its own server. You just define the fields (Name, Email, Message) and share the link.
2. Parse Lead Fields
A small code logic gate that extracts the form submission cleanly and adds a perfect Date/Time stamp so you know exactly when the lead came in.
3. Append Row In Google Sheets
Connects straight to your Google account. It takes the clean parsed data from node 2 and drops it directly into the correct columns in your target spreadsheet.
4. Telegram Priority Notification
Sends an alert reading "New lead captured!" straight to your phone with the Name, Email, and Message attached.
5. The Error Guard
A failsafe node. If anything fails anywhere in the flow, an Error Trigger fires an alert to your admin chat with the timestamp, so no lead ever disappears silently.
What It Costs