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
| Parameter | Details | Possible 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: | bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | string |