templates
Generate a flow from the flow template
Creates a flow based on the settings in the flow template. Requires the 'flows.write' permission.
post/templates/{id}/generate
Path parameters
idstring string required
ID of flow template to clone, must be a valid MongoDB ID.
Response
Returns the id and status of the new flow
Example response
{
"data": {
"id": "5c99ec7e5ed40d3e7512cffa",
"status": "starting"
}
}