Development & IT Workflows
Software development and IT operations
CircleCI Tool MCP Server for AI Agents
Zero-config MCP server exposing CircleCI pipeline operations (get, list, trigger) to AI agents via n8n. Pre-built with error handling and AI parameter integration.
n8n$14.99Log Webhook Data in Google Sheets and Notify in Slack
This Zap automates the process of collecting data from webhooks, formatting it for clarity, and then sending it to Google Sheets for record-keeping. Additionally, it notifies your team via Slack, ensuring everyone is updated in real-time. This integration streamlines data management and enhances team communication, making it easier to track important information.
Zapier$4.99Get 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.99Automate qBittorrent Throttling Based on Plex Activity
Automatically manage qBittorrent download speeds based on Plex media activity to optimize bandwidth usage when streaming remotely.
n8n$14.99Convert an Array into an Array of Objects
This n8n workflow uses the Function node to transform a plain array into an array of objects, structuring each element with a key-value mapping. It helps developers prepare data for downstream nodes that expect object formats, such as database inserts or HTTP requests.
n8n$2.99GraphQL Country Info API via Webhook
Simple webhook API that queries country data (name, phone, emoji) from GraphQL using a country code parameter and returns formatted text.
n8n$8.99Build N8N Workflows MCP Server for AI Agents
Transform existing n8n workflows into an MCP server, enabling AI agents like Claude Desktop to discover, manage, and execute them for efficient task automation.
n8n$22.99Check Which AI Models Are Used in Your n8n Workflows
Scans all n8n workflows for AI model usage via n8n API, extracts node details, model IDs/names, and exports to Google Sheets.
n8n$12.99Create Onfleet Tasks from Local Spreadsheets
Automates bulk creation of Onfleet delivery tasks by importing data from local spreadsheet files, streamlining last-mile dispatch.
n8n$12.99Transfer Credentials to Other n8n Instances Using a Multi-Form
## Purpose This workflow allows you to transfer credentials from one n8n instance to another.   ## 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.99Send Real-Time Zoho Ecommerce Order Notifications via Email
This n8n workflow captures real-time Zoho Ecommerce order updates via webhook and sends customized email notifications with customer and order details to sales teams for instant follow-up.
n8n$12.99Validate & Create LEDGERS Contacts from Google Sheets
Automates contact creation in LEDGERS from Google Sheets with name, email, mobile validation, error notifications, and audit trail.
n8n$19.99Automate Nightly Workflow Backups to GitHub
This workflow automates the nightly backup of n8n workflows to GitHub at 23:59. Customize the schedule and GitHub configurations to suit your needs.
n8n$9.99Get weekly PagerDuty alerts in Slack
This Zap automates the process of sending weekly reminders or updates from PagerDuty to a designated Slack channel. By integrating these tools, users can ensure that their team stays informed about important incidents or updates without having to manually check PagerDuty. This not only saves time but also enhances team communication and responsiveness to incidents.
Zapier$3.99Automate Public IP Updates to Namecheap Dynamic DNS
Automatically update your public IP address to Namecheap's Dynamic DNS for specified subdomains every 15 minutes.
n8n$4.99🛠️ Harvest MCP Server: All 51 Operations for AI Agents
Complete zero-config MCP server exposing every Harvest Tool operation (51 total) to AI agents via n8n webhook. Pre-built nodes for clients, contacts, estimates, expenses, invoices & more.
n8n$27.99Cross-Fetch Polyfill Package Verifier
Automates verification of cross-fetch polyfill package.json for Node.js, browser, React Native compatibility, ensuring correct entry points and licensing.
n8n$4.99Get Execute Command Data and Transfer to JSON
Shows how it is possible to use the data of a command line tool which returns JSON. Example shows how: 1. To bring data into flow 2. To use data directly in a node Note that the execute command node is not available on n8n Cloud.
n8n$3.99Turn Any RSS Feed into Email Newsletters
Automatically converts RSS feeds into email newsletters, sending updates for new posts published in the last hour. Ideal for following blogs without native newsletters.
n8n$12.99Get weekly PagerDuty reminders in Slack
This Zap automates the process of scheduling weekly reminders in Slack based on PagerDuty incidents. It ensures that team members are promptly notified about important updates and can stay informed about ongoing incidents, enhancing communication and response times.
Zapier$3.99Subscription 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.99Update Google Sheets with Webhook Triggers
This Zap automates the process of updating a Google Sheets row based on incoming data from a webhook. When a specific event occurs, the webhook triggers the Zap, which looks up the corresponding row in Google Sheets. If the row meets certain criteria defined by a filter, it updates the row with new information. This streamlines data management and ensures that your spreadsheet is always up-to-date with the latest information, saving you time and reducing manual errors.
Zapier$3.99Enrich Candidate Profiles with AI & Sync to Notion from Calendly
Automates capturing LinkedIn URLs from Calendly, enriches with Humantic AI personality analysis, and creates detailed candidate pages in Notion for interviews.
n8n$14.99Automate Venafi TLS Protect Operations with AI Integration
Deploy a fully operational MCP server to manage Venafi TLS Protect Datacenter operations, seamlessly integrating with AI agents for automated certificate and policy management.
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