Workflow Builder

Create automated multi-step pipelines for content, publishing, and more.

2 min read

Workflow Builder

Workflows are automated pipelines that chain together multiple steps. Use them to automate content generation, publishing, email delivery, and more.

Step Types

6 of 6
Step Type
Description
AI GenerateGenerate content using AI with custom prompts
TransformApply data transformations
PublishPush content to an external service
EmailSend email notifications
WebhookCall an external URL
ConditionBranch based on field values

Creating a Workflow

  1. Go to Workflows in the sidebar
  2. Click New Workflow
  3. Add steps by dragging from the step palette
  4. Configure each step's parameters
  5. Connect steps to define the execution order
  6. Set a trigger (manual, schedule, or event-based)

Triggers

Workflows can be triggered by:

  • Manual — Run on demand from the UI or API
  • Schedule — Run on a cron schedule
  • Event — Run when an entity is created, updated, or reaches a specific status

Monitoring

Track workflow execution in the Jobs panel:

  • See active, completed, and failed runs
  • View step-by-step progress logs
  • Retry failed steps
  • Cancel running workflows
Note

Each workflow run creates a job that you can monitor. Long-running workflows report progress per step.

Was this helpful?

Command Palette

Search for a command to run...