Back to Home

Real Automation Systems

Production-grade n8n workflows and AI agent systems built for real operations, including CRM automation, lead routing, API integrations, monitoring, and alerts.

Lead Intake, Qualification, and Instant Follow-up Automation (n8n + GHL)
Lead Intake, Qualification, and Instant Follow-up Automation (n8n + GHL)
Built a production-grade lead intake system in n8n that captures Meta Facebook Lead Forms using the native Lead Ads Trigger with webhook fallback, normalizes and validates incoming data, filters spam, classifies leads using LLMs, and automatically syncs qualified leads into GoHighLevel with instant SMS and email follow-ups for both prospects and clients.
  • Native Meta Facebook Lead Form trigger with webhook fallback for reliability
  • Phone validation and enrichment (line type, carrier, location, timezone)
  • Hard-rule spam filtering before AI classification

Technologies:

n8n
GoHighLevel (GHL)
Facebook Lead Ads (Meta Lead Forms)
LLMs (Lead Classification)
JavaScript
REST APIs
Webhooks
Google Sheets API
Clearout Phone Validation
Slack
Gmail
LeadConnector API (SMS)
GTM Release Notes & Product Announcement Automation (n8n + Jira + Notion)
GTM Release Notes & Product Announcement Automation (n8n + Jira + Notion)
Built an end-to-end GTM release notes automation that detects completed Jira work in the active sprint, generates internal and external release notes using AI, routes drafts through approval in Notion, and automatically produces ready-to-send GTM assets including email, Intercom news, and LinkedIn copy.
  • Automatically detects Done Jira issues from the current sprint
  • Maps Jira fields (benefits, acceptance criteria, UX impact, value drivers)
  • AI-generated internal and customer-facing release notes

Technologies:

n8n
Jira Software Cloud
Notion API
LLMs (Release Notes & GTM Copy)
JavaScript
REST APIs
Slack
Daily LinkedIn Content Engine (n8n + GPT + Google Sheets)
Daily LinkedIn Content Engine (n8n + GPT + Google Sheets)
Built a daily LinkedIn posting automation that pulls the next queued topic from Google Sheets, generates a structured post using GPT with strict brand rules, publishes it to LinkedIn automatically, and updates the sheet to prevent duplicates.
  • Scheduled daily execution (timezone-aware) to run consistently without manual effort
  • Topic queue in Google Sheets using posted_status = NOT_POSTED and return-first-match logic
  • LLM prompt system with enforced constraints: no emojis, no em dashes, 150 to 250 words, bullets, CTA question, hashtags at end

Technologies:

n8n
OpenAI (GPT)
Google Sheets API
LinkedIn API
JavaScript
Scheduling (Cron)
AI-Powered Loom-Style Personalized Video Automation
AI-Powered Loom-Style Personalized Video Automation
Built an end-to-end AI automation that generates personalized Loom-style videos at scale. The system captures website screenshots, overlays dynamic text, merges video segments, and automatically delivers personalized videos using n8n, Google Sheets, Puppeteer, and FFmpeg with robust retry logic and monitoring.
  • Generates personalized Loom-style videos at scale
  • Automated website screenshot capture and visual overlays
  • Dynamic text injection based on lead or prospect data

Technologies:

AI Agents
n8n
Google Sheets API
Puppeteer
FFmpeg
Node.js
Python
AI-Powered LinkedIn Easy Apply Automation
AI-Powered LinkedIn Easy Apply Automation
End-to-end automation for LinkedIn Easy Apply using Selenium, AI agents, and local LLMs. Automatically evaluates job fit, fills multi-step application forms, uploads resumes, answers dynamic questions using AI, applies filters and blacklists, and logs application results with human-like behavior.
  • AI-based job fit evaluation (APPLY / SKIP)
  • Dynamic form handling (radio, text, dropdown, date)
  • Resume & cover letter auto-upload

Technologies:

Python
Selenium
AI Agents
Local LLMs (Ollama)
OpenAI-compatible APIs
PDF Parsing
Automation Logic
E-commerce Website (Node.js + Express + MySQL)
E-commerce Website (Node.js + Express + MySQL)
Built a full-stack e-commerce web app with secure authentication. Implemented user signup and login with bcrypt password hashing, stored users in MySQL, and served the frontend through an Express server with structured routing and database integration.
  • User signup with bcrypt password hashing and database persistence
  • Login flow with hashed password verification and validation
  • MySQL integration using mysql2 with parameterized queries

Technologies:

Node.js
Express.js
MySQL
bcrypt
HTML/CSS/JS