lam.httpRequest
Learn more about the httpRequest Keyword
Last updated
Was this helpful?
Learn more about the httpRequest Keyword
Last updated
Was this helpful?
The httpRequest
keyword makes an HTTP request to the specified endpoint with the given parameters. The response will be stored in the flow's response object. For multiple parallel requests, see .
Data transformation must output:
method
HTTP method (GET, POST, PUT, DELETE)
String
Yes
url
Destination URL
String
Yes
pathParams
URL path parameters
Object
No
queryParams
URL query parameters
Object
No
headers
HTTP headers
Object
No
body
Request body
Object
No