Copy Template
Workflows
Copy Template
Copy a workflow template to the user’s project.
This creates a new flow in the user’s project with the template content. The flow will be created in a disabled state for the user to configure.
Args: template_id: ID of the template to copy request: Optional request body with custom flow name auth_context: Authentication context session: Database session
Returns: CopyTemplateResponse with flow_id, flow_name, and edit_url
POST
Copy Template
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parámetros de ruta
Cuerpo
application/json
Request to copy a template to the user's project.