AutomationHttpRequestConfig
Type: Object
Configuration for HTTP Request nodes that make external HTTP calls and return responses. Supports various HTTP methods, headers, and security options.
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 | ||
| type | String! | Node type identifier | ||
| url | ExpressionScalar! | Target URL for the HTTP request (supports expressions) | ||
| validateSsl | Boolean! | Whether to validate SSL certificates |