Endpoint
Request Body
Workflow graph to validate.
Response
Validation result and error messages.
Validate an automation workflow definition without saving it
POST https://api.ugc.inc/automations/validate
const res = await client.automations.validateWorkflow({ workflowDefinition });