Development & IT Workflows
Software development and IT operations
Automated Mattermost Notifications from Google Sheets Data
The Automated Mattermost Notifications workflow streamlines the communication process by sending scheduled notifications to a Mattermost channel based on data stored in Google Sheets. This automation ensures that team members are consistently upda...
n8n$5.05Backup All n8n Workflows to Google Drive Every 4 Hours
This workflow takes off the task of backing up workflows regularly on GitHub and uses Google Drive as the main tool to host these. This can be a good way to keep track of your workflows so that you never lose any workflows in case your n8n goes down. ## How does it work 1. Creates a new folder within a specified folder with the time it's backed up. 2. Loops around all workflows, converts them to a JSON file, and uploads them to the created folder. 3. Gets the previous backups and deletes them. This has a clean feel and look as it simplifies the backup while not keeping a cache of workflows on your drive. ## Setup 1. Create a new folder. 2. Create new service account credentials. 3. Share the folder with the `service account` email. 4. Upload this workflow to your canvas and map the credentials. 5. Set the schedule that you need your workflows to run and manage your backups. 6. Activate the workflow. Happy Productivity! [@Imperol](https://www.linkedin.com/in/zacharia-kimotho/)
n8n$9.99Automate 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.
n8n$4.99Advanced 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.
n8n$9.99SMS Alerts Based on Database Queries with Twilio and Postgres
This workflow automates the process of sending SMS alerts using Twilio based on data retrieved from a Postgres database. It begins with a scheduled trigger via a Cron node that executes a query to check for sensor readings that exceed a specified ...
n8n$4.99Automate API Documentation for n8n Webhooks with Bootstrap
Transform your n8n instance into a self-documenting API platform by automatically generating interactive HTML documentation for webhook endpoints.
n8n$14.99Automate Kubernetes CPU Spike Alerts from Prometheus to Slack
This workflow monitors Kubernetes pod CPU usage using Prometheus and sends real-time alerts to Slack when CPU consumption exceeds a specified threshold. It efficiently groups alerts by application name to enhance clarity and reduce noise.
n8n$9.99YouTube Strategist: Optimize Your Channel Insights
The YouTube Strategist workflow is designed to assist content creators and marketers in optimizing their YouTube channels by analyzing video titles. This automation simplifies the process of extracting key insights from multiple channel URLs, allo...
n8n$19.99Automate CVE Data Processing and Incident Creation in ServiceNow
This n8n workflow automates the fetching, processing, and creation of security incidents in ServiceNow based on the latest CVE data. It ensures timely tracking and remediation of vulnerabilities by leveraging OpenAI for data extraction.
n8n$4.99Interact 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.
n8n$9.99Enhance 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.
n8n$14.99Automate n8n Docker Updates with AI-Powered Release Summaries
This workflow automates the update process for a self-hosted n8n instance running on Docker. It checks for new versions, summarizes release notes using AI, and requests approval via Telegram before updating.
n8n$14.99Automate Wazuh Alert Triage and Reporting with GPT-4o-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
n8n$4.99Website 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.
n8n$4.99Automate 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.
n8n$9.99Automated 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.
n8n$24.99Automated AI-Powered Website Monitoring with Multi-Channel Alerts
This workflow automates the monitoring of multiple websites using AI analysis and MCP tools, providing performance and security insights. It categorizes issues by severity and sends alerts via Slack and email, while logging data to Google Sheets for trend analysis.
n8n$14.99Automate n8n Workflow Backups with GitHub Integration
Effortlessly back up and synchronize your n8n workflows to a GitHub repository with intelligent change detection and rename support.
n8n$19.99Create a Custom API Endpoint with Webhook Responses
Set up a simple API endpoint using n8n's Webhook and Respond to Webhook nodes to dynamically generate Google search URLs.
n8n$4.99Automate Bidirectional Sync Between n8n Workflows and GitHub Repositories
Ensure your n8n workflows and GitHub repositories are always in sync with this automated workflow. It resolves version conflicts and maintains consistent backups by comparing and updating workflows in both systems.
n8n$14.99Automate Security Incident Triage with GPT-4O-MINI and Gmail Alerts
Streamline your security incident management by automatically classifying and prioritizing findings, generating remediation plans, and sending email alerts.
n8n$4.99Automate AI Vulnerability Monitoring with GPT-4 and ServiceNow Incident Creation
This n8n workflow automatically monitors RSS feeds for the latest AI vulnerability news, extracts key threat details, and creates a corresponding Security Incident in ServiceNow for each item. **Schedule Trigger** - Runs at scheduled intervals to check for updates. **RSS Read** - Fetches the latest AI vulnerability entries from the RSS feed. **Read URL Content** - Retrieves the full article for detailed analysis. **Information Extractor (OpenAI Chat Model)** - Parses and summarizes critical security information. **Split Out** - Processes each vulnerability alert separately. **Create Incident** - Generates a ServiceNow Security Incident with the extracted details. Ideal for security teams to track and respond quickly to emerging AI-related threats without manual feed monitoring.
n8n$4.99Automate n8n Workflow and Credential Backups to GitHub with Change Detection
This n8n workflow automates the backup of workflows and credentials to GitHub, only committing changes when differences are detected, reducing redundant commits.
n8n$14.99SSL Certificate Expiry Notifier (No Paid APIs)
Great - Here's a complete **Workflow Description** for your **n8n Creator submission** based on the JSON you shared: --- ### **SSL Expiry Notifier (No Paid APIs)** --- #### **How it Works** This workflow automatically checks SSL certificate expiry dates for a list of websites and sends timely email alerts if any certificate is close to expiring. It's ideal for DevOps, IT Operations, or Web Admin teams to stay ahead of certificate issues **without relying on any paid API services**. Here's the high-level logic: 1. **Trigger**: Runs daily at 8 AM using the Schedule Trigger node. 2. **Fetch URLs**: Reads URLs to monitor from a Google Sheet. 3. **Check SSL**: Calls the free `ssl-checker.io` API to retrieve SSL certificate details (valid from, valid till, days left). 4. **Conditional Check**: Filters any certificates expiring in 7 days or less. 5. **Send Email**: Sends a styled HTML email alert to predefined recipients. 6. **Update Sheet**: Updates the same Google Sheet with the latest SSL info for each domain. --- #### **Set Up Steps (Quick Overview)** Estimated setup time: ~10-15 minutes 1. **Connect Google Sheets** - OAuth2 credentials required. Sheet must include a column titled `URL` with domains to monitor. 2. **Set Up SMTP** - Add your email credentials under the SMTP node to enable notifications. 3. **Optional** - Customize the threshold days in the Expiry Alert IF node if you want alerts for a different timeframe. 4. **Deploy and Activate** - That's it. Once active, the flow runs automatically every day. Detailed field mappings and logic notes are included inside the workflow as sticky notes. --- ### **Ready to Get Started?** Let's start your journey on n8n by [**creating your free account here**](https://n8n.partnerlinks.io/7fuarh1e6dz5).
n8n$9.99
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work