OpenAI Workflows
4.412 Ergebnisse — 786 herunterladbare Workflow-Dateien, 3.626 quellenverknüpfte n8n-Referenzen
Email AI Triage
On manual run, reads incoming IMAP emails, analyzes them with OpenAI, and filters by the result.
GitHub Repo RAG Agent
Indexes GitHub files into a Qdrant vector store with OpenAI embeddings, then answers chat queries via a retrieval agent.
Form AI Response Parser
On form submission, runs OpenAI LLM chains to parse answers into structured data, then filters and aggregates the results.
OpenAI Chat Agent
On a chat message, runs an OpenAI agent that fetches data over HTTP, converts it to a file, and replies.
Write a WordPress Post with AI (Starting from a Few Keywords)
From a keyword form submission, drafts an article with OpenAI and Wikipedia, then publishes it as a WordPress post.
OpenAI NocoDB Generator
On manual run, fetches data, generates content with OpenAI, converts it to a file, and stores records in NocoDB.
OpenAI Qdrant Sheets Pipeline
On manual run, embeds web content with OpenAI into a Qdrant vector store, extracts structured fields, and logs them to Google Sheets.
Airtable AI Slack Notifier
On new Airtable records, extracts fields with OpenAI, routes data via GraphQL, deduplicates, and posts notifications to Slack.
OpenAI Web Page Summarizer
On manual run, scrapes and chunks web page content, then summarizes it with OpenAI using a summarization chain.
Drive File AI Analyzer
On a new Google Drive file, extracts its contents, analyzes the text with OpenAI, and returns the processed results.
Sheets OpenAI Agent Enricher
On a new Google Sheets row, enriches data using an OpenAI agent with calculator and Wikipedia tools, then writes results back to Sheets.
Automate PDF Image Extraction & Analysis with GPT 4o and Google Drive
On manual run, pulls a PDF from Google Drive, extracts its images, analyzes them with OpenAI GPT-4o, and saves the output to a file.
OpenAI Memory Chat Assistant
On a chat message, replies with OpenAI using conversation memory, fetches supporting data, and formats the response as markdown.
Milvus RAG Chatbot
On a chat message, scrapes and chunks web content, embeds it with OpenAI into a Milvus vector store, and answers queries.
OpenAI Structured Airtable Writer
On manual run, generates structured data with OpenAI, filters and refines it through an LLM chain, and saves records to Airtable.
Notion Content Summarizer
On a schedule, fetches and parses web content, summarizes it with OpenAI, and creates pages in Notion.
OpenAI Content File Generator
On manual run, calls the OpenAI API, then splits and converts the generated content into a downloadable file.
Form To Airtable AI Processor
On form submission, processes input with an OpenAI agent, parses structured output, and stores records in Airtable.
OpenAI Airtable Data Extractor
On a webhook, fetches data, extracts fields with OpenAI, upserts records to Airtable, and emails a deduplicated HTML digest via Gmail.
OpenAI Qdrant Knowledge Indexer
On manual run, scrapes web pages, embeds the content with OpenAI into a Qdrant vector store, extracts fields, and logs results to Google Sheets.
OpenAI Webhook Processor
On webhook, processes input through an OpenAI chain and calls an external API to return a generated response.
GitHub Repo RAG Chat Agent
Indexes GitHub files into a Qdrant vector store, then answers chat queries via an OpenAI agent using retrieval and memory.
BambooHR Knowledge Agent
On chat message, an OpenAI agent answers HR questions using a Supabase vector store and BambooHR data.
Supabase Data Agent
On manual run, an OpenAI agent queries Supabase and external APIs to extract and store structured data.