Skip to main content

Execute one node in isolation — confirm-gated

POST 

/v1/workflows/nodes/test

Execute a single node in isolation, with no saved workflow involved.

Provide node_type (required), an optional config (the node's data dict, {{templates}} allowed) and optional inputs standing in for upstream data the node reads. This is the ad-hoc test primitive: use it to check how a node behaves before wiring it into a workflow.

There is no sandbox — a real email, CRM or API node will perform its side effect — so the call is confirm-gated. Without confirm: true you get the node's config_schema plus a preview of the resolved config and nothing runs; with it, the node executes synchronously and its output and resolved config come back inline.

Requires the workflows:run scope.

Request

Responses

Successful Response