Workflow Inputs
Define the UI and API input values for your Workflows
Last updated
Was this helpful?
Define the UI and API input values for your Workflows
Last updated
Was this helpful?
How to Add Input Variables
Workflow Inputs are variables you can set at runtime and use inside of your Workflows.
You will be prompted to first choose your desired "Input Type." This determines both the user interface and the data type of your input value:
See the next section for a full list of supported types to decide what works best for your use-case. Continue to populate the remaining fields of your Workflow Input:
Label: a descriptive label for the name of your input
Variable Name: the name of your input as a variable, which will be referenced as liquid syntax in your steps. By default, the variable name is automatically generated when you add a label, but it can be customized to be separate
Hint: helper text that appears below your input on the Workflow page
Placeholder: example value that will be overwritten by your input value
Default Value: a default value used if no other input value is provided, this is useful for API calls
Required: determines whether or not the input is required for your Workflow to run successfully