A node represents a single step or action inside a workflow.
Each node performs a specific task such as:
• calling an API
• sending an email
• transforming data
• triggering automation
Nodes are connected together to form the complete workflow automation.
For example:
Webhook node → HTTP request node → Database node.