AI Workflows
Artificial Intelligence tools and workflows
Automate Data Extraction from PDFs and Images Using Mistral OCR
Leverage Mistral OCR to automate the parsing and extraction of data from PDFs and images, enhancing document processing workflows with AI-driven OCR capabilities.
n8n$14.99Automate Multilingual Voice Calls with OpenAI, ElevenLabs, and Twilio
Leverage AI to automate voice calls in multiple languages for scheduling appointments and placing service orders using OpenAI, ElevenLabs, and Twilio.
n8n$9.99Automate Bulk AI Image Creation with Freepik, Google Sheets, and Google Drive
This n8n workflow automates the generation of AI images in bulk using Freepik's text-to-image API. It reads prompts from a Google Sheet, creates multiple image variations, and uploads them to Google Drive with organized file names.
n8n$9.99Automated Telegram Sales Agent with Google Sheets Integration
Deploy an intelligent Telegram chatbot for food delivery businesses, streamlining order processing, payment verification, and order tracking with Google Sheets integration.
n8n$14.99Create Personalized Cold Email Openers from LinkedIn Posts Using GPT-4
Transform LinkedIn posts into personalized cold email openers that sound human-crafted in seconds. Ideal for sales, partnerships, and outreach professionals.
n8n$4.99Integrate DeepSeek AI Models with n8n for Advanced Chat and Reasoning
Leverage DeepSeek's AI models within n8n to create sophisticated chatbots and reasoning systems. This workflow supports local deployment with Ollama and direct API integration for seamless automation.
n8n$9.99Deploy a Local AI Chat Assistant with Ollama and n8n
Transform your local n8n instance into a private AI chat assistant using Ollama models, ensuring data privacy with no cloud dependencies.
n8n$9.99Cybersecurity Intelligence: Create Daily Digest & Viral Topics with Gemini AI
## This n8n workflow template simplifies the process of digesting cybersecurity reports by summarizing, deduplicating, organizing, and identifying viral topics of interest into daily emails. It will generate two types of emails: - A daily digest with summaries of deduplicated cybersecurity reports organized into various topics. - A daily viral topic report with summaries of recurring topics that have been identified over the last seven days. **This workflow supports threat intelligence analysts digest the high number of cybersecurity reports they must analyze daily by decreasing the noise and tracking topics of importance with additional care, while providing customizability with regards to sources and output format.** ## How it works The workflow follows the threat intelligence lifecycle as labeled by the colored notes. - Every morning, collect news articles from a set of RSS feeds. - Merge the feeds output and prepare them for LLM consumption. - Ask an LLM with writing an intelligence briefing that summarizes, deduplicates, and organizes the topics. - Generate and send an email with the daily digest. - Collect the daily digests of the last seven days and prepare them for LLM consumption. - Ask an LLM with writing a report that covers viral topics that have appeared prominently in the news. - Store this report and send out over email. ## How to use & customization - The workflow will trigger daily at 7 am. - The workflow can be reused for other types of news as well. The RSS feeds can be swapped out and the AI prompts can easily be altered. - The parameters used for the viral topic identification process can easily be changed (number of previous days considered, requirements for a topic to be viral). ## Requirements - The workflow leverages Gemini (free tier) for email content generation and Baserow for storing generated reports. The viral topic identification relies on the Gemini Pro model because of a higher data quantity and more complex task. - An SMTP email account must be provided to send the emails with. This can be through Gmail.
n8n$24.99Automate AI-Powered Document Queries with Supabase and n8n
Streamline the process of querying large document repositories stored in Supabase using an AI-powered chatbot. This workflow automates file processing and enables efficient information retrieval.
n8n$19.99Automate Twitter Post Creation with AI and Web Research
This workflow automates the creation of Twitter posts by transforming topic ideas into engaging drafts with text and images, using AI and real-time web data.
n8n$9.99Create an AI-Powered Chatbot with GPT-4o and Brave Search Integration
Develop a sophisticated chatbot using GPT-4o and MCP Brave Search to enhance user interactions and streamline data retrieval.
n8n$9.99Convert Reddit Questions into SEO-Optimized Blog Posts with AI and Google Sheets
This workflow automates the transformation of Reddit questions into structured SEO blog posts using OpenAI and Google Sheets. It scrapes questions from a subreddit, enhances them with AI, and logs them into Google Sheets for easy publishing.
n8n$24.99Automate Website Crawling and Query Responses Using Google Sheets and OpenAI
This workflow enables SEO analysts, content creators, and developers to automate website indexing and interact with its content using Google Sheets and OpenAI. It efficiently crawls websites, extracts key data, and allows for dynamic querying as if interacting with a chatbot.
n8n$24.99Automate YouTube Video Analysis and Content Ideation with Apify, OpenAI, and Google Sheets
This workflow automates the process of scraping trending YouTube videos, analyzing them with AI for optimized titles and outlines, and updating a Google Sheet for content planning.
n8n$9.99Automate LinkedIn Contact Discovery and Personalized Email Drafting
Streamline your LinkedIn outreach by automating contact discovery and personalized email drafting using n8n, OpenAI, Hunter.io, and Gmail.
n8n$14.99Automate Telegram Message Processing with AI for Text, Audio, and Images
This n8n workflow automates the processing of Telegram messages, including text, audio, and images, using AI for intelligent responses. It serves as a personal assistant by leveraging OpenAI's capabilities for message classification and processing.
n8n$24.99Generate LinkedIn Captions from Content Ideas Using AI
This workflow demonstrates how to loop over content ideas, generate LinkedIn captions using AI, and compile the results for review. Ideal for beginners learning to process data in n8n.
n8n$4.99Automate AI News Delivery to Telegram with Perplexity and OpenAI
This workflow automates the collection, filtering, formatting, and distribution of daily AI news summaries to a Telegram channel using Perplexity and OpenAI. It ensures only the most relevant updates are shared, avoiding duplicates with a Google Sheets archive.
n8n$9.99YouTube Transcription & Translation to Google Docs with Gemini AI
## YouTube Transcription, Summarization & Translation to Google Docs This workflow automates the end-to-end process of converting YouTube videos into structured, multilingual written content. It transcribes the video's speech, optionally summarizes it, translates it into the chosen language, and stores the result in a well-formatted Google Doc—ready for review, sharing, or publication. ## Who's It For * Content creators and bloggers repurposing video content. * Educators and researchers converting lectures into readable notes. * Marketing teams localizing video material for international audiences. * Students summarizing and translating study material. * YouTube viewers who want written notes or blog-ready formats. ## How It Works 1. A **Webhook** triggers the flow with inputs: `youtube_url`, `language`, and `enable_summary`. 2. A **Code** node formats these inputs into `videoId`, `originalUrl`, `language`, and `enable_summary`. 3. An **HTTP Request** node sends the video to Supadata API for full transcription. 4. Another **Code** node combines all transcript segments into one body of text. 5. The **Basic LLM Chain** node uses the **Google Gemini Chat Model** to summarize and translate the transcript if requested. 6. A **Google Docs** node creates a new document with a title based on `videoId` and `language`. 7. A final **Google Docs** node appends the processed summary and translation into the created document. ## How to Set Up 1. **Webhook Input:** Send a POST request with three fields: `youtube_url`, `language`, `enable_summary`. 2. **Configure Supadata API:** Add the HTTP URL and Authorization Header for transcription. 3. **Set up Gemini Chat Model:** Use Google Vertex AI/Gemini integration in the Basic LLM Chain node. 4. **Create Google Docs Credentials:** Connect your Google account using OAuth2. 5. **Document Naming Logic:** You may adjust document titles using expressions (e.g., `{{ videoId }} - {{ language }}`). ## Requirements * Supadata API key (or any video-to-text API). * Google account with Google Docs access. * Google Gemini access via n8n's LLM integration. * n8n Cloud or self-hosted instance. * Basic understanding of webhook setup (or a form frontend). ## How to Customize * **Change LLM model:** Swap Gemini with GPT-4 or Claude in the LLM Chain node. * **Summarization toggle:** Use the `enable_summary` flag to control verbosity. * **Document layout:** Customize headings, font styles, and content sections in Google Docs. * **Multiple languages:** Extend the workflow to translate into multiple languages and generate one document per language. * **Sharing options:** Add Gmail or Slack nodes to notify users once the document is generated. ## Add-ons * **Notion Export:** Send the document summary directly into Notion using the Notion node. * **Slack Notification:** Notify your team with a link to the Google Doc using the Slack node. * **Google Sheets Logging:** Log video URLs, timestamps, and language used for auditing. * **n8n Forms Integration:** Allow users to submit video URLs and language via a hosted n8n form. ## **Use Case Examples** * **Repurposing Videos into Blogs:** Automatically convert YouTube podcasts into multilingual blog posts. * **Educational Notes:** Extract and translate lecture content into shareable study documents. * **International Marketing Teams:** Summarize and localize product explainer videos for different countries. * **Transcription Library:** Create a searchable database of translated transcripts from niche educational YouTube channels. ## Common Troubleshooting | **Issue** | **Possible Cause** | **Solution** | |--------------------------|-------------------------------------|---------------------------------------------------------------| | Webhook not triggering | Incorrect webhook URL or POST format | Double-check payload and content-type (application/json) | | Transcription API fails | Invalid video ID or API key | Validate YouTube URL and Supadata API access | | Empty translation/summarization | Transcript was empty or prompt was weak | Ensure the video contains spoken content and refine prompt | | Google Doc not created | OAuth2 credentials not authorized properly | Reconnect Google Docs credentials in n8n | | Gemini LLM Chain fails | Model misconfigured or request malformed | Verify your model selection and payload structure | ## Need Help? Need help getting this set up or customizing it for your workflow? We can help you: * Set up transcription and translation APIs * Modify the summarization prompt * Customize document layouts or automate sharing [Contact WeblineIndia's automation experts!](https://www.weblineindia.com/hire-n8n-developers/)
n8n$9.99Chat with Local LLMs Using n8n and Ollama
## Chat with local LLMs using n8n and Ollama This n8n workflow allows you to seamlessly interact with your self-hosted Large Language Models (LLMs) through a user-friendly chat interface. By connecting to Ollama, a powerful tool for managing local LLMs, you can send prompts and receive AI-generated responses directly within n8n. ### Use cases - Private AI Interactions Ideal for scenarios where data privacy and confidentiality are important. - Cost-Effective LLM Usage Avoid ongoing cloud API costs by running models on your own hardware. - Experimentation & Learning A great way to explore and experiment with different LLMs in a local, controlled environment. - Prototyping & Development Build and test AI-powered applications without relying on external services. ### How it works 1. When chat message received: Captures the user's input from the chat interface. 2. Chat LLM Chain: Sends the input to the Ollama server and receives the AI-generated response. 3. Delivers the LLM's response back to the chat interface. ### Set up steps - Make sure Ollama is installed and running on your machine before executing this workflow. - Edit the Ollama address if different from the default.
n8n$4.99Optimize RAG Workflows with Cost-Effective Q&A Using Multiple AI Models
This workflow demonstrates how to efficiently use the Question and Answer tool with multiple AI models to reduce costs in RAG (Retrieval-Augmented Generation) scenarios.
n8n$9.99Automate SEO-Optimized WordPress Blog Posts with AI
This n8n workflow automates the creation and publishing of SEO-optimized blog posts to WordPress, leveraging AI to generate content and images, saving time and ensuring consistent quality.
n8n$14.99Automate RAG System Updates with Google Drive and Qdrant
This workflow automates the creation and management of a Retrieval-Augmented Generation (RAG) system using Qdrant as a vector store and Google Drive as the document source. It allows for both full and incremental updates to documents in the Qdrant vector database and integrates with a chatbot using Google Gemini for question answering.
n8n$14.99Automate Faceless Video Creation with AI Tools
This n8n workflow automates the creation of faceless videos using AI for script writing, voiceover generation, image creation, and video editing. Ideal for content creators and marketers looking to produce engaging videos without appearing on camera.
n8n$24.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