IT & Development Automation Workflows | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/IT & Development

    IT & Development Workflows

    Developer tools and IT solutions

    • Create daily historical AI videos with Gemini, fal.ai, Telegram and YouTube

      ## Who’s it for This workflow is ideal for: - Content creators producing daily historical or educational videos - YouTube automation enthusiasts building AI-driven channels - Educators sharing engaging historical facts in short-form video format - Anyone creating an automated AI video pipeline with human approval ## How it works This workflow automates the full pipeline of generating and publishing historical videos: 1. Triggers daily at 1 AM and initializes retry tracking (maximum 3 attempts) 2. Fetches historical events for the current date and selects one randomly 3. Uses Google Gemini to generate a cinematic text-to-video script 4. Sends the prompt to fal.ai (Hunyuan LoRA) to generate a short video 5. Polls the generation status every 30 seconds until the video is ready 6. Downloads the generated video and sends it to Telegram with context 7. Waits for manual approval via Telegram 8. If approved → uploads the video to YouTube and sends a confirmation message 9. If declined → retries with a new event (up to 3 attempts total) ## How to set up 1. Import the workflow into n8n 2. Configure your Telegram credentials 3. Set your Telegram Chat ID using a variable or Set node (avoid hardcoding) 4. Configure HTTP Header Auth credentials for fal.ai (API key required) 5. Set up Google Gemini API credentials 6. Connect your YouTube account using OAuth2 7. (Optional) Adjust the schedule time in the trigger node 8. Activate the workflow ## Requirements - n8n (cloud or self-hosted) - fal.ai account and API key (for video generation) - Google Gemini API access - YouTube account with upload permissions - Telegram account for approval notifications ## How to customize the workflow - Adjust retry limits in the retry logic node - Modify video parameters (resolution, frames, aspect ratio) in the fal.ai request - Change the script style by editing the Gemini prompt - Replace the historical events API with another content source - Customize Telegram messages or approval flow

    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.

    n8nFree
  1. Advanced multi-agent AI personal assistant with 250+ task capabilities (WhatsApp + GPT)

    Elevate your productivity with the **Advanced Multi-Agent AI Personal Assistant**, a powerhouse workflow that transforms WhatsApp into your ultimate command center. Powered by GPT and a sophisticated multi-agent architecture, this assistant handles over 250 diverse tasks—from scheduling meetings and sending reminders to conducting web research, generating reports, and managing emails—all via simple text messages. Its primary purpose is to automate your daily grind, freeing you from repetitive chores so you can focus on high-impact work. Key features include intelligent task routing across specialized AI agents (e.g., one for travel bookings, another for financial summaries, and more), real-time WhatsApp integration for instant responses, natural language processing for conversational commands, and seamless scalability with custom agent training. Automate complex workflows like summarizing news articles, translating documents in 100+ languages, tracking stocks, or even drafting social media posts—executing them flawlessly without leaving your chat app. With built-in error handling and privacy-focused data processing, it's reliable and secure. Ideal for busy entrepreneurs, executives, freelancers, and remote teams, this workflow delivers massive time savings (up to 10 hours/week) and boosts efficiency. Common use cases include solopreneurs automating client follow-ups, managers streamlining team coordination, or travelers handling itineraries on the go. Invest in this game-changing tool to reclaim your time and supercharge your workflow today! (Word count: 248)

    n8nFree
  2. Send Organized Security CVE Digests from NVD with AI-Polished Summaries to Gmail

    Summary ------- Turns the latest CVEs from NVD into a clean, sortable email digest (table + plaintext) and sends it via Gmail. The flow pulls the newest CVEs, extracts **Vendor / Product / Version**, severity & CVSS, highlights public exploit references, drafts an HTML table, then asks OpenAI to tighten the copy before emailing it. Optionally, you can swap the Gmail node to Signal, Slack, Microsoft Teams, etc. **Perfect for:** SecOps leads who want a low-noise digest of what changed recently, grouped and ranked by severity. What this workflow does ----------------------- - Triggers on a schedule (every 30 minutes by default). - Calls the **NVD 2.0 API** to fetch recent CVEs. - Parses each CVE to extract: - **Vendor / Product / Version(s)** (from CPE 2.3 where available, with a text fallback) - **Severity + CVSS** (V3.1/V3.0/V2 fallback) and vector string - **Exploit signal** (tags/links like Exploit-DB, GitHub PoCs, etc.) - **Short English summary** + direct **NVD link** - Builds an **HTML email** (and a plaintext fallback) ranked by severity then score. - Uses **OpenAI** to polish the subject line and copy into a concise, professional digest (JSON-only contract). - Sends the digest with the **Gmail** node. Prerequisites ------------- - **NVD API key** (free) --- create at https://nvd.nist.gov/developers/request-an-api-key - **OpenAI API key** with access to `gpt-4o-mini` (or change the model) - **Email sending**: - Gmail node with OAuth2 (recommended), **or** swap to the generic **Email Send (SMTP)** node if you prefer. Quick start ----------- 1. **Import** the workflow JSON below. 2. Open **HTTP Request → Headers** and confirm `apiKey` uses `{{$env.NVD_API_KEY}}`. 3. Open **Send a message (Gmail)** and set **To** to `{{$env.RECIPIENT_EMAIL}}` (or your address). 4. Open **OpenAI Email Crafter** and connect your OpenAI credential (or change model if needed). 5. Hit **Execute** to test, then **Activate** when happy. Credits ------- Created by **catlai** (n8n Creator). Tags ---- security, cve, cisa, nvd, email, monitoring, openai, gmail, automation

    n8nFree
  3. Learn n8n basics in 3 easy steps ✨

    New to n8n? This simple tutorial is the perfect way to get started. In just a few minutes, you’ll build your first automation that runs on a schedule, fetches fresh data from the internet and delivers it straight to your inbox. ### What you’ll do 1. **Run the workflow** to grab a random inspirational quote. 2. **See how data flows** through each node as it moves from an API call to processing results. 3. **Connect Gmail** and send the quote directly to your email. ### What you’ll learn * How to trigger workflows manually and on a schedule ⏰ * How to connect to external APIs and fetch data 🌐 * How to use the **Set** node to structure and map data 🔧 * How to connect Gmail to send the data 📩 ### Why it matters This workflow shows you the n8n basics step by step - no code required. By the end, you’ll know how to build, test, and share automations that run on their own, giving you the confidence to explore more advanced use cases. 🚀

    n8nFree
  4. Automated multi-platform sales agent with RAG, CRM & payment processing

    **Revolutionize Your Sales Process with the Automated Multi-Platform Sales Agent** Unlock the power of 24/7 automated sales with this cutting-edge workflow, designed to act as your intelligent sales agent across multiple platforms like social media, messaging apps, and websites. Its primary purpose is to handle lead qualification, product recommendations, objection handling, and deal closures seamlessly—driving revenue without human intervention. By integrating Retrieval-Augmented Generation (RAG), the agent pulls real-time, accurate information from your knowledge base to deliver personalized, context-aware responses, ensuring every interaction feels human and trustworthy. Key features include multi-platform deployment for omnichannel engagement (e.g., Twitter, Discord, Telegram), seamless CRM integration (such as HubSpot or Salesforce) for automatic lead tracking, nurturing, and follow-ups, and built-in payment processing via gateways like Stripe or PayPal to convert conversations into instant transactions. The workflow automates the entire sales funnel: capturing inbound queries, scoring leads based on intent, generating dynamic upsell offers, updating CRM records in real-time, and sending payment links—all while logging interactions for analytics and compliance. Ideal for e-commerce owners, SaaS startups, and digital agencies, this workflow scales your sales team effortlessly, boosting conversion rates by up to 40% through persistent, always-on engagement. Common use cases include automated webinar follow-ups, flash sale promotions across social channels, or B2B lead nurturing in chat interfaces—saving hours of manual work while maximizing ROI on every customer touchpoint. (Word count: 248)

    n8nFree
  5. Automate URL Monitoring with Downtime Alerts via Email

    This n8n workflow automates the monitoring of multiple URLs, logging their status in Google Sheets, and sending email alerts for any detected downtime.

    n8nFree
  6. Automate URL Threat Detection with NixGuard AI and n8n

    Enhance your cybersecurity measures by automating the analysis of suspicious URLs using NixGuard AI within n8n. This workflow identifies phishing attempts and malicious sites, streamlining your threat response process.

    n8nFree
  7. Automated Website Security Audit with AI-Powered Analysis

    This n8n workflow conducts a comprehensive security audit of websites using OpenAI's models to identify vulnerabilities and misconfigurations. It generates a detailed HTML security report sent via Gmail.

    n8nFree
  8. OX & OpenAI Web Security Check

    # This n8n workflow automates website security audits. It combines direct website scanning, threat intelligence from AlienVault OX, and advanced analysis from an OpenAI large language model (LLM) to generate and email a comprehensive security report. ## How it Works (Workflow Flow): Input: A user provides a website URL via a simple web form. **Data Collection:** - An HTTP Request node visits the provided URL to gather initial data (status code, headers). - An AlienVault HTTP Request node queries AlienVault OX for known threats associated with the website's hostname. **Data Preparation (Prepare Data for AI):** - A custom code node consolidates the collected website data and AlienVault intelligence, performing initial checks for common issues (e.g., error codes, missing security headers, AlienVault warnings). **AI Analysis (Security Configuration Audit):** - The prepared data is sent to an OpenAI Chat Model, which acts as a cybersecurity expert. The AI analyzes the data to identify vulnerabilities, explain their impact, suggest exploitation methods, and outline mitigation steps. **Report Formatting (Format Report for Email):** - Another custom code node takes the AI's plain-text report and converts it into a structured HTML format suitable for email. **Delivery (Send Security Report):** - The final HTML report is sent via Gmail to a specified email address. ### **Setup Steps:** To use this workflow, you'll need an n8n instance and the following credentials: - **n8n Instance:** Ensure your n8n environment is running. - **OpenAI API Key:** - Generate a key from OpenAI. - Add an OpenAI API credential in n8n (e.g., OpenAI account). - **AlienVault OX API Key:** - Obtain a key from your AlienVault OX profile. - Add an AlienVault OX API credential in n8n (e.g., AlienVault account). - **Gmail Account:** - Set up a Gmail OAuth2 credential in n8n for sending emails (recommended for security; involves Google Cloud setup). - **Import Workflow:** - Copy the workflow's JSON code. - In n8n, import the workflow via Workflows > New > Import from JSON. - **Configure Recipient:** - In the Send Security Report node, specify the email address where reports should be sent. - **Activate:** Enable the workflow to start processing submissions. Once activated, access the "On form submission" webhook URL to input a URL and trigger an audit.

    n8nFree
  9. Automated SSL Certificate Monitoring with Discord Alerts and Notion Integration

    Monitor SSL certificates across multiple domains with daily checks, dual verification, and detailed alerts via Discord. Integrates with Notion for domain management.

    n8nFree
  10. Automate AI-Driven Engineering Department with OpenAI Agents

    Leverage AI agents to create a comprehensive engineering department, orchestrated by a CTO agent for efficient software development and technical operations.

    n8nFree
  11. Automate Daily n8n Workflow Backups to Google Drive with Cleanup

    This workflow automates the daily backup of your n8n workflows to Google Drive, ensuring data safety and organization with automatic cleanup of old backups.

    n8nFree
  12. Compare Your n8n Version with the Latest Release Using the n8n API

    ## ☀ Description This workflow automatically compares the **version of your n8n instance** with the **latest release available**. Keeping your n8n instance up-to-date is essential for **security patches, bug fixes, performance improvements, and access to new automation features**. By running this workflow, you'll know right away if your instance is behind and whether it's time to upgrade. After the comparison, the workflow clearly shows whether your instance is **up-to-date** or **outdated**, along with the version numbers for both. This makes it easy to plan updates and keep your automation environment secure and reliable. --- ## ⚙ Setup Instructions ### 1. Set Up n8n API Credentials 1. In your **n8n instance** → go to **Admin Panel → API** 2. Copy your **API Key** 3. In **n8n → Credentials → New → n8n API** - Paste the API Key - Save it 4. Attach this credential to the **n8n node** (`Set up your n8n credentials`) --- ## 🛠 How It Works - **Get Most Recent n8n Version** → Fetches the latest release info from [docs.n8n.io](https://docs.n8n.io). - **Extract Version + Clean Value** → Parses the version string for accuracy. - **Get your n8n version** → Connects to your own n8n instance via API and retrieves the current version. - **Compare** → Evaluates the difference and tells you if your instance is **current** or needs an **update**. --- ## ⏲ Customization Guidance - **Notifications**: Add an Email or Slack node to automatically notify your team when a new n8n update is available. - **Scheduling**: Use a **Schedule Trigger** to run this workflow daily or weekly for ongoing monitoring. - **Conditional Actions**: Extend the workflow to log version mismatches into Google Sheets, or even trigger upgrade playbooks. - **Multi-Instance Tracking**: Duplicate the version-check step for multiple n8n environments (e.g., dev, staging, production). --- ## 📄 Example Output - "Your instance (v1.25.0) is up-to-date with the latest release (v1.25.0)." - "Your instance (v1.21.0) is behind the latest release (v1.25.0). Please update to get the latest bug fixes and features." --- ## 📞 Contact Need help setting up API credentials or automating version checks across environments? - ✉ **robert@ynteractive.com** - 🔗 **[Robert Breen](https://www.linkedin.com/in/robert-breen-29429625/)** - 🌐 **[ynteractive.com](https://ynteractive.com)**

    n8nFree
  13. Remotely Manage n8n with Telegram Bot Commands

    Use a Telegram bot to control your n8n instance remotely with admin commands, enhancing automation management from anywhere.

    n8nFree
  14. Automate DevOps Infrastructure Setup on Linux with Docker, K3s, Jenkins, and Grafana

    This n8n workflow automates the setup of a comprehensive DevOps infrastructure on a Linux server, deploying Docker, K3s, Jenkins, and Grafana in just 10 seconds. It enhances system performance and security, providing a ready-to-use environment for DevOps projects.

    n8nFree
  15. Creating a Secure Webhook - Must Have

    ## How it works This workflow demonstrates a fundamental pattern for securing a webhook by requiring an API key. It acts as a gatekeeper, checking for a valid key in the request header before allowing the request to proceed. 1. **Incoming Request:** The `Secured Webhook` node receives an incoming `POST` request. It expects an API key to be sent in the `x-api-key` header. 2. **API Key Verification:** The `Check API Key` node takes the key from the incoming request's header. It then makes an internal HTTP request to a second webhook (`Get API Key`) which acts as a mock database. This second webhook retrieves a list of registered API keys (from the `Registered API Keys` node) and filters it to find a match for the key that was provided. 3. **Conditional Response:** If a match is found, the `API Key Identified` node routes the execution to the success path, returning a `200 OK` response with the identified user's ID. If no match is found, it routes to the unauthorized path, returning a `401 Unauthorized` error. This pattern separates the public-facing endpoint from the data source, which is a good security practice. ## Set up steps **Setup time: ~2 minutes** This workflow is designed to be a self-contained example. 1. **Set up Credentials:** This workflow uses Header Auth for its internal communication. Go to **Credentials** and create a new **Header Auth** credential. You can use any name and value (e.g., Name: `X-N8N-Auth`, Value: `my-secret-password`). Select this credential in all four webhook/HTTP Request nodes. 2. **Add Your API Keys:** Open the **`Registered API Keys`** node. This is your mock database. Edit the array to include the `user_id` and `api_key` pairs you want to authorize. 3. **Activate the workflow.** 4. **Test it:** Use the **`Test Secure Webhook`** node to send a request. Try it with a valid key from your list to see the success response. Change the `x-api-key` header to an invalid key to see the `401 Unauthorized` error. **For Production:** Replace the mock database part of this workflow (the `Get API Key` webhook and `Registered API Keys` node) with a real database node like Supabase, Postgres, or Baserow to look up keys.

    n8nFree
  16. Advanced Cybersecurity Automation with GPT-4 and Telegram Integration

    This workflow leverages GPT-4 and Telegram to provide a sophisticated cybersecurity assistant capable of executing commands, managing Google Calendar events, and conducting real-time web intelligence. It empowers security professionals with automation and intelligent command execution.

    n8nFree
  17. Automate URL Security Scanning and Notification with urlscan.io and OpenAI

    This workflow automates the process of scanning URLs for security threats using urlscan.io, analyzing results with OpenAI, and sending notifications via Gmail.

    n8nFree
  18. Automate Wazuh Alert Triage and Reporting with GP-40-mini and Telegram

    ### Are alert storms overwhelming your Security Operations workflows? This n8n workflow supercharges your SOC by fully automating triage, analysis, and notification for Wazuh alerts—blending event-driven automation, OpenAI-powered contextual analysis, and real-time collaboration for incident response. ### Key Features: ### Automated Triage: Instantly filters Wazuh alerts by severity to focus analyst effort on the signals that matter. ### AI-Driven Investigation Reports: Uses OpenAI's **GPT-4-mini** to auto-generate **context-rich incident reports**, including: - MITRE tactic & technique mapping - Impacted scope (IP addresses, hostnames) - External artifact reputation checks - Actionable security recommendations - Fully customizable prompt format aligned with your SOC playbooks ### Multi-Channel Notification Delivers clean, actionable reports directly to your **SOC team via Telegram**. Easily extendable to Slack, Outlook, Gmail, Discord, or any other preferred channel. ### Noise Reduction Eliminates alert fatigue using **smart filters** and **custom AI prompts** that suppress false positives and highlight real threats. ### Fully Customizable Tweak severity thresholds, update prompt logic, or integrate additional data sources and channels—all with minimal effort. --- ## How It Works 1. **Webhook** Listens for incoming Wazuh alerts in real-time. 2. **If Condition** Filters based on severity (`1 low`, `2 medium`, etc.) or other logic you define. 3. **AI Investigation (LangChain + OpenAI)** Summarizes full alert logs and context using custom prompts to generate: - Incident Overview - Key Indicators - Log Analysis - Threat Classification - Risk Assessment - Security Recommendations 4. **Notification Delivery** The report is parsed, cleaned, and sent to your SOC team in real-time, enabling rapid response—even during high-alert volumes. 5. **No-Op Path** Efficiently discards irrelevant alerts without breaking the flow. --- ## Why n8n + AI? Traditional alert triage is **manual**, **slow**, and **error-prone**—leading to analyst burnout and missed critical threats. This workflow shows how combining **workflow automation** with a **tailored AI model** enables your SOC to shift from **reactive** to **proactive**. Analysts can now: - Focus on **critical investigations** - Respond to alerts **faster** - Eliminate **copy-paste fatigue** - Get instant **contextual summaries** > **Note:** We learned that generic AI isn't enough. Context-rich prompts and alignment with your actual SOC processes are key to meaningful, scalable automation. --- ## Ready to build a smarter, less stressful SOC? Clone this workflow, adapt it to your processes, and never miss a critical alert again. Contributions welcome! Feel free to raise PRs, suggest new enhancements, or fork for your own use cases. --- **Created by [Mariskarthick M](https://www.linkedin.com/in/mariskarthickm/)** Senior Security Analyst | Detection Engineer | Threat Hunter | Open-Source Enthusiast

    n8nFree
  19. Website Monitoring, Scheduling, and Email Alerts Template

    # Website Downtime Monitoring with Scheduled Checks and Email Alerts Easily monitor your website uptime and receive instant email alerts when it becomes unreachable - using this no-code template powered by [n8n](https://n8n.io/), a free and flexible workflow automation tool. This ready-to-use workflow periodically checks your website's status and sends an alert email if it's down. --- ## How it Works - **Schedule Website Check**: Triggers the workflow at regular intervals (e.g., every 8 hours by default). - **Check Website Status**: Sends an HTTP GET request to your site. - **Evaluate Response**: Determines if the site is reachable (expects HTTP status `200`). - **Send Downtime Alert**: If the site is down, an alert email is sent to the specified address. --- ## Steps to Customize ### 1. HTTP Request Node Replace `https://yourdomain.com` with your actual website URL. ### 2. Send Email Node Update the `To Email` and `From Email` fields with your addresses. ### 3. Adjust Monitoring Frequency Modify the **Schedule Trigger** node to run every 5 minutes, hourly, or as needed. --- ## SMTP Configuration Instructions Before emails can be sent, you need to configure SMTP credentials in n8n. ### Option 1: Gmail SMTP Setup > **Note:** Gmail requires App Passwords (not your regular Gmail password) and 2FA to be enabled. #### Steps: 1. Go to [Google Account Security Settings](https://myaccount.google.com/security). 2. Enable **2-Step Verification**. 3. Go to [App Passwords](https://myaccount.google.com/apppasswords). 4. Create a new app password (choose **Mail** and **Other**, name it `n8n`). 5. In n8n: - Go to **Credentials** → **Create New** → **SMTP**. - Use the following values: - **Host**: `smtp.gmail.com` - **Port**: `465` (SSL) or `587` (TLS) - **User**: your Gmail address (e.g., `you@gmail.com`) - **Password**: the App Password you generated ### Option 2: Generic SMTP Setup Use this if you're using your hosting provider's or business email SMTP server. #### Example Values: - **Host**: `smtp.yourdomain.com` or provider-specific (e.g., `smtp.sendgrid.net`) - **Port**: `587` (TLS) or `465` (SSL) - **User**: your email address (e.g., `alerts@yourdomain.com`) - **Password**: your email/SMTP password - **Secure**: Yes (if using 465 or TLS-enabled 587) Then in the workflow's **Send Email** node, select the SMTP credentials you created. --- ## Requirements - A running instance of n8n (self-hosted or n8n.cloud) - SMTP credentials configured in n8n for email delivery - Basic familiarity with the n8n visual editor --- ## Pro Tips - **Rename Nodes**: Use clear, descriptive names for maintainability. - **Sticky Notes**: Use stickies on the canvas to help explain logic for others. - **Expand Alerts**: Integrate with Slack, Discord, or Telegram for multi-channel alerts.

    n8nFree
  20. Automate Slack Responses with GPT-5 and Pinecone for IT Teams

    Enhance your Slack communication with automated, context-aware responses using GPT-5 and Pinecone. Ideal for IT, DevOps, and engineering teams, this workflow ensures accurate and timely replies without manual intervention.

    n8nFree
  21. Enhance AI Workflow Security with Multi-Layered Threat Detection and Sanitization

    Safeguard your AI workflows from prompt injection attacks, XSS attempts, and other malicious threats using a comprehensive security pipeline. This workflow employs multiple layers of threat detection and content sanitization to ensure safe and compliant AI operations.

    n8nFree
  22. Automated Domain and IP Security Reputation Check

    This workflow automates the security reputation checks for domains and IP addresses using VirusTotal, AbuseIPDB, and Google DNS. It evaluates potential threats and updates the results in Google Sheets for documentation and follow-up.

    n8nFree
  23. Interact with Kubernetes Clusters Using Natural Language in n8n

    This workflow allows DevOps and Kubernetes administrators to manage Kubernetes clusters using natural language queries in n8n, simplifying cluster insights without complex commands.

    n8nFree
  24. Page 1 of 19Next →

    Related categories

    Communication (2,463)AI (1,929)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)

    Need a custom it & development workflow?

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

    Request a Custom Workflow