OpenAI Automation Workflows
899 ready-made OpenAI workflows for n8n, Make, Zapier, Activepieces, and Pipedream. GPT-powered enrichment, generation, and classification inside your automations.
Answer Questions About Documentation with BigQuery, RAG, and OpenAI
# BigQuery RAG with OpenAI Embeddings This workflow demonstrates how to use **Retrieval-Augmented Generation (RAG)** with **BigQuery** and **OpenAI**. By default, you cannot directly use OpenAI Cloud Models within BigQuery. ### Try it This template comes with access to a **public BigQuery table** that stores part of the n8n documentation (about nodes and triggers), allowing you to try the workflow right away: [`n8n-docs-rag.n8n_docs.n8n_docs_embeddings`](https://console.cloud.google.com/bigquery?ws=!1m5!1m4!4m3!1sn8n-docs-rag!2sn8n_docs!3sn8n_docs_embeddings) **Important:** BigQuery uses the *requester pays* model. The table is small (~40 MB), and BigQuery provides **1 TB of free processing per month**. Running 3-4 queries for testing should remain within the free tier, unless your project has already consumed its quota. More info here: [BigQuery Pricing](https://cloud.google.com/bigquery/pricing?hl=en) ## Why this workflow? Many organizations already use BigQuery to store enterprise data, and OpenAI for LLM use cases. When it comes to RAG, the common approach is to rely on dedicated vector databases such as **Qdrant**, **Pinecone**, **Weaviate**, or PostgreSQL with **pgvector**. Those are good choices, but in cases where an organization already uses and is familiar with BigQuery, it can be more efficient to leverage its built-in vector capabilities for RAG. Then comes the question of the LLM. If OpenAI is the chosen provider, teams are often frustrated that it is not directly compatible with BigQuery. This workflow solves that limitation. ## Prerequisites To use this workflow, you will need: * A good understanding of BigQuery and its vector capabilities * A BigQuery table containing documents and an embeddings column * The embeddings column must be of type **FLOAT** and mode **REPEATED** (to store arrays) * A data pipeline that **generates embeddings with the OpenAI API** and stores them in BigQuery This template comes with a public table that stores part of the **n8n documentation** (about nodes and triggers), so you can try it out: `n8n-docs-rag.n8n_docs.n8n_docs_embeddings` ## How it works The system consists of two workflows: * **Main workflow** – Hosts the AI Agent, which connects to a subworkflow for RAG * **Subworkflow** – Queries the BigQuery vector table. The retrieved documents are then used by the AI Agent to generate an answer for the user.
n8n$14.99Index Google Drive Docs to Pinecone with OpenAI Embeddings for RAG
Automatically watches a Google Drive folder, processes new documents with text splitting and OpenAI embeddings, then indexes them into Pinecone for RAG and semantic search.
n8n$19.99Automate Telegram Interaction with OpenAI and Supabase
The '0594HTTPTelegramCreateWebhook' workflow is designed to streamline interactions between Telegram, OpenAI, and Supabase. By leveraging the Telegram Trigger node, this automation captures new messages sent in a Telegram chat. Upon receiving a me...
n8n$19.99OTX & OpenAI Automated Web Security Audit
Automates website security checks using AlienVault OTX threat intel, OpenAI AI analysis, and email reports. Ideal for quick vulnerability audits via simple URL input.
n8n$22.99Comprehensive SEO Keyword Research with OpenAI & DataForSEO to NocoDB
Automates SEO keyword research by integrating OpenAI for topic expansion, DataForSEO for metrics and competitor analysis, triggered via NocoDB webhook, and stores results back in NocoDB.
n8n$24.99Voice-Powered AI Marketing Assistant with OpenAI & ElevenLabs
Gwen is an intelligent n8n AI agent that generates voice-optimized blog posts, AI images, edits visuals, and delivers natural voice responses using OpenAI and ElevenLabs.
n8n$24.99Auto-Translate Incoming Gmail Emails to English with OpenAI
Automatically detects non-English Gmail emails, translates them to English using OpenAI GPT-3.5, forwards with [TRANSLATED] tag, and labels originals for easy management.
n8n$12.99Automate SEO Blog Posts with OpenAI & WordPress
Automates SEO-optimized blog post creation and publishing on WordPress using OpenAI for titles, 1500+ word articles, images, and meta data. Triggers every 3 hours or via Telegram command.
n8n$24.99Scrape Stack Overflow Developer Profiles for Leads with OpenAI & Bright Data
Automates discovery and extraction of Stack Overflow developer profiles using Bright Data for scraping and OpenAI for intelligent parsing, storing structured leads in Google Sheets.
n8n$24.99Automate CVE Monitoring with OpenAI for ServiceNow Incidents
Automatically fetches latest CVE data, extracts key details using OpenAI, and creates Security Incidents in ServiceNow for timely vulnerability tracking.
n8n$19.99AI LinkedIn Post Generator with OpenAI, Sheets & Approval
Automates LinkedIn post creation from Google Sheets using OpenAI, sends for email approval with editable form, and fetches images.
n8n$16.99Automate Google Sheets Updates with RSS and OpenAI GPT-3 Insights
Automatically update Google Sheets with new articles from an RSS feed, enriched with content insights generated by OpenAI GPT-3.
Make$3.99Automate Buffer Status Updates with OpenAI GPT-3 Completions
Effortlessly post new content to Buffer by automating status updates with completions generated from OpenAI GPT-3, enhancing your content distribution workflow.
Make$2.99Automate LinkedIn Content Creation with OpenAI, Google Sheets & API
Fully automates LinkedIn posting: pulls topics from Google Sheets, generates AI content & images via OpenAI, publishes via LinkedIn API, and updates status—no manual work needed.
n8n$24.99Automated JSON File Embedding with Qdrant and OpenAI
This workflow automates the process of embedding JSON files using Qdrant and OpenAI, streamlining data handling and retrieval.
n8n$6.96Automate Google Calendar Webhook Creation with OpenAI Integration
This workflow automates the process of creating webhooks for Google Calendar events by integrating OpenAI's chat model. It allows users to easily retrieve conference records, obtain transcript locations, and download transcript files, ensuring a s...
n8n$9.3Automate Google Sheets Publishing with N8N and OpenAI
This workflow automates the process of analyzing Reddit posts to identify business opportunities using AI. By integrating N8N with OpenAI's powerful language model, users can efficiently generate insights from online discussions. The workflow trig...
n8n$19.09VoiceFlow AI: Telegram Audio Assistant with Deepgram and OpenAI
The VoiceFlow AI Audio Assistant workflow integrates Telegram, Deepgram, and OpenAI to create a powerful tool for transcribing voice messages. This workflow allows users to effortlessly convert audio messages received in Telegram into text, enabli...
n8n$19.99Turn Video URLs into LinkedIn Posts & X Threads (Notion + Apify + OpenAI)
One TikTok URL → LinkedIn post + X thread drafts. Paste a TikTok link into Notion and get ready-to-publish copy back—fast. What you get This template writes back to the same Notion row: LinkedIn draft (copy, tweak, post) X (Twitter) thread (formatted thread text) Who it’s for Creators, founders, and marketers who want to repurpose TikTok ideas without rewriting from scratch. Setup: create your Notion table (required) Before running the scenario, create a Notion database (Table view) with these properties: Name (Title property) Type: Title Use it as your content item name (e.g., “Video idea #1”) status Type: Select Options (exact text recommended): NEW, PROCESSING, DONE, ERROR You will set status = NEW to trigger the workflow video_url Type: URL (or Text if you prefer) Paste the TikTok video link here linkedin_draft Type: Text / Rich text Output field (the template will fill this) x_thread Type: Text / Rich text Output field (the template will fill this) error_message Type: Text / Rich text Output field (filled only when something fails) How to use Add a new row, paste a TikTok link into video_url Set status to NEW Wait for the scenario to write drafts and set status to DONE Platform support TikTok is supported today. If you need YouTube / Instagram (or other sources), this workflow can be extended later.
Make$9.99GREEN-API for WhatsApp OpenAI chatbot
A ready-to-use Make workflow that connects Green-api, Openai-gpt-3. GREEN-API for WhatsApp OpenAI chatbot. Customize and deploy in minutes.
Make$3.99Automate Google Doc Creation from New Google Sheets Rows with OpenAI GPT-3
Streamline your content creation process by automatically generating Google Docs from new rows in Google Sheets using OpenAI GPT-3. This workflow integrates Google Sheets, OpenAI, and Google Docs to enhance productivity.
Make$3.99Automated Gmail Reply Drafts with OpenAI Assistant for Labeled Emails
This workflow auto-drafts context-aware replies for labeled Gmail emails using OpenAI Assistant, adding them as drafts and removing the trigger label to streamline inbox management.
n8n$19.99Summarize your emails with OpenAI and send push notifications to your Apple device
A ready-to-use Make workflow that connects Email, Openai-gpt-3, Ios. Summarize your emails with OpenAI and send push notifications to your Apple device. Customize and deploy in minutes.
Make$3.99Create LinkedIn posts from new articles using RSS feeds and OpenAI GPT-3
A ready-to-use Make workflow that connects Rss, Openai-gpt-3, Linkedin. Create LinkedIn posts from new articles using RSS feeds and OpenAI GPT-3. Customize and deploy in minutes.
Make$3.99
More integrations
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work