Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 n8n AI Agent Mastery Course 2025

Welcome to the most comprehensive n8n AI Agent course! Build powerful automation workflows and intelligent AI agents using n8n's visual workflow builder.

🎯 Course Overview

This hands-on course teaches you to create sophisticated AI agents and automation workflows using n8n. From basic chatbots to advanced RAG (Retrieval-Augmented Generation) systems, you'll master the art of building intelligent automation solutions.

🎓 What You'll Learn

🧠 AI Theory & Fundamentals

  • Master the theory of LLMs and AI agents through clear visual examples
  • Summarize key AI‑agent research and distinguish between AI agents, workflows, automation, and AI automation
  • Explain detailed definitions of APIs, servers, hosting, function calling, and test‑time compute
  • Differentiate between self‑hosting, cloud hosting, and various other hosting types

🚀 n8n Deployment & Management

  • Deploy and manage n8n via self‑hosting (Node.js, Docker), cloud platforms, and hosting providers like Hostinger
  • Expose webhook endpoints by tunneling a self‑hosted n8n Docker instance
  • Configure credentials in self‑hosted n8n instances
  • Debug n8n workflows and integrate with external applications

🤖 AI Agent Development

  • Build robust n8n AI agents locally at no cost
  • Differentiate among user, system, and assistant message roles in LLM interactions
  • Master prompt engineering and context engineering techniques
  • Develop a tool to automatically generate system messages for AI agents
  • Develop voice‑enabled AI agents using n8n
  • Master the design and implementation of over 100 AI agents

📊 Advanced AI Systems

  • Understand Retrieval‑Augmented Generation (RAG) in depth and develop powerful RAG‑driven AI agents
  • Optimize RAG chatbots using embeddings, chunking, and related techniques
  • Develop advanced AI agent solutions, including collaborative agent teams and MCP implementations
  • Build multiple sentiment analysis projects

🔗 Integration & Automation

  • Build practical automation projects using Gmail and Google Workspace apps (e.g., Sheets)
  • Integrate WhatsApp, Telegram, calendar, web scraping, and other services with n8n
  • Integrate apps with websites and build an AI‑automation-driven business
  • Compare pricing plans of major AI platforms (OpenAI, Claude, Gemini, DeepSeek, xAI, etc.)

🛡️ Security & Optimization

  • Implement strategies to address challenges, ensure security compliance, and protect data
  • Identify all memory types in n8n
  • Develop premium AI agents for business applications

📊 Course Statistics

  • 🎬 40+ Video Tutorials: Step-by-step implementation guides
  • 🤖 10 Complete Projects: From beginner to advanced AI agents
  • ⏱️ 20+ Hours: Comprehensive hands-on learning
  • 🏆 Production-Ready: Deploy real business solutions

🎥 Complete Course Playlist

📺 Watch Full Course on YouTube

🎓 If you want to access the course on Udemy for FREE - 🆓 Get Free Access
(Valid for only 1000 people until 09/06/2025)

📋 Prerequisites

  • n8n installation (we'll cover this in setup guide)
  • Enthusiasm to learn AI automation!
  • No coding experience required - n8n is visual!

🚀 Quick Start Guide

1. Clone This Repository

git clone https://github.com/MohElshamy1994/n8n-course-Projetcs.git
cd n8n-course-Projetcs

2. Import Workflows

  1. Open n8n at http://localhost:5678
  2. Go to WorkflowsImportFrom File
  3. Select any JSON file from the workflows/ folder
  4. Follow along with the corresponding YouTube video

🔄 Docker Management

Initial Docker Setup

🚀 New to n8n Docker Setup? If you haven't set up n8n in a Docker container yet, watch this video first and follow the steps one by one:

📺 Complete Setup Guide: 🎥 n8n Docker Installation Tutorial

📄 Reference Material: 📁 Lecture 37 PDF Guide

This comprehensive tutorial will guide you through the complete Docker installation process before you proceed with updates.


Updating n8n Docker Container

To keep your n8n instance up-to-date with the latest features and security patches, follow this step-by-step process:

Step Command Description
1. Stop Container docker stop n8n Safely stop the running n8n container
2. Remove Container docker rm n8n Remove the old container (data persists in volume)
3. Pull Latest Image docker pull docker.n8n.io/n8nio/n8n Download the latest n8n Docker image
4. Start New Container docker run -d --name n8n -p 5677:5678 ^
-e WEBHOOK_URL=https://n8ncourse.n8ncourse.cfd ^
-e N8N_DEFAULT_BINARY_DATA_MODE=filesystem ^
-v C:\Docker\n8n-data:/home/node/.n8n ^
docker.n8n.io/n8nio/n8n
Launch updated n8n with preserved data and settings

📺 Video Tutorial: 🎥 How to Update n8n Docker Container (Coming Soon)

⚠️ Important Notes:

  • Your workflows and data are preserved thanks to the volume mount (-v C:\Docker\n8n-data:/home/node/.n8n)
  • Always backup your data before updating: docker cp n8n:/home/node/.n8n C:\Backup\n8n-backup-$(date +%Y%m%d)
  • The container will be accessible at http://localhost:5677 after the update

🤖 AI Agent Projects

📝 Note: This is not the whole course - projects are updated with time as new content is added!

🟢 Beginner Level Projects

Project Description Source File YouTube Video
Smart Company Chatbot Build an intelligent customer service chatbot for businesses with FAQ handling and lead generation 📁 Download 🎥 Watch
Company Chatbot with Grok Enhanced chatbot using Grok AI for more natural conversations and better context understanding 📁 Download 🎥 Watch

🟡 Intermediate Level Projects

Project Description Source File YouTube Video
RAG Chatbot System Build a Retrieval-Augmented Generation chatbot that can answer questions based on your documents 📁 Download 🎥 Part 1🎥 Part 2
RAG AI Agent Advanced AI agent with document processing, vector storage, and intelligent query handling 📁 Download 🎥 Watch
GPT Open Source Agent Create your own GPT-like agent using open-source models and custom training data 📁 Download 🎥 Watch

🔴 Advanced Level Projects

Project Description Source File YouTube Video
High-Accuracy RAG Agent Ultra-precise RAG system with advanced chunking, multiple vector stores, and context optimization 📁 Download 🎥 Part 1🎥 Part 2
Fully Synchronized RAG Agent Enterprise-grade RAG system with real-time data sync, multi-source integration, and advanced caching 📁 Download 🎥 Watch
Business Owner GPT-5 Comprehensive business AI assistant with financial analysis, market research, and strategic planning capabilities 📁 Download 🎥 Watch
Auto Meeting Scheduler Intelligent meeting scheduler with voice and text processing, calendar integration, and conflict resolution 📁 Download 🎥 Watch
Multi-Modal WhatsApp Agent Advanced WhatsApp AI agent supporting voice messages, text, images, and document processing with calendar integration 📁 Download 🎥 Watch
WhatsApp Multi-Agent System Comprehensive multi-agent WhatsApp system with voice, text, and image processing. Features specialized agents for calendar management, email handling, web search, and social media posting 📁 Download 🎥 Watch
Secured WhatsApp Multi-Agent System Enhanced multi-agent WhatsApp system with voice, text, and image processing plus security authentication. Features specialized agents for calendar management, email handling, web search, and social media posting with authorized user verification 📁 Download 🎥 Watch
WhatsApp Multi-Agent with Evolution API Advanced WhatsApp multi-agent system using Evolution API for enhanced messaging capabilities. Features improved reliability, QR code management, and seamless integration with specialized AI agents 📁 Download 🎥 Watch (Coming Soon)
Messenger Multi-Agent Text-Image-Voice Comprehensive Facebook Messenger multi-agent system supporting text, voice, and image processing. Advanced AI agent integration with Facebook Graph API for seamless multimedia communication. See 📄 API Command Reference for sending audio messages via curl. 📁 Download 🎥 Watch (Coming Soon)
Telegram Multi-Agent MCP System Advanced Telegram multi-agent system with MCP (Model Context Protocol) integration supporting text, voice, and image processing. Features specialized orchestrator agent coordinating email, calendar, and web search agents with OpenAI GPT-5 integration. 📁 Download 🎥 Watch (Coming Soon)
Outlook Email & Calendar Multi-Agents MCP Enterprise-grade Outlook integration with multi-agent system for intelligent email classification, calendar management, and automated workflow processing. Features advanced MCP (Model Context Protocol) integration for seamless AI agent coordination and Microsoft Graph API integration. 📁 Download 🎥 Watch (Coming Soon)
Integrating n8n with Claude Desktop Advanced integration that connects your n8n workflows with Claude Desktop using Model Context Protocol (MCP). Enable Claude to directly interact with and control your n8n automation workflows through natural language commands. 📖 Installation Guide

📋 Installation Guides

Guide Description Installation Guide
WhatsApp Evolution API Setup Complete step-by-step guide to install and configure WhatsApp Evolution API for n8n integration. Includes Docker setup, database configuration, and n8n connection steps 📖 Installation Guide
Hostinger Domain Setup Complete guide for configuring custom domain names with n8n on Hostinger VPS. Includes DNS configuration, SSL setup, and Docker environment updates 📖 Setup Guide
Evolution API with Hostinger VPS Complete installation guide for setting up Evolution API on Hostinger VPS with custom subdomain configuration. Includes DNS setup, SSL certificates, and API deployment 📖 Setup Guide

|| Claude Desktop Integration | Complete setup guide for integrating n8n with Claude Desktop using Model Context Protocol (MCP). Includes configuration steps, MCP server setup, and workflow integration instructions | 📖 Installation Guide |

🛠️ Technologies & Integrations

Core Technologies

  • n8n - Visual workflow automation platform
  • OpenAI GPT - Advanced language models
  • Grok AI - Alternative AI model for enhanced conversations
  • Vector Databases - Pinecone, Weaviate for RAG systems
  • Speech Processing - Voice-to-text and text-to-speech

Popular Integrations

  • 📧 Email: Gmail, Outlook automation
  • 📅 Calendar: Google Calendar, Outlook Calendar
  • 💬 Chat: Slack, Discord, Telegram, WhatsApp
  • 🗄️ Database: PostgreSQL, MySQL, MongoDB
  • ☁️ Cloud: AWS, Google Cloud, Azure services
  • 📊 Analytics: Google Analytics, custom dashboards

📖 Learning Path

Recommended progression through the course:

  1. 🟢 Start Here: Smart Company Chatbot → Company Chatbot with Grok
  2. 🟡 Build Knowledge: RAG Chatbot → RAG AI Agent → GPT Open Source
  3. 🔴 Master Advanced: High-Accuracy RAG → Fully Synchronized RAG → Business GPT-5
  4. 🚀 Capstone: Auto Meeting Scheduler (combines all skills)

🔧 Setup Requirements

Required Accounts (Free tiers available)

  • OpenAI API - For GPT models
  • Pinecone - Vector database for RAG systems
  • Google Cloud - Speech and document processing
  • Telegram/Discord - For chatbot deployment

Optional but Recommended

  • Grok AI API - Alternative AI model
  • AWS/Azure - Cloud deployment
  • MongoDB Atlas - Document storage
  • Zapier - Additional integrations

🆘 Troubleshooting

Common Issues

❌ "Workflow won't start"

  • ✅ Check API keys are properly configured
  • ✅ Verify webhook URLs are accessible
  • ✅ Ensure all required nodes are activated

❌ "API rate limits exceeded"

  • ✅ Implement delay nodes between API calls
  • ✅ Use API key rotation for high-volume workflows
  • ✅ Consider upgrading to paid API tiers

❌ "RAG system not finding relevant documents"

  • ✅ Check document chunking strategy
  • ✅ Verify vector embeddings are generated correctly
  • ✅ Adjust similarity search thresholds

Getting Help

  • 📺 Video Comments - Ask questions on specific YouTube videos
  • 🐛 GitHub Issues - Report bugs or request features
  • 💬 Community - Join our Discord for real-time help

🔗 Additional Resources

Official Documentation

Advanced Learning

👨‍🏫 About the Instructor

Mohamed Elshamy - AI Automation Expert & Course Creator

Specialized in building production-ready AI agents and automation systems. Creator of multiple successful courses on YouTube with thousands of students worldwide.

🤝 Contributing

Found a bug or want to improve a workflow? Contributions are welcome!

  1. Fork this repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📜 License

This educational content is provided for learning purposes. Please respect the terms of service of all integrated platforms and APIs.


⭐ If you find this course helpful, please star this repository and subscribe to the YouTube channel!

🚀 Ready to build intelligent AI agents? Start with the Quick Start Guide above!

Happy Automating! 🤖✨

About

n8n Projects for my Youtube’ course.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors