Create, trigger, and observe your first flow in five minutes
This walkthrough creates a minimal flow using the built-in echo action (no external connection 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/flows in production.
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:
Every trigger creates a Job. This one carries a single record, so it produces one Execution. To run the same flow for many records at once (e.g. rows of an uploaded file), pass a records array instead — see Triggering with records.