Get Request

Sends an HTTP GET request to a specified URL and optionally waits for the response (unless discarded) which is output as a string.

Interface

Inputs

ParameterDetailsPossible Types
-No Primary Input-
URL

The web address to send the GET request to.

Default: ""

string
Discard Result

Makes the request run in the background without waiting on a response. This is useful for triggering webhooks without blocking the continued execution of the graph.

Default: false

bool

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

string