AI Workflows
Artificial Intelligence tools and workflows
Automate LinkedIn Content Creation with GPT-4 and DALL-E
Effortlessly generate LinkedIn content using OpenAI's GPT-4 and DALL-E with this n8n workflow. Customize topics, create posts, and generate images to enhance your LinkedIn presence.
n8n$14.99Automate YouTube Video Discovery and Summarization via Email
Automatically search for YouTube videos using specific keywords, summarize their content with ChatGPT, and deliver the summaries via email. This workflow enhances efficiency by providing quick access to summarized video content.
Make$4.99Automate Custom Proposal Creation with AI and Google Slides
Streamline your proposal process by automatically generating personalized Google Slides presentations using AI insights from client data, and send them directly to prospects via email.
n8n$4.99Generate Random Strings from Predefined Characters
Create random strings of specified length using characters from a predefined set, ideal for generating unique identifiers or passwords.
Make$4.99Zoom AI Meeting Assistant Creates Email Summary, ClickUp Tasks, and Follow-Up Calls
## Update 19-04-2025 ## - Change from OpenAI to Claude 3.7 Sonnet module - Adding the think tool **The update enables significantly better results to be achieved. This is particularly noticeable during longer meetings!** ## What this workflow does This workflow retrieves the Zoom meeting data from the last 24 hours. The transcript of the last meeting is then retrieved, processed, a summary is created using AI, and sent to all participants by email. AI is then used to create tasks and follow-up appointments based on the content of the meeting. Important: You need a Zoom Workspace Pro account and must have activated Cloud Recording/Transcripts! This workflow has the following sequence: 1. Manual trigger (Can be replaced by a scheduled trigger or a webhook) 2. Retrieval of Zoom meeting data 3. Filter the events of the last 24 hours 4. Retrieval of transcripts and extract of the text 5. Creating a meeting summary, format to HTML, and send per mail 6. Create tasks and follow-up call (if discussed in the meeting) in ClickUp/Outlook (can be replaced by Gmail, Airtable, and so forth) via sub workflow ### Requirements: - Zoom Workspace (via API and HTTP Request): [Documentation](https://docs.n8n.io/integrations/builtin/credentials/zoom/) - Microsoft Outlook: [Documentation](https://docs.n8n.io/integrations/builtin/credentials/microsoft/) - ClickUp: [Documentation](https://docs.n8n.io/integrations/builtin/credentials/clickup/) - AI API access (e.g., via OpenAI, Anthropic, Google, or Ollama) - SMTP access data (for sending the mail) You must set up the individual sub-workflows as separate workflows. Then set the “Execute workflow trigger” here. Then select the corresponding sub-workflow in the AI Agent Tools. You can select the number of domains yourself. If the data queries are not required, simply delete the corresponding tool (e.g., “Analytics_Domain_5”). Feel free to [contact me via LinkedIn](https://www.linkedin.com/in/friedemann-schuetz), if you have any questions!
n8n$14.99Automate LinkedIn Profile Discovery and Outreach via Form Submission
This n8n workflow automates the discovery of LinkedIn profiles based on user-submitted data, leveraging Bright Data for web scraping and GPT-4o-mini for data parsing. It crafts a personalized follow-up email with insights and outreach strategies.
n8n$14.99Advanced AI Personal Assistant for WhatsApp with GPT-4 and Supabase Integration
Leverage this workflow to create a sophisticated AI personal assistant for WhatsApp, utilizing GPT-4, RAG, and voice capabilities through Supabase. Enhance user interaction by understanding and responding to messages across multiple formats and platforms.
n8n$24.99Create an AI-Powered Chatbot for Airtable Data Analysis
This workflow enables the creation of an AI-powered chatbot that interacts with Airtable datasets, allowing users to retrieve and analyze data through conversational queries.
n8n$19.99Automate Browser Interactions with Airtop and GPT-4 for Reddit Posting
This n8n workflow creates an AI agent that automates browser interactions using Airtop and GPT-4, enabling automated Reddit posting with session management, live monitoring, and detailed activity tracking.
n8n$14.99Create a Dynamic Telegram AI Bot with LangChain and DALL-E Integration
Develop a flexible Telegram bot that leverages LangChain nodes and DALL-E for advanced AI interactions and image generation.
n8n$4.99AI Agent Web Search Using SearchAPI & LLM
## AI Agent Web Search using SearchApi & LLM ### Who is this for? This workflow is ideal for anyone conducting **online research**, including **students**, **researchers**, **content creators**, and professionals looking for accurate, up-to-date, and verifiable information. It also serves as an excellent foundation for building more sophisticated AI-driven applications. ### What problem does this workflow solve? / Use case This workflow automates web searches by enabling an AI agent to efficiently retrieve and summarize external, verifiable information, ensuring accuracy through source citations. ### What this workflow does - Connects an AI agent node to [SearchApi.io](https://www.searchapi.io/) as an integrated search tool. - Empowers the AI agent to perform real-time web searches using various SearchApi engines (e.g., Google, Bing). - Allows the AI agent to dynamically determine search parameters based on user interaction, delivering contextually relevant results. - Ensures responses include clearly cited sources for validation and further exploration. ### Setup 1. **Install the [SearchApi community node](https://www.npmjs.com/package/@searchapi/n8n-nodes-searchapi)**: - Open **Settings > Community Nodes** inside your self-hosted n8n instance. - Fill **npm Package Name** with `@searchapi/n8n-nodes-searchapi`. - Accept the risk prompt, and hit **Install**. - It should now appear as a node when you search for it. 2. **API Configuration**: - Set up your [SearchApi.io](https://www.searchapi.io/) credentials in n8n. - Add your preferred LLM provider credentials (e.g., OpenRouter API). 3. **Input Requirements**: - Provide the YouTube video ID (e.g., `wBuULAoJxok`). 4. **Connect LLM Integration**: - Configure the summarization chain with your chosen model and parameters for text splitting. ### How to customize this workflow to your needs - Integrate additional nodes to structure or store search results (e.g., saving to databases, Notion, Google Sheets). - Extend chatbot capabilities to integrate with messaging platforms (Slack, Discord) or email notifications. - Adjust search parameters and filters within the AI agent node to tailor information retrieval. ### Example Usage - **Input**: User asks, "What are the latest developments in AI regulation?" - **Output**: AI retrieves, summarizes, and cites recent, authoritative articles and news sources from the web.
n8n$4.99Automate AI-Driven Research with Jina AI Deep Search
Streamline your research process with Jina AI's Deep Search, automating the querying, analysis, and formatting of research reports without the need for API keys.
n8n$4.99Build a Retrieval-Based Chatbot with Telegram, OpenAI, and Google Drive PDF Backup
# Telegram RAG Chatbot with PDF Document & Google Drive Backup - An upgraded Retrieval-Augmented Generation (RAG) chatbot built in **n8n** that lets users ask questions via Telegram and receive accurate answers from uploaded PDFs. It embeds documents using OpenAI and backs them up to Google Drive. ## ☀ Who's it for Perfect for: - Knowledge workers who want instant access to private documents - Support teams needing searchable SOPs and guides - Educators enabling course material Q&A for students - Individuals automating personal document search + cloud backup ## ℹ How it works / What it does ### Telegram Chat Handling 1. **User sends a message** Triggered by the Telegram bot, the workflow checks if the message is text. 2. **Text message ➡ OpenAI RAG Agent** If the message is text, it's passed to a GPT-powered document agent. This agent: - Retrieves relevant info from embedded documents using semantic search - Returns a context-aware answer to the user 3. **Send answer back** The bot sends the generated response back to the Telegram user. 4. **Non-text input fallback** If the message is not text, the bot replies with a polite unsupported message. ### ➡ PDF Upload and Embedding 1. **User uploads PDFs manually** A manual trigger starts the embedding flow. 2. **Default Data Loader** Reads and chunks the PDF(s) into text segments. 3. **Insert to Vector Store (Embedding)** Text chunks are embedded using OpenAI and saved for retrieval. 4. **Backup to Google Drive** The original PDF is uploaded to Google Drive for safekeeping. ## 🛠 How to set up 1. **Telegram Bot** - Create via [BotFather](https://t.me/botfather) - Connect it to the Telegram Trigger node 2. **OpenAI** - Use your OpenAI API key - Connect the Embeddings and Chat Model nodes (GPT-3.5/4) - Ensure both embedding and querying use the same Embedding node 3. **Google Drive** - Set up credentials in n8n for your Google account - Connect the "Backup to Google Drive" node 4. **PDF Ingestion** - Use the "Upload your PDF here" trigger - Connect it to the loader, embedder, and backup flow ## 📜 Requirements - Telegram bot token - OpenAI API key (GPT + Embeddings) - n8n instance (self-hosted or cloud) - Google Drive integration - PDF files to upload ## © How to customize the workflow | Feature | How to Customize | |-------------------------|------------------------------------------------------------| | Auto-ingest from folders| Add Google Drive/Dropbox watchers for new PDFs | | Add file upload via Telegram| Extend Telegram bot to receive PDFs and run the embedding flow| | Track user questions | Log Telegram usernames and questions to a database | | Summarize documents | Add summarization step on upload | | Add Markdown or HTML support| Format replies for better Telegram rendering | Built with Telegram + PDF + OpenAI Embeddings + Google Drive + n8n
n8n$14.99Create an Adaptive AI Chat Agent with Google Gemini and Qdrant
Transform your chatbots and support systems with adaptive, context-aware AI using Google Gemini and Qdrant. This n8n workflow classifies queries and applies tailored strategies for factual, analytical, opinion, or contextual requests, ensuring precise and relevant responses.
n8n$24.99Deploy a Custom-Branded AI Chatbot with Langflow Integration
Integrate a customizable AI chatbot on your website using n8n and Langflow, enabling dynamic responses and seamless user interactions.
n8n$4.99Automate Software Documentation Queries with Context7 and Google Gemini
This n8n workflow leverages Context7 and Google Gemini to automate the retrieval of software library documentation. It simplifies client-side integration by exposing a single, callable AI agent tool via an SSE endpoint.
n8n$14.99Create an IPL Cricket Rules Q&A Chatbot with Google Gemini API
This workflow builds a chatbot to answer IPL cricket rules queries using Google Gemini API for embeddings and chat capabilities. It creates a vector store from IPL rules to enhance the chatbot's accuracy.
n8n$14.99Automate AI-Enhanced Image Generation with FLUX Kontext and Google Integration
This workflow automates the creation of AI-enhanced images using FLUX Kontext based on prompts from Google Sheets. The images are stored in Google Drive, and their URLs are updated back to the spreadsheet for easy access.
n8n$14.99Automate Blog Creation and Publishing with AI and WordPress
Streamline your blog content generation and publishing process by leveraging AI to create and post articles directly to WordPress.
n8n$4.99Automate AI News Video Content Creation with Perplexity and OpenAI
This workflow automates the creation of engaging AI-related video content ideas by gathering the latest news, crafting scripts, and organizing them in Google Sheets for easy access.
n8n$14.99Automate YouTube SEO Content and Thumbnail Creation from Video Scripts
Streamline your YouTube SEO process by automatically generating SEO content and thumbnails from video scripts using Google Sheets, OpenAI, and Runway.
n8n$14.99Automate AI-Driven Handbook Creation with Multi-Agent Orchestration and Human Review
This n8n workflow automates the creation of Markdown-based handbooks using a multi-agent AI system with human oversight. It orchestrates AI agents for content generation, review, and synthesis, ensuring high-quality outputs through iterative refinement and human approval.
n8n$24.99Automate WordPress Content Creation with AI and Airtable
Streamline your WordPress content creation process with AI-driven research and writing, integrated with Airtable for structured oversight and human review.
n8n$19.99Automate Document-Based AI Queries with Google Drive and Supabase
Transform your Google Drive documents into a searchable knowledge base with AI-powered responses using Supabase and OpenAI. This workflow automates the ingestion, processing, and querying of documents for instant, context-aware answers.
n8n$14.99
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work