Skip to main content
The Workflows API lets you monitor and trigger automated workflows. Workflows are multi-step automations that run in response to events, schedules, webhooks, or manual triggers.

Key Concepts

  • Workflow — A named automation with a trigger type and one or more versions
  • Version — Each edit creates a new version; only one version is active at a time
  • Run — A single execution of a workflow, with status tracking and duration
  • Trigger type — What starts the workflow: manual, AI-triggered, cron, webhook, form, or event-based

Available Endpoints