Skip to content

HTTP

Nodes in this category are responsible for interacting with HTTP services.

HttpRequest

The only node in the HTTP category. Executes an HTTP request to an external service.

Contains: - URL - Method (GET, POST, etc.) - Headers - JSON request body - Result of the latest request (status, response body)

After the request is executed, the result can be used in subsequent nodes (for example, in conditions or for writing tags).