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

    IT & Development Workflows

    Developer tools and IT solutions

    • Efficient Error Logging with PostgreSQL and Controlled Notifications

      This workflow logs errors to a PostgreSQL database while controlling notification frequency to prevent alert fatigue. It ensures critical errors are logged and alerts are sent no more than once every five minutes.

      n8nFree
    • Classify New Bugs in Linear with OpenAI's GPT-4 and Move Them to the Right Team

      ## Use case When working with multiple teams, bugs must get in front of the right team as quickly as possible to be resolved. Normally this includes a manual grooming of new bugs that have arrived in your ticketing system (in our case, Linear). We found this way too time-consuming. That's why we built this workflow. ## What this workflow does This workflow triggers every time a Linear issue is created or updated within a certain team. For us at n8n, we created one general team called Engineering where all bugs get added in the beginning. The workflow then checks if the issue meets the criteria to be auto-moved to a certain team. In our case, that means that the description is filled, that it has the bug label, and that it's in the `triage` state. The workflow then classifies the bug using OpenAI's GPT-4 model before updating the team property of the Linear issue. If the AI fails to classify a team, the workflow sends an alert to Slack. ## Setup 1. Add your Linear and OpenAI credentials. 2. Change the team in the `Linear Trigger` to match your needs. 3. Customize your teams and their areas of responsibility in the `Set me up` node. Please use the format `[Team name][Description/Areas of responsibility]`. Also, make sure that the team names match the names in Linear exactly. 4. Change the Slack channel in the `Set me up` node to your Slack channel of choice. ## How to adjust it to your needs - Play around with the context that you're giving to OpenAI, to make sure the model has enough knowledge about your teams and their areas of responsibility. - Adjust the handling of AI failures to your needs. ## How to enhance this workflow At n8n, we use this workflow in combination with some others. E.g., we have the following things on top: - We're using an automation that enables everyone to add new bugs easily with the right data via a `/bug` command in Slack (check out [this template](https://n8n.io/workflows/2153-add-a-bug-to-linear-via-slack-command) if that's interesting to you). This workflow was built using n8n version 1.30.0.

    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. Webhook Returning XML

    1. Receives data from an incoming HTTP Request (set up to use respond to webhook node) 2. Create dummy data 3. Convert JSON to XML which gets returned 4. Respond to Webhook which returns the data and the content type of the data

    n8nFree
  2. Automate Monitoring and Notification of Palo Alto Security Advisories

    This n8n workflow automates the process of monitoring Palo Alto Networks security advisories and notifies relevant stakeholders. It fetches advisories from an RSS feed, categorizes them, and creates Jira issues or sends email notifications based on the advisory type.

    n8nFree
  3. Validate OP Token (without creating a credential)

    ## OTP Validation with Function Node This template allows you to verify if a 6-digit OTP code is valid using the corresponding OTP secret. It can be used in an authentication system. The inputs need to be: - a base32 TOTP secret (String) - a 6 digits code (String) **Important:** The 6-digit code must be in text format. If the code starts with zeros and is treated as a number, it could cause validation issues. The function node will generate a 6-digit code from the OTP secret, then compare it with the provided code. If they match, it will return `1`; otherwise, it will return `0`. ## Example usage: - You retrieve the user's OTP secret from a database, then you want to verify if the 2FA code provided by the user is valid. ## Setup Guidelines You only need the **`OTP VALIDATION`** node. **You will need to modify lines `39` and `40`** of the node with the correct values for your specific context. ## Testing the Template You can define a sample secret and code in the `EXAMPLE FIELDS` node of the template, then click `Test Workflow`. If the code is valid for the provided secret, the flow will proceed to the `true` branch of the `IF CODE IS VALID` node. Otherwise, it will go to the `false` branch.

    n8nFree
  4. Microsoft Entra ID Tool MCP Server - All 12 Operations

    Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? [Join the community](https://www.skool.com/beyond-nodes-automation-lab-2006/about) Complete MCP server exposing all Microsoft Entra ID tool operations to AI agents. Zero configuration needed - all 12 operations pre-built. ## Quick Setup 1. **Import** this workflow into your n8n instance 2. **Activate** the workflow to start your MCP server 3. **Copy** the webhook URL from the MCP trigger node 4. **Connect** AI agents using the MCP URL ## How it Works **MCP Trigger**: Serves as your server endpoint for AI agent requests **Tool Nodes**: Pre-configured for every Microsoft Entra ID tool operation **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders **Native Integration**: Uses official n8n Microsoft Entra ID tool with full error handling ## Available Operations (12 total) Every possible Microsoft Entra ID tool operation is included: ### Group (5 operations) **Create group** **Delete group** **Get group** **Get many groups** **Update group** ### User (7 operations) **Add user to group** **Create user** **Delete user** **Get user** **Get many users** **Remove user from group** **Update user** ## AI Integration **Parameter Handling**: AI agents automatically provide values for: - Resource IDs and identifiers - Search queries and filters - Content and data payloads - Configuration options **Response Format**: Native Microsoft Entra ID tool API responses with full data structure **Error Handling**: Built-in n8n error management and retry logic ## Usage Examples Connect this MCP server to any AI agent or workflow: **Claude Desktop**: Add MCP server URL to configuration **Custom AI Apps**: Use MCP URL as tool endpoint **Other n8n Workflows**: Call MCP tools from any workflow **API Integration**: Direct HTTP calls to MCP endpoints ## Benefits **Complete Coverage**: Every Microsoft Entra ID tool operation available **Zero Setup**: No parameter mapping or configuration needed **AI-Ready**: Built-in `$fromAI()` expressions for all parameters **Production Ready**: Native n8n error handling and logging **Extensible**: Easily modify or add custom logic > **[Free for community use](https://github.com/Cfomodz/community-use)!** Ready to deploy in under 2 minutes.

    n8nFree
  5. Get All Posts from WordPress

    A manual trigger workflow for n8n that retrieves all posts from a WordPress site. Useful as a companion to the WordPress node documentation, this template helps you test or integrate post data without scheduled automation. Simply run it on demand to pull your full list of posts for further processing.

    n8nFree
  6. Splunk Tool MCP Server - All 16 Operations

    Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? [Join the community](https://www.skool.com/beyond-nodes-automation-lab-2006/about) Complete MCP server exposing all Splunk tool operations to AI agents. Zero configuration needed - all 16 operations pre-built. ## Quick Setup 1. **Import** this workflow into your n8n instance 2. **Activate** the workflow to start your MCP server 3. **Copy** the webhook URL from the MCP trigger node 4. **Connect** AI agents using the MCP URL ## How it Works **MCP Trigger**: Serves as your server endpoint for AI agent requests **Tool Nodes**: Pre-configured for every Splunk tool operation **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders **Native Integration**: Uses official n8n Splunk tool with full error handling ## Available Operations (16 total) Every possible Splunk tool operation is included: ### Alert (2 operations) **Get a fired alerts report** **Get metrics** ### Report (4 operations) **Create a search report** **Delete a search report** **Get a search report** **Get many search reports** ### Search (5 operations) **Create a search job** **Delete a search job** **Get a search job** **Get many search jobs** **Get the result of a search job** ### User (5 operations) **Create a user** **Delete a user** **Get a user** **Get many users** **Update a user** ## AI Integration **Parameter Handling**: AI agents automatically provide values for: - Resource IDs and identifiers - Search queries and filters - Content and data payloads - Configuration options **Response Format**: Native Splunk tool API responses with full data structure **Error Handling**: Built-in n8n error management and retry logic ## Usage Examples Connect this MCP server to any AI agent or workflow: **Claude Desktop**: Add MCP server URL to configuration **Custom AI Apps**: Use MCP URL as tool endpoint **Other n8n Workflows**: Call MCP tools from any workflow **API Integration**: Direct HTTP calls to MCP endpoints ## Benefits **Complete Coverage**: Every Splunk tool operation available **Zero Setup**: No parameter mapping or configuration needed **AI-Ready**: Built-in `$fromAI()` expressions for all parameters **Production Ready**: Native n8n error handling and logging **Extensible**: Easily modify or add custom logic > **[Free for community use](https://github.com/Cfomodz/community-use)!** Ready to deploy in under 2 minutes.

    n8nFree
  7. Authenticate Users via OpenID Connect in n8n Workflows

    This workflow facilitates user authentication using OpenID Connect, allowing secure access to webhooks and user information retrieval.

    n8nFree
  8. Automate Qualys Vulnerability Scans Triggered from Slack

    This workflow automates the initiation and monitoring of vulnerability scans using the Qualys API, triggered by a Slack shortcut. It converts scan results from XML to JSON, checks the scan status, and posts updates and results to Slack.

    n8nFree
  9. Automate Jira Operations with AI-Driven MCP Server

    Streamline Jira Software operations by integrating AI agents with a pre-configured MCP server, enabling automated handling of all 20 Jira operations without manual setup.

    n8nFree
  10. Create a WHOIS API Interface for AI Agents with 8 Domain Management Operations

    Complete MCP server exposing 8 Bulk WHOIS API operations to AI agents. ## Quick Setup Need help? Want access to more workflows and even live Q&A sessions with a top verified n8n creator? All 100% free? [Join the community](https://www.skool.com/n8n-nodes-automation-lab-1570/about) 1. **Import** this workflow into your n8n instance. 2. **Credentials** Add Bulk WHOIS API credentials. 3. **Activate** the workflow to start your MCP server. 4. **Copy** the webhook URL from the MCP trigger node. 5. **Connect** AI agents using the MCP URL. ## How it Works This workflow converts the Bulk WHOIS API into an MCP-compatible interface for AI agents. - **MCP Trigger**: Serves as your server endpoint for AI agent requests. - **HTTP Request Nodes**: Handle API calls to http://localhost:5000. - **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders. - **Native Integration**: Returns responses directly to the AI agent. ## Available Operations (8 total) ### Batch (4 endpoints) - **GET /batch**: Get your batches. - **POST /batch**: Create a batch. The batch is then being processed until all provided items have been completed. At any time it can be `get` to provide the current status with results optionally. - **DELETE /batch/{id}**: Delete a batch. - **GET /batch/{id}**: Get a batch. ### Db (1 endpoint) - **GET /db**: Query domain database. ### Domains (3 endpoints) - **GET /domains/{domain}/check**: Check domain availability. - **GET /domains/{domain}/rank**: Check domain rank (authority). - **GET /domains/{domain}/whois**: WHOIS query for a domain. ## AI Integration **Parameter Handling**: AI agents automatically provide values for: - Path parameters and identifiers. - Query parameters and filters. - Request body data. - Headers and authentication. **Response Format**: Native Bulk WHOIS API responses with full data structure. **Error Handling**: Built-in n8n HTTP request error management. ## Usage Examples Connect this MCP server to any AI agent or workflow: - **Claude Desktop**: Add MCP server URL to configuration. - **Cursor**: Add MCP server SSE URL to configuration. - **Custom AI Apps**: Use MCP URL as a tool endpoint. - **API Integration**: Direct HTTP calls to MCP endpoints. ## Benefits - **Zero Setup**: No parameter mapping or configuration needed. - **AI-Ready**: Built-in `$fromAI()` expressions for all parameters. - **Production Ready**: Native n8n HTTP request handling and logging. - **Extensible**: Easily modify or add custom logic. > **[Free for community use](https://github.com/Cfomodz/community-use)!** Ready to deploy in under 2 minutes.

    n8nFree
  11. Automate Event Notifications from Jira

    This workflow automatically triggers notifications for any event occurring in Jira, ensuring you stay updated on project changes.

    n8nFree
  12. Suspicious Login Detection

    This n8n workflow is designed for security monitoring and incident response when suspicious login events are detected. It can be initiated either manually from within the n8n UI for testing or automatically triggered by a webhook when a new login event occurs. The workflow first extracts relevant data from the incoming webhook payload, including the IP address, user agent, timestamp, URL, and user ID. It then splits into three parallel processing paths. In the first path, it queries GreyNoise's Community API to retrieve information about the investigated IP address. Depending on the classification and trust level received from GreyNoise, the alert is given a High, Medium, or Low priority. This priority is assigned based on the best practices documentation from GreyNoise on how to apply their data to analysis. Once a priority is assigned, a message is sent to a Slack channel to notify users about the alert. The second path involves fetching geolocation data about the IP address using IP-API's Geolocation API and merging it with data from the UserParser node. This data is then combined with the data obtained from GreyNoise. In the third path, the UserParser node queries the Userparser IP address and user agent lookup API to obtain information about the user's IP and user agent. This data is merged with the IP-API data and GreyNoise data. The workflow then checks if the IP address is considered an unknown threat by examining both the noise and riot fields from GreyNoise. If it is considered an unknown threat, the workflow proceeds to retrieve the last 10 login records for the same user from a Postgres database. If there are any discrepancies in the login information, indicating a new location or device/browser, the user is informed via email. Potential issues when setting up this workflow include ensuring that credentials are correctly entered for GreyNoise and UserParser nodes, and addressing any discrepancies in the data sources that could lead to false positives or negatives in threat detection. Additionally, the usage of hardcoded API keys should be replaced with credentials for security and flexibility. Thorough testing and validation with sample data are crucial to ensure the workflow performs as expected and aligns with security incident response procedures.

    n8nFree
  13. Deploy a Google Workspace Admin MCP Server for AI Integration

    Set up a fully functional MCP server to manage Google Workspace Admin operations with AI agents. This workflow provides seamless integration with zero configuration required.

    n8nFree
  14. Secure API Request Validation with Bearer Token and Airtable

    This workflow validates API requests by checking bearer tokens against an Airtable database, ensuring secure access control.

    n8nFree
  15. Automate Data Retrieval and Transformation for FlutterFlow API

    This workflow automates the process of retrieving data from a customer datastore, transforming it, and responding to API calls from FlutterFlow. It streamlines data handling for seamless integration with FlutterFlow applications.

    n8nFree
  16. Automate Strapi Content Management with n8n

    This workflow automates the process of creating, updating, and retrieving entries in Strapi using n8n, streamlining content management tasks.

    n8nFree
  17. V1 Helper - Find Params with Affected Expressions

    ## v1 Helper - This workflow is to be run **after upgrading to n8n v1**. This workflow returns all locations where a node in an active workflow contains a parameter using an **expression extension affected by [v1 changes](https://github.com/n8n-io/n8n/pull/6435)**. For every location, please check that the workflow still behaves as intended.

    n8nFree
  18. Automated Error Diagnosis and Reporting in n8n with OpenAI and Email

    Automatically capture and analyze n8n workflow errors using OpenAI, and receive detailed diagnostic reports via email. This workflow helps streamline error resolution and reduce manual debugging efforts.

    n8nFree
  19. Automate MERN Stack Environment Setup on Linux

    This n8n workflow automates the setup of a complete MERN Stack development environment on a Linux server, ensuring all necessary tools and configurations are in place for efficient development.

    n8nFree
  20. Upload images to Cloudinary and respond via webhook with Make

    Automatically upload images to Cloudinary and send a response via webhook using Make. riggered by Custom WebHook, upload with Cloudinary, respond with Webhook Respond.

    MakeFree
  21. Automate Data Capture and Response with Custom Webhooks in Make

    Capture data using a custom webhook, respond with inputs, and execute scenarios in Make for streamlined automation.

    MakeFree
  22. Secure Data Transfer with Custom Webhook and ChatGPT Integration

    Automate secure data transfer using a custom webhook and ChatGPT completions. This workflow integrates with HTTP Basic Auth to ensure data is sent securely.

    MakeFree
  23. ← PreviousPage 18 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