Developer & DevOps

Execute Custom Functions On Demand

2 nodes 296 152 Manual trigger
Download

Workflow Description

A developer-friendly workflow that enables manual execution of custom code functions whenever needed, providing flexibility to run specific programming tasks without relying on fixed schedules or external triggers. Perfect for testing and ad-hoc automation.

How it works

  1. 1.Trigger the workflow manually to initiate execution
  2. 2.Run the first custom function with specified parameters
  3. 3.Execute the second function based on the first function's results

Use cases

  • Test and validate custom functions before deploying to production environments
  • Perform manual data processing or maintenance tasks without external tooling

Requirements

  • Basic proficiency in JavaScript or Node.js to write custom functions
  • Full access permissions to n8n environment and function editor

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Code

Details

Trigger Manual trigger
Nodes 2
Apps 1
Views 296
Downloads 152

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (2)

Mock Data

Function

#1

Create an array of objects

Function

#2