Node Reference
This is the practical guide for choosing and wiring nodes. Browse the individual node pages under the Nodes section in the sidebar for full parameter details.
Category map
| Category | Node types |
|---|---|
| Triggers | http_trigger, manual_trigger, cron_trigger, kafka_consumer, imap_trigger |
| HTTP and Proxy | proxy_node, http_request_node, response_node |
| Data Processing | code_node, set_node, xml_node |
| Logic and Routing | condition_node, validate_node, switch_node, loop_node |
| Flow Control | delay_node, parallel_node, merge_node, redirect_node, stop_node |
| Security JWT | jwt_node |
| Database | mongodb_node, postgres_node, sqlserver_node, oracle_node, redis_node |
| Messaging and Email | smtp_node, sendgrid_node, kafka_node |
Quick rules before wiring nodes
- Branching depends on
matched_output; only nodes that emit it use source-handle routing (success,error,valid,invalid, custom outputs). - Nodes without
matched_outputfollow normal outgoing edges unconditionally. parallel_nodeexecutes all outgoing edges concurrently.merge_nodewaits for all incoming branches and outputs a map keyed by predecessor node id.- For API request flows, end with
response_nodeorredirect_node;stop_nodedoes not send HTTP response.
Node categories (guide pages)
- HTTP And Proxy
- Data Processing
- Logic And Routing
- Flow Control
- Security JWT
- Database
- Messaging And Email
Node pages
- HTTP Trigger
- Manual Trigger
- Cron Trigger
- Kafka Consumer
- IMAP Trigger
- Proxy Node
- Response Node
- Delay Node
- Condition Node
- HTTP Request Node
- Code Node
- Set Node
- XML Node
- Validate Node
- Switch Node
- Loop Node
- Redirect Node
- Stop Node
- Parallel Node
- Merge Node
- JWT Node
- MongoDB Node
- PostgreSQL Node
- SQL Server Node
- Oracle Node
- Redis Node
- SMTP Node
- SendGrid Node
- Kafka Node