ComfyUI Node
Poll Remote URL
A ComfyUI node in SGNodes/Network with 10 inputs and 3 outputs.
Poll Remote URL
- passthrough
- PASSTHROUGH
- STATUS_CODE
- RESPONSE_BODY
◄url►
◄method▾►
◄match_type▾►
◄match_value►
◄invert_matchfalse►
◄body►
◄headers{}►
◄max_attempts30►
◄delay_ms500►
CategorySGNodes/Network
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| passthrough | COMFY_MATCHTYPE_V3 | Any type, passed through to output. | |
| url | STRING | Target URL string. | |
| method | COMBO | HTTP method (GET, POST, etc.). | |
| match_type | COMBO | Type of matching to perform (string, regex, json). | |
| match_value | STRING | The value to match against. | |
| invert_match | BOOLEAN | false | If True, waits until the match condition is FALSE. |
| bodyopt | STRING | Request body string. | |
| headersopt | STRING | {} | JSON string of request headers. |
| max_attemptsopt | INT | 301–1000 | Maximum number of polling attempts. |
| delay_msopt | INT | 5000–60000 | Delay between attempts in milliseconds. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| PASSTHROUGH | COMFY_MATCHTYPE_V3 | — |
| STATUS_CODE | INT | — |
| RESPONSE_BODY | STRING | — |