Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| URL | string | Yes | The webhook URL to receive the results |
| Method | select | No | HTTP method: POST (default), PUT, or PATCH |
| Headers | key-value editor | No | Custom headers to include in the request |
| Body | template editor | No | Custom body template. Defaults to the full pipeline output |
| Retry count | number | No | Number of retry attempts on failure. Defaults to 3 |
| Timeout (ms) | number | No | Request timeout in milliseconds. Defaults to 30000 |