How I turned 12 hours of weekly manual work into 45 minutes using n8n + AI
I recently built an AI Appointment Booking Bot for an eye clinic.
Before:
Patients calling or messaging manually
Staff spending hours checking calendar availability
Double bookings and missed appointments
No centralized tracking
After implementing the system:
Patients book directly via WhatsApp
AI Agent handles conversation naturally and shows real-time availability
Appointments are automatically added to Google Calendar
Zero double bookings
Full conversation history and lead tracking
The best part? The entire system runs on n8n with an AI Agent that remembers context and follows strict privacy rules.
I’m currently helping businesses automate:
Lead generation & qualification
Appointment booking systems
If you're tired of repetitive manual tasks and want to turn them into smart automated systems, feel free to message me.
Happy to share more examples or discuss your specific workflow challenges.
What’s one process in your business that currently takes too much time?
I built an automated lead management workflow using n8n that captures incoming leads, stores them in Google Sheets, and instantly notifies the sales team on Telegram.
Capture → Enrich → Score → Save → Notify
Built to reduce manual work, improve response time, and prevent missed leads.
Nice work sir,
Sir we can Build this normally with App script. I just Built yesterday.
Where Google sheet will received the leads from any channel + store and distribute as per described assignment rules and notify with lead details to respected person.
What if your PC could actually listen, understand, and do the work for you?
I’m building that idea into something real.
Meet AURA — my personal AI voice assistant for Windows.
Instead of building another chatbot that only answers questions, I’m experimenting with an AI agent that can actually interact with my computer and help with everyday work.
So far, AURA can:
• Have live voice conversations
• Convert speech to text and respond with voice
• Open applications like Excel, Power BI, Chrome, and Windows Settings
• Search the web and YouTube through voice
• Perform basic PC and file operations
• Understand requests through Gemini
• Execute actions through a safety-controlled automation layer
• Continue listening after completing a task
But this is only the beginning.
My long-term goal is to make AURA understand my actual workspace — including what’s happening on my screen and inside applications — so I can simply say:
“Open my Excel file, check the sales data, clean the date column, and add a formula for total revenue.”
And let AURA handle the workflow.
I also want it to become useful for my own Data Analytics work — from Excel and Power BI workflows to repetitive desktop tasks, research, and automation.
I’m building AURA with Python, AI, voice technologies, desktop automation, Excel, Power BI, and LLMs, while keeping safety and human control at the core.
It’s still far from the final vision.
But that’s exactly what makes the project interesting.
I’m not just learning how AI agents work.
I’m trying to build one that I can actually use every day.
The screen-reading step is where I would put the guardrail. Once AURA can read what is in the window, everything on that screen is input - and a page it opened from a voice search can hold a sentence written to be read as an instruction. I spent a while trying to rob my own...
built a WhatsApp and Telegram automation system using n8n and AI to manage customer conversations and bookings from start to finish.
The workflow handles FAQs and customer enquiries automatically. When a customer wants to book an appointment, it asks for the service they’re interested in, preferred date, and time, saves the booking details to Google Sheets, and sends a confirmation message back to the customer.
If a customer asks to speak with the team, the workflow routes the conversation to the appropriate team member on Telegram. The team member can then manually communicate with the customer, with messages flowing from WhatsApp to Telegram and from Telegram back to WhatsApp.
Built with: WhatsApp Business API, Telegram Bot API, n8n, OpenAI, Google Sheets, APIs, and Webhooks.
The goal was to automate the repetitive parts of customer communication and appointment booking while keeping a smooth WhatsApp ↔ Telegram human handoff when a real team member is needed.
The handoff is the part I would want to hear more about. Once a team member picks the thread up on Telegram, what tells n8n to stop answering on WhatsApp - a flag it writes, or just that a human replied? The one that bites me is the human going quiet for twenty minutes and the...