echo action (no external credential needed), triggers it, and follows the run through to its result.
You’ll need an API key. Export it as
GETDIALED_API_KEY and set the base URL — https://api.getdialed.ai/v1 in production. Paths below add the product group after that base: flow resources live under flows/, account resources under account/, uploads under data/.1. Create a Flow Definition
A definition declares its inputs, then a series of steps containing tasks. This one has a single step with a single task that echoes a message built from the trigger input:id (e.g. def_a1b2c3d4). Note "status": "active" — only active definitions can be triggered.
2. Trigger it
records array instead — see Triggering with records.
3. Watch it run
Fetch the batch:pending → running → completed. List its executions to see per-record results:
status, result, and — on failure — an error message.
Next steps
Batches & Executions
The full lifecycle: triggers, batches, executions, and statuses.
Trigger with records
Fan a file of records out into one execution per row.
Credentials
Store the secrets for real integrations like Five9.
Build a real flow
A multi-step flow against a live integration.