MINARA

Create a workflow from a template

POST /v1/workflows/from-template — Render one of the curated landing-page templates into a real WorkflowDefinition via operator-supplied params. The gatewa

POST /v1/workflows/from-template

Render one of the curated landing-page templates into a real WorkflowDefinition via operator-supplied params. The gateway picks the matching template, runs the param-substitution pass, and saves the resulting draft like a hand-authored create.

MethodPOST
Path/v1/workflows/from-template
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryworkflows

Request body

{ "template_id": "crypto-price-alert", "params": {"token": "BTC", "threshold_pct": -5} }

On this page