HTTP Request Action

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?