What you can build
- Data pipelines into your dialer — upload a file of contacts and have each row flow through enrichment, validation, and delivery into a Five9 dialing list.
- Scheduled operations — run a report every morning, sync lists nightly, or pace outbound work through a business-hours window.
- Event-driven processes — trigger a flow per API call, wait on external signals, and branch on conditions evaluated against live data.
How it fits together
Define
Create a Flow Definition: inputs, variables, and steps. Each step contains tasks that call actions from the integration catalog (e.g. Five9 list operations).
Trigger
Fire the definition with a single record or thousands — via the REST API or on a recurring schedule.
Execute
Each trigger creates a Job; each record becomes an Execution — one durable workflow run with its own status, result, and error trail.
Start here
Quickstart
Create and trigger your first flow in a few minutes.
Core Concepts
Definitions, jobs, executions, and how the pieces connect.
Expressions
Bind data between steps with the expression language.
API Reference
Every endpoint, with a live playground.