Skip to main content
GetDialed is a workflow automation platform built for contact center operations. You describe a workflow — a Flow Definition — as a series of steps and tasks, and GetDialed executes it durably: retries, scheduling, batching, and fan-out are handled by the platform’s durable-execution engine.

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

1

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).
2

Trigger

Fire the definition with a single record or thousands — via the REST API or on a recurring schedule.
3

Execute

Each trigger creates a Job; each record becomes an Execution — one durable workflow run with its own status, result, and error trail.
4

Observe

Query jobs and executions through the API to track progress, aggregate outcomes, and retrieve results.

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.