10,092 workflows
Nodes: Sort: Date:
Create LinkedIn news posts with Google Gemini, OpenAI images and Slack
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 ...
0
Jun 13, 2026
Generate tender eligibility summaries and bid checklists with Gemini and Google Sheets
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, ...
0
Jun 13, 2026
Enrich German vocabulary in Google Sheets with OpenThesaurus and OpenAI
Quick Overview This workflow watches a Google Sheets vocabulary list for new German words, looks up synonyms via OpenThesaurus, and uses an OpenAI chat model to generate a JSON-formatted example sente ...
0
Jun 13, 2026
Answer business FAQs with Claude, Supabase pgvector and OpenAI embeddings
Quick Overview This workflow exposes a webhook-based FAQ endpoint that embeds incoming questions with OpenAI, retrieves relevant knowledge base chunks from Supabase pgvector, and asks Anthropic Claude ...
0
Jun 13, 2026
Predict airport queue wait times and email alerts with OpenAI and SendGrid
Quick Overview This workflow accepts traveler flight details via webhook or runs every 5 minutes, predicts airport queue wait times with a custom JavaScript model, generates an alert message using Ope ...
0
Jun 13, 2026
Triage inbound form requests with OpenAI, Slack, Gmail and Google Sheets
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 ...
0
Built by Julian Abt Julian Abt
Jun 13, 2026
Analyze skill gaps from LinkedIn jobs with BrowserAct, GPT-4o-mini and Gmail
Quick Overview This workflow collects a student’s profile via an n8n form, scrapes relevant LinkedIn job postings with BrowserAct, uses OpenAI GPT-4o-mini to generate a skill gap report and 90-day l ...
0
Built by isaWOW isaWOW
Jun 13, 2026
Joining different datasets
Task: Merge two datasets into one based on matching rules Why: A powerful capability of n8n is to easily branch out the workflow in order to process different datasets. Even more powerful is the abil ...
122,191
Built by Jonathan Jonathan
Jun 13, 2026
Back Up Your n8n Workflows To Github
This workflow will backup your workflows to Github. It uses the public api to export all of the workflow data using the n8n node. It then loops over the data checks in Github to see if a file exists ...
80,446
Built by Jonathan Jonathan
Jun 13, 2026
OpenAI GPT-3: Company Enrichment from website content
Enrich your company lists with OpenAI GPT-3 ↓ You’ll get valuable information such as: Market (B2B or B2C) Industry Target Audience Value Proposition This will help you to: add more personaliz ...
72,240
Jun 13, 2026
Working with dates and times
Task: Handle dates and times in your workflow Why: Date and time formats can be hard to work with, we have 2 main ways of doing that with n8n that cover all the main needs Main use cases: Change da ...
70,600
Built by Jonathan Jonathan
Jun 13, 2026
Preparing data to be sent to a service
Task: Make sure that data is in the right format before injecting it into a database/spreadsheet/CRM/etc. Why: Spreadsheets and databases require the incoming data to have the same fields as the head ...
63,641
Built by Jonathan Jonathan
Jun 13, 2026
AI chat with any data source (using the n8n workflow tool)
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 ...
42,185
Jun 13, 2026
Chat with OpenAIs GPT via a simple Telegram Bot
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 ...
38,698
Built by Mike Mike
Jun 13, 2026
Use an open-source LLM (via HuggingFace)
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 ...
37,276
Built by n8n Team n8n Team
Jun 13, 2026
Slack chatbot powered by AI
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 ...
35,192
Built by n8n Team n8n Team
Jun 13, 2026
AI: Conversational agent with custom tool written in JavaScript
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 ...
35,066
Built by n8n Team n8n Team
Jun 13, 2026
Generating Keywords using Google Autosuggest
This workflow is aimed at generating keywords for SEO and articles To get started, you need to use the workflow as it is. You just call the webhook URL with a query parameter as q={{ $keywords}} For e ...
30,011
Jun 13, 2026
ChatGPT Automatic Code Review in Gitlab MR
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 ...
28,555
Built by assert assert
Jun 13, 2026
Chat with a database using AI
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 ...
28,371
Jun 13, 2026