HTTP Request Action
Last updated
Was this helpful?
With the help of the HTTP request action it is possible to execute HTTP requests and thus implement integrations between Helmut and third-party systems via a stream. The available methods are Get, Post, Put and Delete. The response code for the request will be provided in the nodeโs response object in the field โcodeโ and can be retrieved, altogether, by using the wildcard {node.result.?}.
Last updated
Was this helpful?
Was this helpful?