Skip to content

Steps Overview

Steps are the building blocks of a QuickFlo workflow. Each step performs a single action — making an HTTP request, setting a variable, branching on a condition, or returning a response. You configure each step using the visual form builder in the workflow editor.

StepWhat it does
HTTPMake requests to external APIs with params, headers, body, and retry settings
Set VariableStore key-value pairs in $vars that persist across the workflow
ReturnTerminate execution and send a response (webhook, form, or sub-workflow)
Control FlowBranch with if/switch conditions and loop with for-each
Sub-WorkflowExecute another workflow as a reusable nested step
Working with FilesRead, write, download, and manage files in managed or BYO cloud storage
AI StepsLLM calls for text and structured data, plus autonomous agents with tools
Working with DataMap, filter, reduce, sort, group by, and join arrays
AudioConvert formats, trim by time or silence, merge, extract from video, and probe metadata
SpeechMulti-provider speech-to-text and text-to-speech (OpenAI, ElevenLabs, Google Cloud, AWS)
CryptoHash, HMAC, AES/RSA encrypt/decrypt, and key generation