smartsuite_validate_automation
Checks an automation for invalid trigger-output references, such as trigger output with id not found, and returns status, userEnabled, and errors to identify why it is broken.
Instructions
Check an automation for the errors SmartSuite shows inline in the automation list — most importantly "Trigger output with id not found", which means an action still references a trigger output (a field) that no longer exists (the field was deleted or its slug changed), so the automation is broken. Reproduces the UI check: resolves the trigger's current outputs and flags every action-input reference to a missing trigger output. Returns userEnabled (the ON/OFF toggle), status (engine validity: enabled/disabled/pending + reason), valid, and an errors[] list (each with the missing outputId and where it is used). Read-only. Works even in solutions where listing automations fails (uses GetAutomation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solutionId | Yes | The solution the automation belongs to. | |
| automationId | Yes | The automation ID to validate. |