Skip to main content

Invoke a workflow API trigger

POST 

/public/api/v1/orgs/:orgId/workspaces/:workspaceId/blueprints/:blueprintId/webhook

Invokes a workflow API trigger for a blueprint. The path parameter remains blueprintId for API compatibility.

Request

Responses

Always returns 202. accepted:true means a run was started; accepted:false means invocation was skipped (see status, reason, and executionId).