---
title: "clone receiver and change email. 🔐"
method: POST
path: "/v3/receivers/{id}/clone"
tags: ["receivers"]
---

# clone receiver and change email. 🔐

`POST /v3/receivers/{id}/clone`

Copies a receiver and changes the email within the copy.

## Path parameters

- `id` string, required

## Request body

- ReceiverCloneReceiverModel
  - `email` string, required — the new email
  - `target_group_id` string, required — ID of group the cloned receiver will be assigned to
  - `overwrite` boolean — if receiver with email exists, overwrite

## Response `200`

Success

- boolean

---

[API](https://skmtc.net/cleverreach/apis/cleverreach-rest-api.md) · [All operations](https://skmtc.net/cleverreach/apis/cleverreach-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleverreach/cleverreach-rest-api/revisions/7248a065f67f/schema)
