AutomationWebhookOutputConfig
Type: Object
Configuration for Webhook Output nodes that send HTTP requests to external endpoints. Supports various HTTP methods, authentication, and retry logic.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| authentication | JsonString! | Authentication configuration | ||
| body | ExpressionScalar | Request body content (supports expressions) | ||
| followRedirects | Boolean! | Whether to follow HTTP redirects | ||
| headers | ExpressionScalar! | An expression to provide the HTTP headers to send with the request | ||
| method | HttpVerbEnum! | HTTP method to use | ||
| retryCount | Int! | Number of retry attempts on failure | ||
| timeout | Int! | Request timeout in seconds | ||
| type | String! | Node type identifier | ||
| url | ExpressionScalar! | Target URL for the webhook request (supports expressions) | ||
| validateSsl | Boolean! | Whether to validate SSL certificates |