Configuration

Input Variables

  • URL: Target API URL.
  • Method: HTTP method.
  • Headers: HTTP headers.
  • Body: Payload (POST only; supports JSON, Raw text, or form data).
  • Result Variable: Target variable to store the response.

Variable Injection Syntax

Inject variables into fields or the JSON body using ${variableName}:

{
  "variableProperty": "${variableName}",
  "staticProperty": "staticValue",
  "${variableName}": "staticValue"
}