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.
| Method | POST |
| Path | /v1/workflows/from-template |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | workflows |
Request body
{ "template_id": "crypto-price-alert", "params": {"token": "BTC", "threshold_pct": -5} }