What nodes are supported?

indie.money supports 119+ n8n-compatible nodes in the Cloudflare Worker executor. See the full list and key limitations.

Written By pvdyck

Last updated 6 minutes ago

What nodes are supported?

indie.money's Cloudflare Worker executor supports 119+ n8n-compatible nodes. This page gives an overview. For per-node limitations, visit the Node Reference.

Supported Node Categories

CategoryCountNotes
Triggers11Webhook, Schedule, Manual, Telegram, and Secure Vault-based triggers
Logic & Flow Control12If, Switch, Filter, Wait, Execute Workflow, etc.
Data Transformation11Merge, Aggregate, Sort, Date & Time, etc.
Code Execution1Code Node (sync JS only via QuickJS sandbox)
HTTP Request110s timeout, manual auth only
Communication2Discord, Telegram
AI & LangChain10OpenRouter, Claude, GPT, Agents, Memory, etc.
Integrations (Secure Vault)71Google, Microsoft, CRM, project management, social, e-commerce, and more
Utilities4Sticky Note, NoOp, Stop & Error, Respond to Webhook

Not Supported

  • Database nodes (Postgres, MySQL, Redis, MongoDB) β€” Cloudflare Workers cannot make TCP connections to databases
  • LangChain vector store / embedding nodes β€” require external infrastructure
  • LangChain external memory nodes β€” use Memory Buffer Window instead

See: Node Reference for full per-node documentation including workarounds.

Key Platform Constraints (All Nodes)

  • No TCP connections β€” only HTTP/HTTPS outbound
  • 30-second execution timeout per run
  • 10-second HTTP timeout (applies to HTTP Request node and all API calls)
  • QuickJS sandbox for Code Node β€” no async/await, no require, no console

Related