5,388 workflows
in AI
Nodes:
Sort:
Date:
Quick overview
This workflow runs every week, reads articles from a configurable list of RSS feeds, deduplicates and ranks recent items, uses OpenAI to curate them into a themed HTML digest, and sends ...
Quick Overview
This workflow receives website contact-form submissions via a webhook, uses OpenAI to classify and summarize the message and draft a reply, routes spam separately, alerts your team in S ...
Quick Overview
This scheduled workflow pulls the latest AI-related articles from NewsAPI, uses Google Gemini to filter and draft a LinkedIn post plus image prompt, generates an image with OpenAI, uplo ...
This template is for AI builders, SecOps teams, and automation teams that expose agents, chatbots, or webhook workflows to untrusted user input. It helps reduce the risk of prompt injection, system pr ...
Quick Overview
This workflow exposes a webhook that fetches Reddit posts and top comments, uses OpenRouter LLM models to generate structured MVP business ideas, scores and filters them, and returns th ...
Quick overview
This workflow ingests a local PDF into Qdrant with Ollama embeddings, then supports hybrid retrieval by querying Qdrant with both dense vectors and BM25 sparse vectors from an n8n chat ...
Quick Overview
This workflow logs receipt photos from Telegram into Google Sheets using Google Gemini for data extraction, and exposes an MCP server tool that lets clients like Claude or ChatGPT query ...
Quick Overview
This workflow exposes an MCP server endpoint for Claude Desktop and provides tools to build new n8n workflows from plain-English prompts using Google Gemini, plus tools to list, inspect ...
Quick overview
This workflow receives a blog generation request via webhook, uses Google Gemini to write a full SEO-optimized post, generates a featured image with DALL-E 3, and automatically publishe ...
Quick overview
This scheduled workflow ingests tender records, checks Google Sheets and Supabase for duplicates, uses Google Gemini to generate an eligibility summary, match score, and bid checklist, ...
Quick overview
This workflow polls Gmail every 15 minutes for unread invoice or receipt emails, uses Anthropic Claude (Sonnet) to extract key financial fields, logs new documents to Google Sheets, sen ...
Quick overview
This workflow starts when a GoHighLevel opportunity is marked Won, uses Anthropic Claude to generate a tailored welcome email and 6-task onboarding plan,creates tasks in GoHighLevel,the ...
How it works
Send any idea as a text message to a Telegram bot
Claude automatically decides the best content format (carousel, reel, or blog post)
Claude writes 3 hooks for that format — problem, cu ...
This AI agent can access data provided by another n8n workflow. Since that workflow can be used to retrieve any data from any service, this template can be used give an agent access to any data.
Note ...
Use case
LLMs have provided a lot of value for several use cases. Especially some OpenAI models are proving to be quite valuable. However, it's sometimes not super accessible to chat with these models ...
This workflow demonstrates how to connect an open-source model to a Basic LLM node.
The workflow is triggered when a new manual chat message appears. The message is then run through a Language Model ...
This workflow offers an effective way to handle a chatbot's functionality, making use of multiple tools for information retrieval, conversation context storage, and message sending. It's a setup tailo ...
This workflow implements a custom tool via JavaScript code which returns a random color to users and excludes the given colors.
Note that to use this template, you need to be on n8n version 1.19.4 or ...
Who this template is for
This template is for every engineer who wants to automate their code reviews or just get a 2nd opinion on their PR.
How it works
This workflow will automatically review your ...
This workflow allows you to ask questions about data stored in a database using AI.
To use it, you'll need an OpenAI API key (although you could also swap in a model from another service).
Supported ...