A comprehensive collection of workflow examples for n8n, the workflow automation platform. This repository contains ready-to-use workflow templates covering a wide range of use cases, with special focus on AI integrations.
n8n is an open-source workflow automation tool that allows you to connect various services and automate tasks without writing code. It provides a visual interface to create workflows by connecting nodes (representing services or operations) through a drag-and-drop interface.
This repository contains over 100 example workflows covering various use cases, including:
- AI-powered assistants and chatbots
- Data processing and analysis
- Social media automation
- Content generation and management
- Email and messaging automation
- Document management
- Data visualization
- Retrieval-Augmented Generation (RAG)
- Vector databases integration
- Web scraping and data collection
- Media processing (audio, video, images)
- Find an example workflow that matches your needs
- Open n8n (hosted or self-hosted)
- Import the workflow JSON from the example file
- Configure the required credentials
- Customize as needed
- Activate and run your workflow
Each example is provided as a text file containing:
- The complete workflow JSON
- Required nodes and connections
- Credential types needed
- Sample data where applicable
- AI Agents and Chatbots for various platforms (Telegram, Slack, WhatsApp)
- OpenAI integrations (ChatGPT, DALL-E, GPT-4, Assistants API)
- Vector database operations with Pinecone, Qdrant, and Supabase
- Social media automation for Twitter/X, Instagram, Discord
- Document processing with LangChain, LlamaParse
- AI-powered summaries and content generation
Feel free to contribute your own n8n workflow examples by creating a pull request.
This repository is provided for educational and reference purposes.