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

    IT & Development Workflows

    Developer tools and IT solutions

    • Create a GitLab issue when a JIRA Server issue is created

      A ready-to-use Make workflow that connects Jira, Gitlab. Create a GitLab issue when a JIRA Server issue is created. Customize and deploy in minutes.

      MakeFree
    • Automate SSH Commands for New Google Workspace Users

      Automatically execute SSH commands on a remote device whenever a new user is added to a specified Google Workspace domain.

      MakeFree
    • Automate Email Verification in Airtable with Kickbox

      Automatically verify email addresses in Airtable using Kickbox when a new form is submitted, ensuring data accuracy and reducing bounce rates.

      Make$3.99

    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
    • 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.

    Get Notified When Meta Ads Balance is Low

    Receive instant notifications via Telegram or other apps when your Facebook Ads balance drops below a set limit, ensuring uninterrupted campaigns.

    n8n$12.99
  1. Automate Webhook Data Handling and HTTP Responses

    Efficiently manage incoming webhook data and automate HTTP responses using Make's Custom WebHook and HTTP modules.

    Make$3.99
  2. Create a Dynamic API Endpoint with Webhook Responses

    Set up a dynamic API endpoint using webhooks to process incoming data and respond with various formats based on conditions. Ideal for developers and businesses needing flexible, lightweight API solutions.

    Make$3.99
  3. Merge Multiple n8n Runs into Single Item List

    Utility workflow that consolidates items scattered across multiple runs after loops into one unified list using a Code node.

    n8n$9.99
  4. Secure Data Transfer with Custom Webhooks and HTTP Actions

    Facilitate secure data transmission by utilizing custom webhooks and HTTP actions with basic authentication. This workflow ensures data is sent securely and efficiently.

    Make$3.99
  5. Automate Data Transmission with Basic Authentication in Make

    Enhance your automation workflows by securely transmitting data using basic authentication with HTTP actions in Make. This workflow sets variables and sends data efficiently, ensuring secure and automated processes.

    Make$3.99
  6. Add MantisBT issues from new Google Forms responses

    A ready-to-use Make workflow that connects Google-forms, Mantisbt. Add MantisBT issues from new Google Forms responses. Customize and deploy in minutes.

    Make$2.99
  7. Multi-functional Telegram Bot: Gemini AI, RAG PDF & Google Suite

    AI-powered Telegram bot with voice transcription, PDF RAG search via Qdrant, Brave web search, and Google Suite automation using Gemini.

    n8n$27.99
  8. Create a GitLab issue from a new Mattermost post

    A ready-to-use Make workflow that connects Mattermost, Gitlab. Create a GitLab issue from a new Mattermost post. Customize and deploy in minutes.

    MakeFree
  9. Batch Scrape URLs from Sheets to Docs with Firecrawl

    Automates batch scraping of website URLs from Google Sheets using Firecrawl, converting content to markdown and creating individual Google Docs for each page.

    n8n$19.99
  10. Create GitHub issues from new Basecamp2 to-dos

    A ready-to-use Make workflow that connects Basecamp, Github. Create GitHub issues from new Basecamp2 to-dos. Customize and deploy in minutes.

    MakeFree
  11. Extract LinkedIn Company Data with Airtop

    Automates extraction of detailed company insights from LinkedIn pages using Airtop, covering identity, scale, classification, and funding. Ideal for sales, investors, and market researchers.

    n8n$22.99
  12. Create GitHub issues from new Invoice Ninja tasks

    A ready-to-use Make workflow that connects Invoiceninja, Github. Create GitHub issues from new Invoice Ninja tasks. Customize and deploy in minutes.

    MakeFree
  13. Search Airtable records and send data to Zapier for automation

    A ready-to-use Make workflow that connects Airtable, Zapier. Search Airtable records and send data to Zapier for automation. Customize and deploy in minutes.

    Make$2.99
  14. Create Monday items from MantisBT issues

    Make will watch new issues in your MantisBT at regular intervals and create items in Monday using the information from MantisBT.

    MakeFree
  15. Repurpose RSS Articles into Social Media Content with AI

    Fetches articles from RSS feeds, enriches with AI research from Perplexity, and repurposes into social media formats using Claude AI. Automates content creation and saves to Airtable for tracking.

    n8n$14.99
  16. Launch Phantombuster phantoms from Airtable

    Use this template to automatically launch a Phantombuster phantom when an Airtable record is modified. The Airtable record will also be updated with the phantom's Container ID so you can find this record and add result data to it using this [scenario](https://www.integromat.com/en/integration/6305-update-airtable-records-with-phantombuster-phantom-output-data-including-csv-result-file). Your Airtable table has to include a field of type 'Last modified time'. We recommend setting it up the way that it changes when a specified field (a trigger - you can name it 'Launch phantom' and it can be of type 'Checkbox' for example) is updated.

    Make$3.99
  17. Audio Conversation Analysis & Visualization with DeepGram & GPT-4o

    AI-powered workflow that transcribes audio using DeepGram, analyzes conversations with GPT-4o for sentiment, topics, intents, and insights, and provides interactive visualization and summaries.

    n8n$24.99
  18. XOR Encryption and Decryption with Base64 Encoding for Workflow Data

    This workflow performs basic XOR-based encryption and decryption using a custom password. It is intended to be triggered by another workflow and processes structured input in JSON format. ### Input Structure The workflow expects a single array of objects with the following fields: - `action-type`: either `encrypt` or `decrypt` - `key`: the password used for encryption and decryption - `data`: the content to encrypt or decrypt ### Example: Encryption Input ```json [ { "action-type": "encrypt", "key": "Password", "data": "Hello, this is a secret message" } ] ``` ### Example: Decryption Input ```json [ { "action-type": "decrypt", "key": "Password", "data": "ChwGAQceF15eE2QXFRcUagxGVgV8BoNBA4VQVoQZkwVUhImU1FEg==" } ] ``` ### Output The output returns an array of results, each containing either the encrypted string (base64 format) or the decrypted plain text. ### Use Case This workflow is useful for simple internal message encoding, data obfuscation, or testing purposes. It is not recommended for securing sensitive or personal data, as XOR encryption is not cryptographically secure. The workflow logic is written in JavaScript using n8n Function nodes, without any external dependencies.

    n8n$4.99
  19. Send form submission data from Contact Form 7 to an external URL

    Streamline your lead management process by automatically sending new form submissions from Contact Form 7 to your desired endpoint using HTTP. This template ensures that every time a new form is submitted, the data is instantly sent to your specified URL, allowing for efficient data handling and integration with other applications. Perfect for businesses looking to enhance their workflow and improve response times.

    Make$2.99
  20. Monitor Reddit Job Posts: GPT-4o Analysis & Telegram Alerts via Sheets

    Monitors Reddit subreddits for job posts using keywords/flairs, analyzes with GPT-4o for summaries, deduplicates via Google Sheets, and sends alerts to Telegram.

    n8n$19.99
  21. ← PreviousPage 12 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