Templates
Reusable starting points.
| Endpoint | Path | |
|---|---|---|
GET | List the organization's workflow templates | /api/templates |
POST | Save an existing workflow's draft as a template | /api/templates |
PUT | Rename, re-describe or re-categorize a template | /api/templates/{id} |
DELETE | Delete a template | /api/templates/{id} |
POST | Create a new workflow from a template | /api/templates/{id}/use |