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

    IT & Development Workflows

    Developer tools and IT solutions

    • Save Hotmart Events to Google Sheets Automation

      Automatically capture and log Hotmart events like purchases, refunds, subscriptions, and cart abandonments directly into Google Sheets for seamless tracking and analysis.

      n8n$12.99
    • AI-Powered Email Routing: Text Classifier for eCommerce

      Automates classification of contact form submissions using GPT-4, routes emails to departments, and logs to Google Sheets for efficient eCommerce support.

      n8n$24.99
    • AI-Powered Product Research & Price Comparison with Google & OpenAI

      Automates product research by generating AI-optimized Google searches from natural language descriptions, analyzes results for insights, and emails a summary report with links.

      n8n

    Marketplace

    • Prompts
    • Workflows
    • Agent Hub
    • 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 Answers
    • Error Solutions
    • AI Tutorials
    • AI Agent Guides
    • AI Models
    • AI Research Papers
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation
    • API Access to Our Data

    Community

    • AI Newsletter
    • 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

    The #1 Newsletter in AI

    Weekly updates, news, and content that matter.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    $22.99
  1. Prevent Duplicate Processing with Redis Item State Tracking

    Redis-based utility workflow that tracks item states to prevent duplicate processing in automated loops, ensuring reliable execution of client projects without data overlaps.

    n8n$14.99
  2. Automate User CRUD Operations on Reqres.in API

    This workflow demonstrates sequential HTTP requests to fetch, create, and update users on the Reqres.in test API, perfect for learning n8n's HTTP node.

    n8n$5.99
  3. Subscription Tracker & Reminders with GPT-4, Telegram & Google Sheets

    Automates daily subscription billing reminders via Telegram and AI-powered management of Google Sheets data for adding, updating, or retrieving subscriptions.

    n8n$24.99
  4. Meraki Packet Loss and Latency Alerts to Microsoft Teams

    Monitors Meraki network uplinks for packet loss and latency, alerting IT teams via Microsoft Teams for quick issue resolution.

    n8n$14.99
  5. AI Social Media Content Generator & Auto-Scheduler with GPT-4

    Generates optimized posts for LinkedIn, Twitter, Instagram, Facebook & TikTok using GPT-4, with hashtags, posting times, tone customization & scheduling.

    n8n$24.99
  6. Automate Webhook Creation and Response with JSON in Make

    Streamline your workflow by automating the creation and response of webhooks using JSON data. This integration enhances efficiency by managing webhooks seamlessly.

    Make$3.99
  7. Track Demo Bookings: Google Calendar to Meta Conversions API

    Automates sending Google Calendar demo bookings as conversion events to Meta Conversions API, improving ad attribution for lead generation campaigns.

    n8n$12.99
  8. Automate Google Docs Data Transfer to External Applications via HTTP

    Efficiently automate the transfer of data from Google Docs to external applications using HTTP actions, enhancing document integration and workflow automation.

    Make$2.99
  9. Debug: Lightweight Node.js & Browser Debugging Utility

    Integrates the 'debug' npm package for lightweight logging and debugging in Node.js and browser environments within n8n workflows.

    n8n$6.99
  10. 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.

    Make$3.99
  11. AI-Powered Telegram Bot for Data Extraction with Bright Data MCP

    Telegram bot powered by AI that processes natural language queries to dynamically extract data using Bright Data MCP tools for seamless automation.

    n8n$24.99
  12. Sales Prospect Research & Outreach Prep with Apollo, Linkup AI, LinkedIn

    Automates deep, personalized research on prospects from name/company, analyzes profiles via AI for tailored outreach insights, saving hours of manual work.

    n8n$24.99
  13. Get Local DateTime into Function Node Using moment.js

    A quick example showing how to get the local date and time into a Function node using moment.js. This relies on the `GENERIC_TIMEZONE` environment variable being correctly configured (see the docs [here](https://docs.n8n.io/reference/configuration.html#timezone)). **NOTE**: In order for this to work, you must whitelist the moment library for use by setting the following environment variable: ```bash NODE_FUNCTION_ALLOW_EXTERNAL=moment ``` For convenience, the Function code is as follows: ```javascript const moment = require('moment'); let date = moment().tz($env.GENERIC_TIMEZONE); let year = date.year(); let month = date.month(); // zero-indexed! let day = date.date(); let hour = date.hours(); let minute = date.minutes(); let second = date.seconds(); let millisecond = date.millisecond(); let formatted = date.format('YYYY-MM-DD HH:mm:ss.SSS Z'); return [{ json: { utc: date, year: year, month: month, day: day, hour: hour, minute: minute, second: second, millisecond: millisecond, formatted: formatted } }]; ```

    n8n$2.99
  14. Creators Hub: Generate Dynamic SVG Stats with Daily Updates

    # n8n Creators Template: Creator Profile Stats Updater This n8n workflow template is designed to automate the process of updating a creator's profile statistics, including total workflows, complex workflows, approved workflows, pending workflows, total nodes, and total views. It utilizes various nodes to fetch data, process it, and update an SVG file hosted on GitHub to reflect the latest stats. ## Workflow Overview 1. **Schedule Trigger**: Triggers the workflow execution at specified intervals. 2. **Config**: Sets up configuration details like creator username, colors for text, icons, border, and card. 3. **Get Workflows**: Fetches workflows associated with the creator from the n8n API. 4. **Workflows Data**: Processes the fetched data to calculate various statistics. 5. **Get User**: Fetches user details from the n8n API. 6. **Download Image**: Downloads the creator's profile image. 7. **Extract From File**: Extracts binary data from the downloaded image file. 8. **SVG**: Generates an SVG file with updated stats and visual representation. 9. **GitHub**: Commits the updated SVG file to the specified GitHub repository. 10. **Final**: Prepares the final data set for further processing or output. 11. **Sticky Note**: Provides a visual note or reminder within the workflow editor. ## Embed & Live Preview Since it's an .SVG format, you can host it anywhere. Treat it like a normal image so you can embed it with any site, forum, page that supports posting images. Here's an example code for markdown: ```markdown [![n8n Creator Profile](https://raw.githubusercontent.com/Automations-Project/n8n-templates/main/n8n-team.svg)](https://n8n.io/creators/n8n-team) ``` Here's the result: [![n8n Creator Profile](https://raw.githubusercontent.com/Automations-Project/n8n-templates/main/n8n-team.svg)](https://n8n.io/creators/n8n-team) Or served through CDN & Cache: [![n8n Creator Profile](https://cdn.statically.io/gh/Automations-Project/n8n-templates/main/n8n-team.svg)](https://n8n.io/creators/n8n-team) ## Setup Instructions 1. **GitHub Credentials**: Ensure you have GitHub credentials set up in your n8n instance to allow the workflow to commit changes to your repository. 2. **Configure Trigger**: Adjust the `Schedule Trigger` node to set the desired execution intervals for the workflow. 3. **Set Configuration**: Customize the `Config` node with your GitHub username and preferred aesthetic options for the SVG. 4. **Deploy Workflow**: Import the workflow into your n8n instance and deploy it. ## Customization Options * **Text and Icon Colors**: Customize the colors used in the SVG by modifying the respective fields in the `Config` node. * **Profile Image Size**: Adjust the image size in the `Download Image` node URL if needed. * **Commit Messages**: Modify the commit messages in the GitHub nodes to suit your version control conventions. I've used the `$now` function to include the current time in the message, which will always give a different commit value. ## Requirements * n8n (Self-hosted or Cloud version compatible with 2024 releases and up) * GitHub account and repository * Basic understanding of n8n workflow configuration ## Support and Contributions For support, please refer to the [n8n community forum](https://community.n8n.io) or the [official n8n documentation](https://docs.n8n.io). Contributions to the template can be made. You're allowed to reuse this workflow and reshare with edits (like new design/colors, etc.) under your name.

    n8n$9.99
  15. Slack AI Chatbot with Threads & Thinking UI (OpenRouter + Postgres)

    Builds an advanced Slack AI agent with multi-thread support, thinking UI, and quick pinning. Uses OpenRouter for AI and Postgres for persistent conversations.

    n8n$24.99
  16. Daily Tech News Curation: RSS, Vertex AI & Gmail Digest

    Automates daily curation of top AI/tech news from 14 premium RSS sources, uses Google Vertex AI for smart selection and summarization, then delivers a professional HTML newsletter via Gmail.

    n8n$24.99
  17. Transfer Credentials to Other n8n Instances Using a Multi-Form

    ## Purpose This workflow allows you to transfer credentials from one n8n instance to another. ![Image](https://i.imgur.com/uqAjqZ6.png) ![Image](https://i.imgur.com/vZcvX.png) ## How it works - A multi-form setup guides you through the entire process. - You get to choose one of your predefined (in the Settings node) remote instances first. - Then all credentials of the current instance are being retrieved using the Execute Command node. - On the next form page, you can select one of the credentials by their name and initiate the transfer. - Finally, the credential is being created on the remote instance using the n8n API. A final form ending indicates if that action succeeded or not. ## Setup - Select your credentials in the nodes which require those. - Configure your remote instance(s) in the Settings node. Every instance is defined as an object with the keys **name**, **apiKey**, and **baseUrl**. Those instances are then wrapped inside an array. You can find an example described within a note on the workflow canvas. ## How to use - Grab the (production) URL of the Form from the first node. - Open the URL and follow the instructions given in the multi-form. ## Disclaimer - Please note that this workflow can only run on self-hosted n8n instances since it requires the Execute Command Node. - Security: Beware that all credentials are being decrypted and processed within the workflow. Also, the API keys to other n8n instances are stored within the workflow. - This solution is primarily meant for transferring data between testing environments. For production use, consider the n8n enterprise edition which provides a **reliable** way to manage credentials across different environments.

    n8n$14.99
  18. Easy Image Captioning with Gemini 1.5 Pro

    Automate image captioning using Gemini 1.5 Pro: fetch images, generate AI captions, and overlay them seamlessly. Ideal for content creation and social media automation.

    n8n$12.99
  19. AI Text-to-Image Telegram Bot (Gemini + Hugging Face FLUX)

    Automates Telegram bot to convert text prompts into AI images: refines with Gemini/OpenAI, generates via free Hugging Face FLUX, and delivers instantly.

    n8n$14.99
  20. Image-Based Data Extraction API using Gemini AI

    Ready-to-use n8n API endpoint for extracting structured data from images via Gemini AI OCR. Processes image URLs and returns JSON with customizable fields for documents, receipts, and more.

    n8n$17.99
  21. Launch Phantombuster phantoms from Notion

    Use this template to automatically launch a Phantombuster phantom when a new Notion database item (page) is created. The database item will also be updated with the phantom's Container ID so you can find this item and add result data to it using this [scenario](https://www.integromat.com/en/integration/6307-update-notion-database-items-with-phantombuster-phantom-output-data-csv-and-json-results-download-links).

    Make$3.99
  22. ← PreviousPage 13 of 19Next →

    Related categories

    Communication (2,463)AI (1,930)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,146)Data & Analytics (995)File & Document Management (802)CRM - Sales (605)Notifications (580)

    Need a custom it & development workflow?

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

    Request a Custom Workflow