lam.httpRequest
Learn more about the httpRequest Keyword
Functionality
Invocation
{
"lam.httpRequest": {
"method": "POST",
"url": "https://api.example.com/endpoint",
"pathParams": { /* optional */ },
"queryParams": { /* optional */ },
"headers": { /* optional */ },
"body": { /* optional */ }
}
}Key
Description
Type
Required
Examples
Last updated
Was this helpful?