Response handling
Expand the Response section of a custom action to configure what happens after the external call returns.
'Body' tab
Defines an output template that extracts specific fields from the JSON response and maps them to flow variables. Use the {{name}} placeholder syntax to mark extraction points.
'Status handling' tab
Defines rules that map HTTP response status codes to flow outcomes (Success or Failure).
Column | Description |
|---|---|
Rule type | Always HTTP status |
Operator | Equals (single code) or In range, such as 200, 299 |
Value | The HTTP status code or range |
Handling action | Success or Failed |
By default, HTTP 2xx responses are treated as Success. All other status codes are treated as Failed. Custom rules override this default.