---
title: "Clone Presets"
method: POST
path: "/internal/marketing-presets/clone"
tags: ["internal"]
---

# Clone Presets

`POST /internal/marketing-presets/clone`

Clone a team's presets to another team, appending a suffix (admin).

A name that is already taken, or too long for the column, is skipped rather
than written, so the clone is re-runnable and one unusable name cannot cost
the operator the rest of the batch.

## Request body

- ClonePresetsRequest
  - `company_id` string, uuid, required
  - `source_team_id` string, uuid, required
  - `target_team_id` string, uuid, required
  - `suffix` string, required
  - `preset_ids` string[], nullable

## Response `200`

Successful Response

- CloneResultResponse
  - `created` string[], required
  - `skipped` string[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
