OpenAI Automation Workflows
899 ready-made OpenAI workflows for n8n, Make, Zapier, Activepieces, and Pipedream. GPT-powered enrichment, generation, and classification inside your automations.
Conduct A/B Testing on AI Prompts with Supabase and OpenAI
This workflow facilitates A/B testing by randomly assigning chat sessions to either a baseline or alternative prompt using Supabase and OpenAI. It helps optimize AI interactions by evaluating different prompt settings.
n8n$14.99Generate Community Insights from Hacker News Comments with Qdrant and OpenAI
This workflow analyzes Hacker News comments by clustering them using Qdrant and extracting insights with OpenAI, helping researchers identify community consensus on topics.
n8n$19.99Automate Telegram Channel Content Translation and Republishing with OpenAI
This n8n workflow automatically fetches content from a Telegram channel, translates it using OpenAI, and republishes it to another channel. It supports text, images, and videos, and operates without requiring admin privileges in the source channel.
n8n$14.99Automatically Generate HTML Pages from User Queries with OpenAI
This workflow dynamically creates HTML pages based on user input using OpenAI's structured output, enhancing web development automation.
n8n$4.99Automate AI Image Generation and Editing with OpenAI and Share via Telegram
Transform text prompts into stunning images or edit existing visuals using OpenAI's GP-4 Vision model. This n8n workflow automates image creation and editing, stores results in the cloud, and delivers them via Telegram.
n8n$14.99Automated CV Screening with OpenAI Integration
Streamline your recruitment process by automating CV screening using OpenAI's analysis capabilities.
Zapier$18.4Interact with OpenAI's GPT-3.5 via a Telegram Bot
Enable seamless communication with OpenAI's GPT-3.5 through a Telegram bot, providing AI-driven responses with emojis to user messages.
n8n$4.99Automate Threat Intelligence Ingestion and Triage with OpenAI and Email Alerts
This workflow automates the ingestion of threat intelligence from CVE and IOC feeds, evaluates risks using OpenAI, and sends actionable alerts via email.
n8n$14.99Evaluate RAG Response Accuracy with OpenAI: Document Groundedness Metric
### This n8n template demonstrates how to calculate the evaluation metric RAG document groundedness, which in this scenario, measures the ability to provide or reference information included only in retrieved vector store documents. The scoring approach is adapted from [https://cloud.google.com/vertex-ai/generative-ai/docs/models/metrics-templates#pointwise_groundedness](https://cloud.google.com/vertex-ai/generative-ai/docs/models/metrics-templates#pointwise_groundedness) ### How it works - This evaluation works best for an agent that requires document retrieval from a vector store or similar source. - For our scoring, we need to collect the agent's response and the documents retrieved and use an LLM to assess if the former is based off the latter. - A key factor is to look out for information in the response which is not mentioned in the documents. - A high score indicates LLM adherence and alignment, whereas a low score could signal inadequate prompt or model hallucination. ### Requirements - n8n version 1.94+ - Check out this Google Sheet for a sample data [https://docs.google.com/spreadsheets/d/1YOnu2JJjlxd787AuYcg-wKbkjyjyZFgASYVV0jsij5Y/edit?usp=sharing](https://docs.google.com/spreadsheets/d/1YOnu2JJjlxd787AuYcg-wKbkjyjyZFgASYVV0jsij5Y/edit?usp=sharing)
n8n$14.99Evaluate AI Agent Response Correctness with OpenAI and RAGAS Methodology
### This n8n template demonstrates how to calculate the evaluation metric Correctness which in this scenario, measures, compares, and classifies the agent's response against a set of ground truths. The scoring approach is adapted from the open-source evaluations project [RAGAS](https://docs.ragas.io/) and you can see the source here [https://github.com/explodinggradients/ragas/blob/main/ragas/src/ragas/metrics/_answer_correctness.py](https://github.com/explodinggradients/ragas/blob/main/ragas/src/ragas/metrics/_answer_correctness.py) ### How it works - This evaluation works best where the agent's response is allowed to be more verbose and conversational. - For our scoring, we classify the agent's response into 3 buckets: True Positive (in answer and ground truth), False Positive (in answer but not in ground truth), and False Negative (not in answer but in ground truth). - We also calculate an average similarity score on the agent's response against all ground truths. - The classification and the similarity score are then averaged to give the final score. - A high score indicates the agent is accurate, whereas a low score could indicate the agent has incorrect training data or is not providing a comprehensive enough answer. ### Requirements - n8n version 1.94+ - Check out this Google Sheet for a sample data [https://docs.google.com/spreadsheets/d/1YOnu2JJjlxd787AuYcg-wKbkjyjyZFgASYVV0jsij5Y/edit?usp=sharing](https://docs.google.com/spreadsheets/d/1YOnu2JJjlxd787AuYcg-wKbkjyjyZFgASYVV0jsij5Y/edit?usp=sharing)
n8n$14.99Automate YouTube Bedtime Story Videos with OpenAI and n8n
Transform audio recordings into captivating YouTube bedtime story videos with this automated n8n workflow. Leverage OpenAI for transcription and image generation, and manage content seamlessly via Google Sheets and Telegram.
n8n$24.99Automate Meeting Insights with VEXA, OpenAI, and Mem0
Streamline your meeting management by automating transcription, analysis, and memory storage using VEXA, OpenAI, and Mem0. This workflow ensures that you capture key insights and action items without manual effort.
n8n$14.99Automate OpenAI Citation and File Retrieval with Markdown Formatting
This workflow automates the retrieval of citations and sources from OpenAI assistant outputs, formatting them for Markdown or HTML. It ensures accurate citation handling and output formatting for enhanced readability.
n8n$14.99Automate Lead Scoring with Salesforce, OpenAI, and Slack Using Data Masking
Enhance your sales process with an automated lead-scoring workflow that integrates Salesforce, OpenAI, and Slack while ensuring data privacy through masking.
n8n$9.99Automated Email Assistant for Suppliers Using OpenAI and Google Sheets
## Automated Email Assistant for Busy Professionals This assistant is designed for people who don't have time to write and send emails to suppliers. With just one request, it drafts and sends clear, professional messages automatically. ## How It Works The user makes a request (e.g., "Send an email to my fruit supplier asking for a quote on 1 crate of mangoes."). ## Workflow: 1. The AI agent searches for the supplier in a Google Sheets database. 2. It automatically drafts the email using OpenAI (with the tone and style you define). 3. It sends the email using your Gmail account connected through n8n. ## This assistant uses: - Google Sheets to manage your suppliers (name and email). - OpenAI to generate clear, natural messages. - MCP (client-server logic) to handle request processing. - Gmail as the sending channel for automated emails. ## Setup Instructions 1. Create a Google Sheets document with the supplier name and email, like this: | Supplier name | Email | |---------------|-------| | Proveedor de frutas Alvarez | fruteriaalvarez@alvarez.com | 2. Connect your Google Sheets and Gmail accounts within n8n. 3. Add your OpenAI API key. Test the automation by chatting with the integrated assistant. It will generate and send the email automatically to the indicated supplier. ## Requirements - OpenAI API key to generate email content. - Gmail account connected via OAuth2. - Google Sheets document with your supplier database. - n8n instance (cloud or self-hosted). ## Customization Adjust the OpenAI prompt to make the email tone more formal, casual, or technical. Add custom fields to your supplier sheet (location, notes, special conditions). Replace Google Sheets with a real database like Supabase or PostgreSQL for greater scalability.
n8n$9.99Automate Tool Execution via Chat with Bright Data MCP and OpenAI
This workflow enables users to trigger and execute Bright Data MCP tools through natural language chat inputs, leveraging OpenAI for intent classification and tool matching.
n8n$14.99Automate Personalized Newsfeed with Bright Data and OpenAI
This workflow automates the collection and delivery of personalized news using Bright Data's web scraping capabilities and OpenAI's language model. Ideal for developers and data analysts, it gathers real-time news headlines and sends them via email.
n8n$9.99Automate NPS Tracking and Analysis with Bright Data and OpenAI
Streamline customer satisfaction tracking by automatically scraping reviews, calculating NPS scores, and logging results in Google Sheets for actionable insights.
n8n$14.99Automate Instagram Caption Generation from Hashtag Analysis with Apify and OpenAI
This n8n workflow scrapes Instagram posts by hashtag and uses OpenAI to generate relevant caption ideas, helping content creators stay on-trend and save time.
n8n$14.99Automate Telegram AI Assistant with Google and OpenAI Integration
Create a smart AI assistant in Telegram using n8n, integrating with Google services and OpenAI for seamless task automation.
n8n$19.99Real-time Sales Pipeline Analytics with Bright Data, OpenAI, and Google Sheets
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. This workflow automatically tracks key sales pipeline metrics—new leads, deal stages, win rates—and sends actionable insights to your team. Eliminate manual CRM exports and stay on top of revenue health. ## Overview The automation queries your CRM API (HubSpot, Salesforce, or Pipedrive) on a schedule, pulls pipeline data, and feeds it into OpenAI for anomaly detection (e.g., stalled deals). Summaries and alerts appear in Slack, while daily snapshots are archived in Google Sheets for trend analysis. ## Tools Used - **n8n** - Pipeline orchestration - **CRM API** - Connects to your chosen CRM - **OpenAI** - Detects anomalies and highlights risks - **Slack** - Notifies reps and managers in real time - **Google Sheets** - Stores historical pipeline data ## How to Install 1. **Import the Workflow** into n8n. 2. **Connect Your CRM**: Provide API credentials in the HTTP Request node. 3. **Set Up OpenAI**: Add your API key. 4. **Authorize Slack & Google Sheets**. 5. **Customize Thresholds**: Adjust what constitutes a stalled deal or low conversion. ## Use Cases - **Sales Management**: Monitor pipeline health without dashboards. - **Revenue Operations**: Detect bottlenecks early. - **Forecasting**: Use historical snapshots to improve predictions. - **Rep Coaching**: Alert reps when deals stagnate. ## Connect with Me - **Website**: https://www.nofluff.online - **YouTube**: https://www.youtube.com/@YaronBeen/videos - **LinkedIn**: https://www.linkedin.com/in/yaronbeen/ - **Get Bright Data**: https://get.brightdata.com/1tndi4600b25 (Using this link supports my free workflows with a small commission) #n8n #automation #salespipeline #crm #openai #slackalerts #n8nworkflow #nocode #revenueops
n8n$14.99Automate Hairstyle Edits and LINE Group Sharing with OpenAI
This workflow automates the process of editing hairstyles in images using OpenAI, uploading the results to Cloudinary, and sharing them with a LINE group. Ideal for salons and creative teams seeking efficient and consistent hairstyle modifications.
n8n$4.99Automate TikTok Video Transcription and Translation with OpenAI and Google Docs
This workflow automates the extraction, translation, and storage of TikTok video transcripts using OpenAI GPT-4 and Google Docs. It's ideal for content creators and marketers who need efficient, AI-powered text processing.
n8n$9.99Interactive XML File Analysis and Chat Using OpenAI and LangChain
This workflow enables interactive conversations with XML file content by leveraging OpenAI and LangChain. It retrieves an XML feed from a specified URL, parses it, and allows an AI agent to answer user queries based on the XML's structure and data.
n8n$9.99
More integrations
Need a custom OpenAI workflow?
Our automation experts build tailored OpenAI integrations for your exact stack.
Request a Custom Workflow