Nodes/comfyui-sg-nodes/Poll Remote URL
ComfyUI Node

Poll Remote URL

A ComfyUI node in SGNodes/Network with 10 inputs and 3 outputs.

By sebagallo·Created 8 months ago·Updated 5 months ago· 0
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)

NameTypeDefaultDescription
passthroughCOMFY_MATCHTYPE_V3Any type, passed through to output.
urlSTRINGTarget URL string.
methodCOMBOHTTP method (GET, POST, etc.).
match_typeCOMBOType of matching to perform (string, regex, json).
match_valueSTRINGThe value to match against.
invert_matchBOOLEANfalseIf True, waits until the match condition is FALSE.
bodyoptSTRINGRequest body string.
headersoptSTRING{}JSON string of request headers.
max_attemptsoptINT301–1000Maximum number of polling attempts.
delay_msoptINT5000–60000Delay between attempts in milliseconds.

Outputs (3)

NameTypeDescription
PASSTHROUGHCOMFY_MATCHTYPE_V3
STATUS_CODEINT
RESPONSE_BODYSTRING