> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailerpath.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Clone workflow default template for client

> Clones the workflow's default system template into a client-owned copy so the
client can customize it. If a clone already exists it is returned as-is (idempotent).
After cloning, use PATCH /workflows/{workflow_id}/customization with the returned
template_id to activate the clone for this workflow.



## OpenAPI

````yaml /openapi.json post /client/workflows/{workflow_id}/clone-template
openapi: 3.0.1
info:
  title: MailerPath API
  description: This is the API for MailerPath, a service for managing and sending emails.
  termsOfService: http://swagger.io/terms/
  contact:
    name: API Support
    url: http://www.swagger.io/support
    email: support@swagger.io
  license:
    name: Apache 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0.html
  version: 1.38.0
servers:
  - url: https://api.mailerpath.com/api/v1
security: []
paths: {}

````