Skip to content
Download

HTTP Request

Calls a web API and exposes the typed response.

An action in the Network group. Its type is action.http.

Port Label Flow Type
in in execution in
out out execution out
url URL data in String
headers Headers data in String
body Body data in String
response response data out Object{statusCode: Int, body: String, headers: Map of String to String}
Field Key Default Notes
Method method GET GET, POST, PUT, DELETE
URL url https://example.com
Headers headers JSON, optional
Body body