Workflow Nodes Reference
Complete guide to all available nodes in the Truco workflow builder. Each node type serves a specific purpose in building automated workflows.
Core Nodes
Trigger
Define how and when your workflow starts executing - event-based, manual, or scheduled triggers.
Wait
Pause workflow execution for a specified duration or until a specific time.
Human Task
Create tasks that require human input or approval before the workflow continues.
Communication Nodes
Send Email
Send emails to specified recipients with customizable content and dynamic variables.
Logic & Control Flow
Switch
Route workflow execution to different branches based on conditions.
Do-While Loop
Repeat a set of tasks while a condition is true.
Fork-Join
Execute multiple tasks in parallel and wait for all to complete.
Join
Wait for multiple tasks to complete before continuing.
Terminate
Immediately stop workflow execution with a specific status.
Data Operations
CRUD Operation
Perform Create, Read, Update, or Delete operations on database collections.
HTTP
Make HTTP requests to external APIs or services.
Get Truco File
Retrieve files from Truco’s file storage system.
Advanced Nodes
Inline Script
Execute custom JavaScript code within the workflow for data transformations and calculations.
Integration
Connect to third-party services like QuickBooks, Salesforce, Slack, and more.
AI Agent
Execute AI-powered tasks using language models and tools.
Click on any node type above to view detailed documentation including input fields, examples, and best practices.