ComfyUI Node
Workflow API Receiver
Entry point for webhook-triggered workflows. Extracts webhook config and creates context for downstream nodes.
Workflow API Receiver
- webhook_context
◄default_callback_url►
◄default_timeout60►
◄default_max_retries3►
◄debugfalse►
Categorywebhook
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| default_callback_urlopt | STRING | Fallback callback URL if not provided in request | |
| default_timeoutopt | INT | 601–300 | HTTP request timeout in seconds |
| default_max_retriesopt | INT | 30–10 | Number of retry attempts on failure |
| debugopt | BOOLEAN | false | Enable debug logging |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| webhook_context | WEBHOOK_CONTEXT | — |