Platform DocumentationPlatform Documentation
Device TemplateWorkflowsNodes

Trigger Nodes

Learn about trigger nodes that start workflows when specific events occur.

Trigger nodes are the starting point of every workflow. They detect events and initiate workflow execution when specific conditions are met.

Overview

Every workflow must have exactly one trigger node. The trigger determines what causes the workflow to start.

Available Triggers

TriggerDescriptionUse Case
API TriggerStarts when called via HTTP APIExternal system integration
Datastream ChangeStarts when a datastream value changesDevice data monitoring
Every Data ReceivedStarts on every data point receivedReal-time processing
MQTT ListenerStarts when an MQTT message is receivedMQTT-based automation
ScheduleStarts at specified intervalsPeriodic tasks, reports

Choosing a Trigger

Select the trigger that matches your automation needs:

  • Real-time device data → Datastream Change or Every Data Received
  • External system calls → API Trigger
  • MQTT-based devices → MQTT Listener
  • Periodic tasks → Schedule

Next Steps

Explore each trigger type in detail to learn how to configure them for your workflows.

On this page