Skip to content

Node Types - Trigger

3.3.1. Trigger

Description

A trigger is the starting point of a workflow. Users select conditions/events so the system can automatically start the flow at the right time.

Common trigger types

  • When form is submitted: The workflow starts when a user submits a form.
  • Manual trigger: Users start the workflow manually when needed.
  • Scheduled: The workflow runs automatically based on configured schedule (date/time, etc.).
  • When webhook is called: The workflow starts when a webhook request is received from external systems.