Skip to main content

Validate Workflow Graph

POST 

/api/automation/workflows/validate

Validate a node/edge graph without saving anything. Checks that the graph has exactly one trigger node, that every edge references existing nodes, and that every non-trigger node has an incoming connection.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Body fields: nodes (required array), edges (required array).

Each returned error has a type (error or warning), a message, and - when tied to a specific node - a nodeId. The graph is valid when no entries of type error are present.

Request

Responses

OK

Response Headers
    Content-Type