OpenAI workflow'ları
4.412 sonuç — 786 indirilebilir workflow dosyası, 3.626 kaynağa bağlı n8n referansı
AI Telegram Chat Assistant
On a webhook, relays a Telegram message and generates an AI reply using LangChain and OpenAI.
AI Incident Telegram Alert
On manual run, sends a Telegram message, retrieves vector context, analyzes with OpenAI, and triggers a PagerDuty incident.
AI Flight Deal Finder
On a schedule, retrieves vector-database context, queries OpenAI, and searches flights via Skyscanner.
Auto Translate Documents and Sync
On a webhook, retrieves a document via HTTP, translates it with OpenAI, and uploads the translated file to AWS S3.
Line Chatbot V2 (Sheet Database + Search)
On a LINE webhook message, looks up records in Google Sheets and replies through an OpenAI agent.
SentimentAnalysis
On a form submission, extracts text from the uploaded file, runs OpenAI sentiment analysis, and returns the results as a file.
Create blog drafts, images, and LinkedIn posts with Tavily, Gemini, and OpenAI
Quick overview This workflow receives a blog request via webhook, researches the topic with Tavily, generates a long-form HTML article using Google Gemini, creates two images via the kie.ai API, stores assets in Google Drive, updates a Google Sheets tracker, and notifies a Slack user with links. How it works Receives a POST webhook request containing a Google Sheets row payload with an “AI Blog Title” and related metadata. Searches the web for supporting sources using Tavily and passes the research plus the title to Google Gemini to generate the full article as HTML. Converts the generated content to HTML, creates a temporary HTML file in Google Drive, downloads it to set the correct text/html MIME type, re-uploads it as the final Drive file, and deletes the temporary file. Sends the finished article to OpenAI to generate a short LinkedIn post, then updates the matching row in Google Sheets with a Done flag, the article folder/link value, and the LinkedIn post text. Creates a cover image and an in-article infographic by submitting two text-to-image jobs to the kie.ai API, polling until each job succeeds, downloading each resulting image, and uploading both images to Google Drive. W
Generate digital product launch content with OpenAI GPT-4o-mini and Google Sheets
Quick overview This workflow generates a multi-channel digital product launch content pack from product details, using OpenAI to create a blog intro, LinkedIn post, X post, Instagram caption, and launch email, and can optionally append the results to Google Sheets. How it works Runs manually when you execute the workflow. Loads sample product details such as name, tagline, price, URL, target audience, and brand tone. Sends the product details to OpenAI (GPT-4o-mini) with instructions to return a JSON content pack for blog, LinkedIn, X, Instagram, and email. Normalizes and validates the returned JSON, ensuring all five content fields are present and formatted as plain text. Optionally appends the generated content fields as a new row in Google Sheets (when the Google Sheets step is enabled). Setup Add an OpenAI API credential and select it in the OpenAI Chat Model configuration. Replace the sample product fields (especially productURL and brandTone) with your own product data or connect a real data source. (Optional) Enable the Google Sheets step, add Google Sheets OAuth2 credentials, and set the target spreadsheet ID and sheet name. Requirements n8n instance (cloud or self-hosted)
Monitor AI search visibility with Talordata SERP, OpenAI, and Google Sheets
Quick overview This workflow runs on demand to crawl Google SERP pages via Talordata, aggregates organic results and related searches, uses OpenAI to produce a structured AI Search Visibility report with GEO recommendations and a score, and appends or updates the results in Google Sheets. How it works Starts when you manually execute the workflow and sets the target query, search engine (Google), and initial page. Calls the Talordata MCP Search API to fetch the first SERP page, then extracts pagination metadata and builds a list of pages to crawl. Loops through each SERP page and requests additional results from Talordata using the corresponding page/start value. Normalizes each page into structured datasets for organic results and related searches, and aggregates all page data into a single consolidated SERP payload. Sends the consolidated SERP dataset to OpenAI to generate a structured AI Search Visibility report (metrics, domain categorization, opportunities, recommendations, executive summary, and score). Parses the model output into JSON and appends or updates a matching row in Google Sheets keyed by the SERP link. Setup Add a Talordata Bearer Auth credential and confirm acces
AI Email Processing to Airtable
On a schedule, sends an email, processes the content with OpenAI, and stores results in Airtable.
Scheduled ArXiv Research Digest
On a schedule, pulls the latest arXiv papers and generates summaries via OpenAI.
ArXiv Paper Summaries With OpenAI
On a schedule, fetches papers from the arXiv API and summarizes them with OpenAI.
ArXiv Digest To Notion
On a schedule, fetches arXiv papers, summarizes them with OpenAI, and saves notes to Notion.
ArXiv Paper Summarizer
On manual run, retrieves arXiv papers and summarizes them with OpenAI.
ArXiv Scholar Research Digest
On a schedule, gathers arXiv and Google Scholar papers and summarizes them with OpenAI.
ArXiv Analysis With Stripe
On manual run, fetches arXiv papers, analyzes them with OpenAI, and processes a Stripe charge.
ArXiv Summary With Skyscanner Lookup
On manual run, retrieves arXiv papers, summarizes them with OpenAI, and queries Skyscanner flights.
ArXiv Analysis To QuickBooks
On a schedule, fetches arXiv papers, analyzes them with OpenAI, and records entries in QuickBooks.
Pinecone io n8n templates assistant quickstart
On a chat message, an OpenAI agent queries a Pinecone assistant to answer questions and ingests documents fetched over HTTP.
Pinecone io n8n templates database quickstart
On a chat message, an OpenAI agent retrieves answers from a Pinecone vector store, chunking and embedding ingested documents.
Pinecone io n8n templates datacamp codealong
On a chat message, an OpenAI agent answers questions through a Pinecone assistant and ingests documents fetched over HTTP.
Pinecone io n8n templates query support docs via dropbox and slack
On a Slack message, an OpenAI agent queries support docs via a Pinecone assistant and Dropbox, then replies in Slack.
Pinecone io n8n templates assistant quickstart
On a chat message, runs an OpenAI agent with MCP tools to query a Pinecone assistant and return answers.
Complete RAG System with Autoupdate Documents Using Qdrant
Embeds Google Drive documents into Qdrant via OpenAI, then answers chat queries using Google Gemini retrieval-augmented generation.