ConnectorActionsInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| description | String | Description of what the action does | |
| kind | ActionKind | The type/category of action (e.g., :preflight, :dfe, :quality_check) | |
| name | String | The name of the action | |
| script | String | The Lua script that implements the action logic | |
| version | String | The version of the action interface (semantic versioning) |