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

    Development & IT Workflows

    Software development and IT operations

    • Automate Monitor Management with UptimeRobot in n8n

      Efficiently create, update, and retrieve monitor details using UptimeRobot within n8n, streamlining your website monitoring processes.

      n8nFree
    • Degenerator: Sync to Async Generator Compiler

      Node.js package that compiles synchronous functions into async generator functions using AST manipulation for seamless async iteration.

      n8n$12.5
    • Extract an item and/or its value from an array of collections

      From an Array of Collections (Names, Emails, IDs), you can extract an item (Email) and/or extract the value of an item (a specific email) using functions.

      MakeFree

    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.

    Indeed Job Scraper with AI Filtering & Company Research

    Scrapes Indeed jobs via Apify, AI-filters for relevance using ChatGPT, researches companies with Tavily, and updates Google Sheets for outreach automation.

    n8n$24.99
  1. CO2 Emissions Tracker for Business Flights with AI & Carbon API

    Automates CO2 emission tracking from flight confirmation emails using Gmail, GPT-4o AI extraction, Carbon Interface API, and Google Sheets storage.

    n8n$22.99
  2. Automate WooCommerce Product Image Background Removal via API & Google Sheets

    Automates bulk background removal from WooCommerce product images using BackgroundCut API, uploads to FTP, and updates WooCommerce plus Google Sheets for tracking.

    n8n$24.99
  3. Deploy Docker n8n as API Backend for WHMCS/WISECP

    # Setting up n8n workflow ## Overview The **Docker n8n WHMCS module** uses a specially designed workflow for **n8n** to automate deployment processes. The workflow provides an API interface for the module, receives specific commands, and connects via SSH to a server with Docker installed to perform predefined actions. ## Prerequisites - You must have your own **n8n** server. - Alternatively, you can use the official **n8n** cloud installations available at: [n8n Official Site](https://n8n.partnerlinks.io/o692v7cg297k) ## Installation Steps ### Install the Required Workflow on n8n You have two options: #### **Option 1: Use the Latest Version from the n8n Marketplace** - The latest workflow templates for our modules are available on the official n8n marketplace. - Visit our profile to access all available templates: [PUQcloud on n8n](https://n8n.io/creators/puqcloud/) #### **Option 2: Manual Installation** - Each module version comes with a workflow template file. ![image-1741970282211.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741970282211.png) ![image-1741284912356.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741284912356.png) - You need to manually import this template into your n8n server. ![image-1741285064715.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285064715.png) ![image-1741284983806.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741284983806.png) ![image-1741285036996.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285036996.png) ## n8n Workflow API Backend Setup for WHMCS/WISECP ### Configure API Webhook and SSH Access - Create a **Basic Auth Credential** for the Webhook API Block in n8n. ![image-1741285118412.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285118412.png) ![image-1741285147192.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285147192.png) ![image-1741285198822.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285198822.png) ### Modify Template Parameters In the **Parameters** block of the template, update the following settings: ![image-1741285369145.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285369145.png) ![image-1741285412110.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285412110.png) - `server_domain` - Must match the domain of the WHMCS/WISECP Docker server. - `clients_dir` - Directory where user data related to Docker and disks will be stored. - `mount_dir` - Default mount point for the container disk (recommended not to change). **Do not modify** the following technical parameters: - `screen_left` - `screen_right` ### **Deploy-docker-compose** In the **Deploy-docker-compose** element, you have the ability to modify the Docker Compose configuration, which will be generated in the following scenarios: - When the service is created - When the service is unlocked - When the service is updated ![image-1741875704524.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741875704524.png) ![image-1741875734754.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741875734754.png) ### **nginx** In the **nginx** element, you can modify the configuration parameters of the web interface proxy server. - The **main** section allows you to add custom parameters to the **server** block in the proxy server configuration file. - The **main_location** section contains settings that will be added to the **location /** block of the proxy server configuration. Here, you can define custom headers and other parameters specific to the root location. ![image-1741875960357.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741875960357.png)

    n8nFree
  4. Automated Data Comparison and Cleanup Workflow

    This workflow automates the process of comparing datasets and cleaning up duplicates for improved data accuracy.

    n8n$6.99
  5. Automate GitHub Pull Request Linting and Auto-Fix with Google Gemini AI

    This workflow automates the process of linting and fixing code in GitHub pull requests using Google Gemini AI, reducing manual code reviews and ensuring consistent code quality.

    n8nFree
  6. Backup Workflows to Git Repository on Gitea

    #### **Overview** This workflow automates the backup of all workflows from your system to a **Git repository hosted on Gitea**. It runs on a **scheduled trigger**, fetching, encoding, and committing workflow data, ensuring seamless version control and disaster recovery. - **Quick Setup:** Just update three global variables and configure authentication—no manual exports needed! --- ### **How It Works (Quick Glance)** 1. **Scheduled Execution** — Runs automatically at defined intervals. 2. **Fetch Workflows** — Uses the API to retrieve all workflows. 3. **Process Workflows** — Converts workflow data into a **Git-friendly format**. 4. **Commit & Push to Git** — Saves workflows in a Gitea repository. --- ### **Setup Steps** (Takes ~5 min) #### **1. Set Global Variables** Go to the **Globals** section in the workflow and update: - **`repo.url`** — `https://your-gitea-instance.com` *(Replace with your actual Gitea URL)* - **`repo.name`** — `workflows` *(Repository name where backups will be stored)* - **`repo.owner`** — `octoleo` *(Gitea account that owns the repository)* - **These three variables define where the workflows are stored.** #### **2. Configure Gitea Authentication** - **Go to your Gitea account** — Generate a **Personal Access Token** - In the **credential manager**, create a **new Gitea token** with: - **Name:** `Authorization` - **Value:** `Bearer YOUR_PERSONAL_ACCESS_TOKEN` - **Ensure there is a space after `Bearer` before the token!** #### **3. Link Credentials to Git Nodes** Attach the Gitea credentials to these three Git nodes: - **GetGitea** — Retrieves existing repository data - **PutGitea** — Updates workflows - **PostGitea** — Adds new workflows #### **4. Link Credentials for API Requests** - **Add API authentication** in the node that fetches all workflows. #### **5. Test & Activate** - **Run the workflow manually** to confirm backups work. - Enable the **schedule trigger** for automation. - **The workflow automatically checks for changes before committing updates.** --- ### **Why Use This Workflow?** - **Automated Backups** — No manual exports needed. - **Version Control** — Easily track workflow changes. - **Simple Setup** — Just configure globals & credentials. - **Secure** — Uses token-based authentication. --- ### **Next Steps** - Have questions? **Reach out on the forum!**

    n8nFree
  7. Automate n8n Workflow Backups to Bitbucket

    Efficiently automate the backup of your n8n workflows to Bitbucket, ensuring version control and easy recovery with minimal manual intervention.

    n8nFree
  8. Image to PDF Conversion Workflow using ConvertAPI

    This workflow is designed to facilitate the conversion of image files into PDF format using the ConvertAPI service within the N8N automation platform. The workflow begins with a manual trigger that allows users to initiate the process at their con...

    n8n$12.99
  9. Integrate Travis CI Build Operations with AI Agents via MCP Server

    Seamlessly connect Travis CI build operations to AI agents using an MCP server, enabling automated build management with zero configuration.

    n8nFree
  10. Deliver Inspirational Quotes via Webhook with ZenQuotes API

    This n8n workflow enables you to serve inspirational quotes on-demand through a webhook using the ZenQuotes API, perfect for adding motivational content to various platforms without backend coding.

    n8nFree
  11. Generate and Split Sample Data Records Using JavaScript and Python

    A minimal, plug-and-play workflow that generates **sample data** using n8n's **Code** node (both JavaScript and Python versions included) and then **fans out** those records into individual items with **Split Out**. Perfect for testing downstream nodes, mapping, pagination, or prototyping list-based logic without connecting to real data sources. --- ## What this template does - **Generates 20 sample records** with fields: `index`, `num`, and `test` - Writes the array to `item.json` - Uses **Split Out** to convert the array into **one item per record** - Includes **both JavaScript and Python** implementations side-by-side --- ## Who's it for - Builders who need **mock data** to test mappings and loops - Educators/demo makers who want a simple **fan-out pattern** - Anyone who wants a **clean scaffold** for list processing in n8n --- ## How it works / What it does - **Generate Data Javascript**: Produces `barr = [{ index, num, test }, ...]` for 20 rows - **Generate Data Python**: Same output, written in Python - **Split Out Javascript / Python**: Takes `barr` and emits **one item per element** > Use either branch (JS or Python) depending on your preference. --- ## How to set up No external setup required. Import the workflow and **Execute**. Select either the **JavaScript** or **Python** branch to see fan-out items. --- ## Requirements - n8n (Cloud or self-hosted) - No credentials or third-party services --- ## Customize the workflow - Change the number of rows: adjust the loop range (`0..N`) - Rename or add fields to each record (e.g., `name`, `price`, `tags`) - Replace the static array with generated or randomized data - Pipe the Split Out output into **Set**, **Function**, **HTTP**, or **Sheets** nodes for further testing --- ## Notes - Sticky notes are included for in-editor guidance. - Both implementations return the same structure so you can swap freely. --- ## Contact Need help customizing this (e.g., shaping fields, adding randomizers, or exporting to CSV/Sheets)? - 📧 **rbreen@ynteractive.com** - 📞 **Robert Breen** - https://www.linkedin.com/in/robert-breen-29429625/ - 🌐 **ynteractive.com** - https://ynteractive.com

    n8nFree
  12. Automate File Uploads to GitHub with n8n Webhook

    This n8n workflow automates the process of pushing multiple files to a GitHub repository via the GitHub REST API. By leveraging a webhook, users can trigger file uploads easily, making it ideal for developers and teams looking to streamline their ...

    n8n$15.99
  13. Deploy Docker MinIO and API Backend for WHMCS/WISECP

    # Setting up n8n workflow ## Overview The **Docker MinIO WHMCS module** uses a specially designed workflow for **n8n** to automate deployment processes. The workflow provides an API interface for the module, receives specific commands, and connects via SSH to a server with Docker installed to perform predefined actions. ## Prerequisites - You must have your own **n8n** server. - Alternatively, you can use the official **n8n** cloud installations available at: [n8n Official Site](https://n8n.partnerlinks.io/o692v7cg297k) ## Installation Steps ### Install the Required Workflow on n8n You have two options: #### **Option 1: Use the Latest Version from the n8n Marketplace** - The latest workflow templates for our modules are available on the official n8n marketplace. - Visit our profile to access all available templates: [PUQcloud on n8n](https://n8n.io/creators/puqcloud/) #### **Option 2: Manual Installation** - Each module version comes with a workflow template file. ![image-1741974273723.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741974273723.png) ![image-1741284912356.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741284912356.png) ## n8n Workflow API Backend Setup for WHMCS/WISECP ### Configure API Webhook and SSH Access - Create a **Basic Auth Credential** for the Webhook API Block in n8n. ![image-1741974396480.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741974396480.png) ![image-1741974500641.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741974500641.png) ![image-1741285036996.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285036996.png) - Create an **SSH Credential** for accessing a server with Docker installed. ![image-1741285118412.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285118412.png) ![image-1741285147192.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285147192.png) ![image-1741285198822.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285198822.png) ### Modify Template Parameters In the **Parameters** block of the template, update the following settings: ![image-1741974559641.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741974559641.png) ![image-1741285412110.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741285412110.png) - `server_domain` - Must match the domain of the WHMCS/WISECP Docker server. - `clients_dir` - Directory where user data related to Docker and disks will be stored. - `mount_dir` - Default mount point for the container disk (recommended not to change). **Do not modify** the following technical parameters: - `screen_left` - `screen_right` ### **Deploy-docker-compose** In the **Deploy-docker-compose** element, you have the ability to modify the Docker Compose configuration, which will be generated in the following scenarios: - When the service is created - When the service is unlocked - When the service is updated ![image-1741875704524.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741875704524.png) ![image-1741974602887.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741974602887.png) ### **nginx** In the **nginx** element, you can modify the configuration parameters of the web interface proxy server. - The **main** section allows you to add custom parameters to the **server** block in the proxy server configuration file. - The **main_location** section contains settings that will be added to the **location /** block of the proxy server configuration. Here, you can define custom headers and other parameters specific to the root location. ![image-1741875960357.png](https://doc.puq.info/uploads/images/gallery/2025-03/scaled-1680-/image-1741875960357.png)

    n8nFree
  14. Automate LinkedIn Webhook for Real-Time Feedback Processing

    This workflow automates the process of receiving and validating feedback from LinkedIn via webhooks, enhancing efficiency and response time.

    n8n$9.91
  15. Automate Slack Webhook Creation with Venafi TLS Integration

    This workflow automates the creation of webhooks in Slack while ensuring secure communication through TLS certificates managed by Venafi. It begins by capturing incoming messages from the Slack API via the Subscription Events API, enabling users t...

    n8n$15.99
  16. Automated Email Finder Workflow Using Prospeo API

    The Automated Email Finder Workflow leverages the Prospeo.io LinkedIn Email Finder API to streamline the process of gathering email addresses from LinkedIn profiles. By integrating this powerful API, users can efficiently enrich their data reposit...

    n8n$16.33
  17. Automate Zendesk Scheduled Tasks with FunctionItem Workflow

    This workflow is designed to enhance productivity by automating the creation of scheduled tasks within Zendesk. By leveraging the capabilities of n8n's FunctionItem node, it effectively tracks the last execution timestamp and manages scheduling se...

    n8n$10.75
  18. Automatic Self-Hosted Application Updates with Coolify Deployments

    ## Auto-update n8n instance with Coolify ### Who's it for This workflow is designed for **self-hosted n8n administrators** who want to keep their instance automatically updated to the latest stable release. It removes the need for manual version checks and ensures deployments are always up to date. ### What it does The workflow checks your **current n8n version** against the **latest GitHub release**. If a mismatch is detected, it triggers a **Coolify deployment** to update your instance. If both versions match, the workflow ends safely without action. ### How it works 1. **Trigger**: Start manually or on a schedule. 2. **HTTP Request (n8n settings)**: Fetches your current version (`versionCli`). 3. **HTTP Request (GitHub)**: Fetches the latest n8n release (`name`). 4. **Merge (SQL)**: Keeps only the two fields needed. 5. **Set (Normalize)**: Converts values into comparable variables. 6. **IF Check**: Compares current vs latest version. - If different → Deploy update. - If same → Stop with no operation. 7. **HTTP Request (Coolify)**: Triggers a forced redeploy via API. ### How to set up - Replace `https://yourn8ndomain/rest/settings` with your own **n8n domain**. - Replace the Coolify API URL with your **Coolify domain + app UUID**. - Add an **HTTP Bearer credential** containing your Coolify API token. - Adjust the schedule interval (e.g., every 6 hours). ### Requirements - Self-hosted n8n instance with `/rest/settings` endpoint accessible. - Coolify (or a similar service) managing your n8n deployment. - Valid API token configured as Bearer credential in n8n. ### How to customize - Change the schedule frequency depending on how often you want checks. - Modify the IF condition if you want stricter or looser version matching (e.g., ignore patch versions). - Replace Coolify API call with another service (like Docker, Portainer, or Kubernetes) if you use a different deployment method.

    n8nFree
  19. AI-Powered Tech Radar Advisor with SQL Integration

    Automate the creation of a tech radar using AI, SQL databases, and Google Drive for efficient data management.

    n8n$19.99
  20. Extract License Plate from Car Image via n8n Form

    This n8n workflow uses a form trigger to upload car images and leverages OpenRouter LLMs to extract license plate numbers accurately. Easily adaptable for other image-to-text tasks like summarization or text extraction.

    n8n$12.99
  21. ← PreviousPage 9 of 17Next →

    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 development & it workflow?

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

    Request a Custom Workflow