Node Reference

Complete index of all supported nodes on indie.money, organized by category.

Written By pvdyck

Last updated About 5 hours ago

Node Reference

indie.money supports 98+ n8n-compatible nodes in the Cloudflare Worker executor. This reference is organized by category.

Quick Links

Triggers

NodeDescriptionArticle
Manual TriggerRun on-demand from editorView
Webhook TriggerTrigger via HTTP URLView
Schedule TriggerRun on time-based scheduleView
Execute Workflow TriggerCall workflow from workflowView
Typeform TriggerTrigger on Typeform responsesView
Gumroad TriggerTrigger on sales/eventsView
Figma TriggerTrigger on file changesView
Jotform TriggerTrigger on form submissionsView
SurveyMonkey TriggerTrigger on survey responsesView
Telegram TriggerTrigger on messagesView
Workable TriggerTrigger on candidate changesView

πŸ“– Triggers Reference β†’

Logic & Flow

NodePurpose
IfBranch on condition (true/false)
SwitchBranch on condition (3+ outputs)
FilterRemove non-matching items
SetAdd/modify/remove properties
LimitRestrict item count
WaitPause execution
Split OutSplit array into items
NoOpPass-through (organization)
Sticky NoteVisual documentation
Stop and ErrorHalt execution
Execute WorkflowCall another workflow
Respond to WebhookCustom webhook response

πŸ“– Logic & Flow Reference β†’

Data Transform

NodePurpose
AggregateSummarize multiple items
MergeCombine data streams
Split In BatchesSplit into smaller batches
Compare DatasetsFind differences
Item ListsExtract fields to arrays
Rename KeysRename properties
Remove DuplicatesDeduplicate items
SortSort by fields
Date & TimeParse/format dates
HTMLExtract/manipulate HTML
CryptoHash/encrypt/encode

πŸ“– Data Transform Reference β†’

AI & LangChain

NodePurpose
OpenAI Chat ModelGPT models
Anthropic Chat ModelClaude models
OpenRouter Chat ModelMulti-provider LLMs
AgentAutonomous AI agents
Chain LLMChain multiple LLM calls
Information ExtractorExtract structured data
Sentiment AnalysisAnalyze sentiment
Text ClassifierCategorize text
Output ParserEnsure structured output
Memory Buffer WindowConversation context
Tool: CalculatorMath for LLMs

πŸ“– AI & LangChain Reference β†’

Code Execution

NodePurpose
Code Node / Function NodeCustom JavaScript logic
QuickJS ExecutorJS engine reference

πŸ“– Code Execution Reference β†’

Communication

NodePurposeVendor Page
Discord NodeSend Discord messagesDiscord
Telegram NodeSend Telegram messagesTelegram

HTTP & Requests

NodePurpose
HTTP Request NodeCall any HTTP API

πŸ“– HTTP Request Node β†’

Integrations

indie.money supports 65+ third-party integrations via Secure Vault. Each vendor has a dedicated page with supported operations, authentication, and current validation status.

Browse all vendor pages in the Vendor Integrations directory.

Unsupported Features

Some n8n nodes don't work on indie.money due to Cloudflare Worker constraints:

  • ❌ Database nodes (Postgres, MySQL, Redis, MongoDB)
  • ❌ LangChain vector stores & embeddings
  • ❌ LangChain external memory
  • ❌ File system access

πŸ“– Unsupported Features Reference β†’

Related