Skip to content

Workflows

Workflows are visual automations built on a node graph. Triggers start a flow; actions send messages, update data, or call external services.

Building a workflow

  1. Open Workflows → New.
  2. Drag triggers and actions from the palette onto the canvas.
  3. Connect nodes and configure each step in the inspector.
  4. Save and activate the workflow.

Triggers

  • Schedule (cron-style)
  • Webhook event
  • Database row change

Actions

  • Send WhatsApp message
  • Send email
  • Post to Slack
  • Conditional branch