AI Automation Workflows — Page 32 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/AI

    AI Workflows

    Artificial Intelligence tools and workflows

    • Automate Daily Meeting Summaries with Google Gemini AI and Slack

      This workflow automates the process of summarizing daily meetings using Google Gemini AI and sends the summaries to a specified Slack channel. It retrieves events from Google Calendar, processes them with the AI model, and delivers concise summaries at a scheduled time.

      n8nFree
    • Automate 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.

      n8nFree
    • Automate YouTube Comment Sentiment Analysis with Google Sheets and AI

      This n8n workflow automates the extraction and sentiment analysis of YouTube video comments using Google Sheets and AI, providing insights into audience sentiment.

      n8n

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    Free
  1. Automate Reddit Comment Sentiment Analysis with AI and Store in Google Sheets

    This workflow automates the process of analyzing Reddit comments for sentiment using AI and stores the results in Google Sheets. It helps in understanding public sentiment efficiently without manual effort.

    n8nFree
  2. Automate Web Content Extraction with Anti-Bot Fallback in n8n

    Efficiently extract clean and structured text from webpages, with an automatic fallback to Scrape.do for anti-bot protected sites. Ideal for AI tools and content workflows.

    n8nFree
  3. Automate LinkedIn AI News Posts with NewsAPI and OpenAI

    This workflow automates the creation and publication of LinkedIn posts about trending AI news. It fetches news articles using NewsAPI, enhances content with Qdrant, and generates professional posts using OpenAI's GPT-4o-mini model.

    n8nFree
  4. Automate WordPress Blog Creation from PDFs with AI and Human Review

    This n8n workflow transforms PDF documents into SEO-friendly WordPress blog posts using AI for content generation and image creation, followed by a human review step for quality assurance.

    n8nFree
  5. Automate Dynamic AI Prompt Management with GitHub and n8n

    Streamline AI prompt management by fetching dynamic prompts from GitHub, auto-populating variables, and processing them with AI models in n8n.

    n8nFree
  6. Automate CV Parsing and Qualification Using Multimodal Vision AI

    This n8n workflow automates the process of parsing and evaluating candidate resumes using Multimodal Vision AI to detect and handle hidden prompts.

    n8nFree
  7. Automate Local Document Processing with AI and Generate HML Reports

    Leverage local AI models to process legal documents and generate structured HML reports while maintaining data privacy.

    n8nFree
  8. Automated Text Summarization via Webhook with ApyHub

    Effortlessly summarize lengthy texts by sending a webhook request to ApyHub's API, streamlining content management and enhancing productivity.

    n8nFree
  9. Automate Custom Cake Image Creation with OpenAI and Replicate

    This workflow automates the creation of custom cake images by transforming user input into creative designs using OpenAI and Replicate. Ideal for bakeries, event planners, and marketers seeking personalized visuals.

    n8nFree
  10. Orchestrate AI-Driven Conversations with WhatsApp and Redis

    Transform your n8n platform into a dynamic AI hub with Elena AI, enabling personalized, multi-agent conversational automations across WhatsApp, Telegram, email, and more.

    n8nFree
  11. AI-Powered RAG Q&A Chatbot with OpenAI, Google Sheets, Glide, & Supabase

    **Automate AI-Powered RAG System with Contextual Q&A, Google Sheets Integration, and Glide Frontend-Powered by n8n, OpenAI, Supabase, and Google Apps Script.** # Tools & Services Used - Glide (Frontend for user interactions) - Google Sheets (Stores questions and answers) - Google Apps Script (Forms + media upload handling) - OpenAI (Embeddings + GPT-4 to rank and generate answers) - Supabase (Optional for image hosting) - n8n (Automation logic and backend glue) # Workflow Overview ## This automation performs the following steps: - **Trigger**: Webhook receives a user question from a Glide frontend. - **Fetch Data**: Retrieves Q&A entries (and optionally, image URLs) from a connected Google Sheet. - **Rank Relevance**: - OpenAI Embeddings rank the relevance of stored questions to the new input. - Top matches are passed to a GPT-4 prompt for answer generation. - **Generate Answer**: - GPT-4 creates a contextual answer using the best match. - Optional: Includes media URL if attached to the matched answer. - **Response**: Sends the formatted answer back to Glide frontend (text + optional image). # Prerequisites ## Active accounts and API keys for: - OpenAI (API key with GPT-4 and embedding access) - Google Sheets (linked via Service Account or OAuth2 credentials) - Glide App (with a form to submit questions) - Supabase (optional, if hosting user-uploaded media) - n8n Self-hosted (for community nodes and webhook access) # How to Use This Template ## Step 1: Import the Template - Upload the provided JSON into your self-hosted n8n instance. - Requires installation of the Community Node: @n8n/n8n-nodes-openai-embeddings ## Step 2: Configure Credentials - **Webhook Trigger**: Replace the Glide webhook URL with your actual endpoint from your app. - **Google Sheets Node**: Set the spreadsheet ID and worksheet name to fetch your Q&A dataset. - **OpenAI Nodes**: - Insert your OpenAI API key. - Confirm that both text-embedding-ada-002 (or similar) and gpt-4 are available. - **Supabase or Apps Script (Optional)**: Ensure image links are correctly formed in the Sheet. ## Step 3: Customize Prompts and Thresholds - Update the OpenAI ranking prompt or similarity threshold in the Function or Code node. - Tailor GPT-4 prompts to return concise or detailed answers based on your use case. # Initial Test Run - Simulate a Question: - Trigger the Glide form with a sample question. - Check n8n logs for: - Matching score/ranking success - Correct retrieval from Sheets - GPT-4 answer generation - Image URL handling (if enabled) # Production Prep - Add error-handling nodes for cases when Sheets are empty or GPT-4 fails. - Set up logging via Google Sheets, Supabase, or external database. - Rate-limit or debounce requests from Glide if needed. # Use Cases - Customer Support Portals: Offer instant Q&A with your business data. - Internal Knowledgebase: Employees can query training manuals and SOPs. - AI Concierge: Combine structured answers with a friendly tone for guest interactions. # Disclaimer - Validate Glide form inputs before full deployment. - Ensure your OpenAI and Google Sheets usage stays within quota limits.

    n8nFree
  12. Interactive AI Chat with Google Search Console Data via OpenAI and Postgres

    This workflow enables interactive communication with your Google Search Console data using an AI agent powered by OpenAI and Postgres. It facilitates natural language queries and retrieves data in a user-friendly chat interface.

    n8nFree
  13. Automate Hiring Briefs and Scorecards with AI and Google Docs

    Streamline your recruitment process by transforming raw transcripts into polished hiring briefs and interview scorecards using AI and Google Docs in under a minute.

    n8nFree
  14. Automate Website Content Extraction and Storage with Gemini and Pinecone

    Efficiently extract and store website content as vector embeddings in Pinecone using Google Gemini, creating a robust knowledge base for chatbots, search indexes, or internal tools.

    n8nFree
  15. Create a Telegram Echo Bot for Debugging and Learning

    This workflow sets up a Telegram echo bot that returns the JSON content of any message it receives, aiding in debugging and learning about Telegram's API.

    n8nFree
  16. Automate Daily Israeli Economic News Digest with RSS and GPT-4o

    This workflow automates the creation of a daily economic newsletter for Israel by aggregating news from RSS feeds, processing with GPT-4o, and delivering via email.

    n8nFree
  17. Generate SEO-Friendly Arabic Articles and Save to Notion

    This workflow automatically creates in-depth, SEO-friendly Arabic articles based on any keyword you provide. It researches the topic, generates a full article outline, writes every section in Arabic, and saves the final article directly to your Notion workspace—all in a few clicks. --- ### How It Works - **Step 1:** You submit a simple web form with your keyword and (optionally) an article title. - **Step 2:** The workflow researches the topic using advanced AI, gathers trending questions from Google, and creates a detailed, structured outline. - **Step 3:** Each section of the article is written in Arabic by AI, following best SEO practices and including real FAQs. - **Step 4:** The completed article is automatically formatted and saved to your Notion database, ready for review or publishing. --- ### Setup Instructions - **What you need:** - An **OpenAI API key** (for AI-powered writing and outline generation) - An **OpenRouter API key** (for research via Perplexity/Sonar AI) - A **Notion account** and **Notion API integration** (for saving articles) - A **DataForSEO account** (for fetching Google People Also Ask questions) - **How to set up:** 1. Import the workflow into your n8n instance. 2. Connect your API credentials for OpenAI, OpenRouter, Notion, and (optionally) DataForSEO. 3. Update your Notion database ID in the workflow settings. 4. Deploy the workflow. Fill out the web form to generate your first article. - **Setup time:** 10-20 minutes if you already have your accounts. --- **Tip:** You can fully customize the outline and writing prompts for your target audience or topic. The workflow is modular—easy to adapt for different languages or content styles.

    n8nFree
  18. Automate Contact Data Conversion to JSON for System Integration

    This n8n workflow automatically transforms unstructured contact information into structured JSON using AI, facilitating seamless integration with CRM or ERP systems.

    n8nFree
  19. Automate Business Idea Extraction from Upwork Listings to Google Sheets

    This workflow automatically fetches high-budget job listings from Upwork, extracts core business ideas using AI, and records them in a Google Sheet. It streamlines the process of identifying and documenting potential business opportunities.

    n8nFree
  20. Arxiv Paper Summarization with ChatGPT

    # Webhook | Paper Summarization ## Who is this for? This workflow is designed for researchers, students, and professionals who frequently read academic papers and need concise summaries. It is useful for anyone who wants to quickly extract key information from research papers hosted on arXiv. ## What problem is this workflow solving? Academic papers are often lengthy and complex, making it time-consuming to extract essential insights. This workflow automates the process of retrieving, processing, and summarizing research papers, allowing users to focus on key findings without manually reading the entire paper. ## What this workflow does This workflow extracts the content of an arXiv research paper, processes its abstract and main sections, and generates a structured summary. It provides a well-organized output containing the **Abstract Overview, Introduction, Results, and Conclusion**, ensuring that users receive critical information in a concise format. ## Setup 1. Ensure you have **n8n** installed and configured. 2. Import this workflow into your n8n instance. 3. Configure an external trigger using the **Webhook** node to accept paper IDs. 4. Test the workflow by providing an arXiv paper ID. 5. (Optional) Modify the summarization model or output format according to your preferences. ## How to customize this workflow to your needs - Adjust the **HTTPRequest** node to fetch papers from other sources beyond arXiv. - Modify the **Summarization Chain** node to refine the summary output. - Enhance the **Reorganize Paper Summary** step by integrating additional language models. - Add an **email or Slack notification** step to receive summaries directly. ## Workflow Steps 1. **Webhook** receives a request with an arXiv paper ID. 2. **Send an HTTP request** using **Request to Paper Page** to fetch the HTML content of the paper. 3. **Extract the abstract and sections** using **Extract Contents**. 4. **Split out all sections** using **Split out All Sections** to process individual paragraphs. 5. **Clean up text** using **Remove useless links** to remove unnecessary elements. 6. **Summarize extracted content** using **Summarization Chain**. 7. **Aggregate summarized content** using **Aggregate summarized content**. 8. **Reorganize the paper summary** into structured sections using **Reorganize Paper Summary**. 9. **Extract key information** using **Content Extractor** to classify data into **Abstract Overview, Introduction, Results, and Conclusion**. 10. **Respond to the webhook** with the structured summary. --- **Note:** This workflow is designed for use with **arXiv** research papers but can be adapted to process papers from other sources.

    n8nFree
  21. Automate and Summarize RSS Feeds with AI for Discord Notifications

    This n8n workflow automates the monitoring of RSS feeds, summarizes content using AI, and sends updates to Discord while archiving data in Google Sheets.

    n8nFree
  22. ← PreviousPage 32 of 81Next →

    Related categories

    Communication (2,463)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)Data & Analytics (995)File & Document Management (802)CRM - Sales (604)Notifications (580)Social Media (562)

    Need a custom ai workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow