Module nodes

Source

Classes§

Code

Run custom JavaScript or Python code

ExecuteWorkflow

Execute another workflow

ExecuteWorkflowTrigger

Helpers for calling other n8n workflows. Used for designing modular, microservice-like workflows.

Fields

Modify, add, or remove item fields

HttpRequest

Makes an HTTP request and returns the response data

If

Route items to different branches (true/false)

Merge

Merges data of multiple streams once data from both is available

Nasa

Retrieve data from the NASA API

NoOp

No Operation

ScheduleTrigger

Triggers the workflow on a given schedule

StickyNote

Make your workflow easier to understand

Webhook

Starts the workflow when a webhook is called

WebhookResponse

Returns data for Webhook

Interfaces§

CodeProps
ExecuteWorkflowProps
ExecuteWorkflowTriggerProps
IfProps
SetProps
StickyNoteProps
WebhookProps
WebhookResponseProps