Development & IT Workflows
Software development and IT operations
Create Multiple JSON Items from an Array
This n8n workflow uses the Function node to break down a single array into multiple individual JSON items, enabling downstream nodes to process each element separately. It is useful for data transformation tasks where an incoming array needs to be split into discrete records for further handling, such as database inserts or API calls.
n8n$2.99Receive Server-Sent Events
This n8n workflow uses the SSE Trigger node to listen for incoming server-sent events from a streaming source. When an event is received, it captures the payload and passes it for further processing—such as logging, filtering, or routing to other services. Ideal for developers building real-time data pipelines or monitoring event streams directly inside n8n.
n8n$2.99Add TypeScript IntelliSense Support to Code Nodes with JSDoc
Are you writing complex code nodes and need Intellisense support? Follow this simple pattern to get autocomplete for any n8n or custom classes. 
n8n$4.99ESUtils: ECMAScript Utility Toolkit for Code Security
Automates ECMAScript language utilities for secure JavaScript code validation, linting, and testing in n8n workflows. Ideal for IT development pipelines ensuring code integrity.
n8n$8.99Splunk 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.
n8n$14.99Automate Endpoint Risk Assessment with EDR and Google Sheets
Automatically assess and prioritize endpoint risks by integrating EDR logs, vulnerability data, and asset inventories using Google Sheets. Ideal for security teams aiming to streamline their risk management processes.
n8n$9.99Automate n8n Workflow Backups and Archiving with Google Drive
This workflow automates the backup of n8n workflows to Google Drive, with an option to archive and delete old workflows tagged with 'ARCHIVE'.
n8n$14.99Automated AI Content Generation & WordPress Publishing
This n8n workflow uses ChatGPT for blog content, Pexels for images, and WordPress API for scheduled publishing with randomization for natural posting.
n8n$24.99Automate Weekly SSL/TLS Certificate Expiry Reports with AWS ACM
Automatically generate and distribute weekly reports on AWS ACM certificate status, expiry, and renewal eligibility via Slack and email.
n8n$14.99Automate Google Cloud Storage to AWS S3 File Backup
Automatically transfer new files from Google Cloud Storage to an Amazon S3 bucket, ensuring your data is securely backed up across platforms.
MakeFreeAutomate Data Transfer to Vybit via Custom Webhook and Trigger Actions in Make
This workflow automates the process of sending data to Vybit using a custom webhook, followed by triggering specific actions in Make.
Make$3.99Standup Bot (2/4): Read Config
This is the second workflow for the Mattermost Standup Bot. This workflow is called by the Standup Bot - Worker workflow and will read and return the configuration options.
n8n$3.99Create a Multi-Method CRUD API Endpoint with n8n and Airtable
This n8n workflow sets up a versatile CRUD API endpoint using multiple HTTP methods to interact with Airtable. It allows you to create, read, update, and delete records efficiently.
n8n$14.99Get 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.99Automate WordPress Blog Posts via XML-RPC API
This workflow automates the process of posting content to a WordPress blog using the XML-RPC API. It serves as a workaround when specific n8n integrations fail, ensuring seamless content publishing.
n8n$9.99Assign Values to Variables Using the Set Node
Unfortunately, I can't view images or files, so I'm unable to directly correct the description from the screenshot you mentioned. However, if you can provide the text from the description, I'd be happy to help correct it!
n8n$2.99Convert LLM Output to Rich Telegram Messages — Auto-Media & Smart Chunking
Transforms long LLM outputs with text and media links into Telegram-friendly messages, automatically sending photos, audio, video, and smartly chunking oversized text.
n8n$18.99Complete Guide to Setting Up and Generating OTP Codes in n8n
# Setting Up and Generating OTP ## Step 1: Receive QR Code and Extract the Link **1. Receive the QR Code from the 2FA service** After enabling two-factor authentication (2FA) on services like OpenAI, Google, GitHub, etc., a QR Code will be given to you, which you need to scan. This QR Code contains the OTP link used to generate one-time passcodes. **2. Extract the link from the received QR Code** To extract the link from the QR Code, use online tools. These tools will help you extract the corresponding link. After using an online tool, the extracted link will appear in the following format: ``` otpauth://totp/ServiceName:username?secret=secret_key&issuer=ServiceName ``` For example: ``` otpauth://totp/OpenAI:amir676080@gmail.com?secret=test-test-test&issuer=OpenAI ``` ## Step 2: Create OTP Credential in n8n 1. **Create a new Credential** To use OTP in n8n, you need to create a new **OTP Credential**. 2. **Enter the details in the Credential** - **In the Secret field:** Enter the **secret key** (extracted from the QR Code link). For example: ``` test-test-test ``` - **In the Label field:** Enter **ServiceName:username** For example: ``` OpenAI:amir676080@gmail.com ```  3. **Save the Credential** After entering the information, click Save to save the Credential. ## Step 3: Get the OTP Code **Click on Test Workflow** After setting up the credentials in n8n, click on Test, and the corresponding code will be delivered to you. Output: ``` [ { token: 720769, secondsRemaining: 18 } ] ```  **This code is exactly the same as the one generated by apps and services like Google Authenticator or Authy.** Contact me on [Telegram](https://t.me/amir676080)
n8n$2.99Handle Verification for Twitter Webhook
This workflow handles the incoming call from Twitter and sends the required response for verification. On registering the webhook with the Twitter Account Activity API, Twitter expects a signature in response. Twitter also randomly pings the webhook to ensure it is active and secure.  **Webhook node:** Use the displayed URL to register with the Account Activity API. **Crypto node:** In the **Secret** field, enter your API Key Secret from Twitter. **Set node:** This node generates the response expected by the Twitter API. Learn more about connecting n8n with Twitter in the [Getting Started with Twitter Webhook](https://harshil.dev/writings/getting-started-with-twitter-webhook) article.
n8n$3.99Automate 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.
n8n$14.99Instantly Retrieve Random Dog Photos via Webhook
Effortlessly fetch random dog images from the Dog CEO API using a simple webhook trigger. Perfect for developers, content creators, and dog enthusiasts looking to integrate delightful dog photos into their projects.
n8n$4.99Validate 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.
n8n$4.99Manage Changes Using the Git Node
This workflow allows you to add, commit, and push changes to a git repository.  **Git node:** This node will add the `README.md` file to the staging area. If you want to add a different file, enter the path of that file instead. **Git1 node:** This node will commit all the changes that were added to the staging area by the previous node. **Git2 node:** This node will return the commit logs of your repository. **Git3 node:** This node will push the changes to a cloud repository.
n8n$4.99Get All Releases in Sentry
The description provided appears to be referencing an image with a placeholder text that indicates a screenshot of a workflow, but there's no actual description or text content to correct. Please provide the text you need corrected.
n8n$3.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