action_submit
Submit an action to Novyx Control for governed execution. It evaluates against your policy, queuing for approval if required or executing immediately.
Instructions
Submit an action to Novyx Control for governed execution.
The action is evaluated against your tenant's policy profile. If approval is required, it will be queued for human review; otherwise executed immediately.
Args: connector: Target connector (github, slack, linear, pagerduty, http). operation: Operation name (e.g. issues/create, messages/send). payload: JSON string with the full action envelope.
Returns: JSON string with action ID, status, and policy decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | ||
| connector | Yes | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |