AutomationWorkflowVersionNodeConfigHttpRequestInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| 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 |