Danil Krutov's Work | ContraWork by Danil Krutov
Danil Krutov

Danil Krutov

I build AI automations with n8n for small businesses

New to Contra

Danil is building their profile!

Cover image for AI Lead Management System
Automated lead
AI Lead Management System Automated lead collection and qualification system built with n8n. What it does Collects leads from two channels: Telegram bot and Google Forms Normalizes data from both sources into a unified format Uses AI to qualify leads and assign a temperature score (hot / warm / cold) Saves all leads to Google Sheets CRM with score and reason Instantly notifies the manager in Telegram when a hot lead comes in Tech stack n8n (workflow automation) OpenAI GPT (lead qualification) Google Forms + Google Sheets (data collection and CRM) Telegram Bot API (notifications and lead intake) How it works Lead submits a form or sends a message to the Telegram bot AI parser extracts structured data (name, phone, budget, urgency) AI qualifier evaluates the lead and assigns hot / warm / cold Hot leads trigger an immediate Telegram notification to the manager All leads are saved to Google Sheets with full details and score Setup Import the workflow JSON into your n8n instance Set up credentials: Telegram Bot, OpenAI, Google Sheets, Google Forms Replace YOUR_TELEGRAM_CHAT_ID with your manager's Telegram chat ID Activate the workflow
0
3
AI Customer Support Bot for a Bike Shop (Telegram) A bike shop was handling 40+ daily customer inquiries manually — product availability, pricing, delivery and payment questions — taking up to 5 minutes per response. Built a Telegram bot on n8n with two specialized AI agents powered by GPT-4o-mini. One agent queries the live product catalog via Google Sheets, the other handles store policies and FAQ via Google Docs. The bot supports both text and voice messages — voice is transcribed via Whisper before being passed to the agent. Session memory keeps conversation context across messages. A separate Error Workflow catches failures and sends instant alerts. Result: ~70% of inquiries now handled automatically in under 10 seconds, saving the team roughly 60 hours per month. Stack: n8n · OpenAI GPT-4o-mini · Whisper · Google Sheets · Google Docs · Telegram Bot API
1
56