Choosing the run mode
You pick the run mode from the Run control in the pipeline editor toolbar. The dropdown next to the run button offers:- Dry run: output nodes preview instead of sending.
- Live run: output nodes send real requests and emails.
What a dry run does
- All trigger, action, and processing nodes run normally. Extraction, parsing, transformation, validation, routing, merging, and review steps execute exactly as they would live.
- Callback nodes resolve the URL, method, headers, and body but do not send the HTTP request. They return a preview of what would have been sent.
- Email output nodes render the email but do not send it. They return a preview showing the recipients, subject, rendered body, and attachment names.
The HTTP action node is not affected by the run mode. It always sends real requests. Use caution with pipelines that include HTTP action nodes pointed at production endpoints.
Dry run preview
When a dry run completes, output steps show a preview instead of raw output. The preview includes a blue “Dry run preview, not sent” banner and a structured breakdown of what would have been sent.Callback preview
- HTTP method and resolved URL
- Request headers (if configured)
- Request body (formatted as JSON or HTML)
Email preview
- Recipients (displayed as badges)
- Subject line
- Rendered email body (with HTML preview)
- Attachment file names (if configured)
Credit usage
Dry runs consume credits for AI-powered nodes (extract, parse, AI validation, AI-based routing) because those steps execute fully. Output nodes (callback, email) do not consume credits regardless of run mode.Spotting dry runs later
Runs started as a dry run carry a Dry run badge on the runs list and the run detail header, so you can tell a preview run apart from a live one at a glance.Build your first pipeline
Step-by-step guide to building and testing a pipeline
Callback node
Configure webhook delivery for pipeline results
Email output node
Configure email delivery for pipeline results
Monitoring runs
Find the Dry run badge and inspect step previews