action.http, Make an HTTP request to an external API
Configuration
Configuration goes inside the step’swith: block.
Request URL (supports template expressions)
HTTP headers
Request body (JSON or string)
Timeout in milliseconds
If true, skip TLS certificate verification (use only for read-only public endpoints with bad/expired certs)
Output
HTTP status code
Response body (parsed JSON or string)
Charset used to decode the response body (e.g. utf-8, windows-1250)