Access and use input parameters in automations
/inputs
command enables you to access and utilize input parameters passed to your automation. You can retrieve POST body data, query parameters, form submissions, and API payloads that trigger your automation, allowing you to create dynamic workflows that respond to external data and user inputs.
parameter-name
- The name of the input parameter to retrievedefault-value
- Value to use if parameter is not foundvalidation
- Validation rules to apply to the inputtransform
- Transformation to apply (e.g., uppercase, parse-json)