Skip to content

CloneEmailRequest

Type: object

Properties

Property Type Required Description Constraints
description string No Description of the asset
folder model: Folder Yes JSON representation of parent folder, with members 'id', and 'type' which may be 'Folder' or 'Program'
name string Yes Name of the new email asset
operational boolean No Whether the email is operational. Operational emails bypass unsubscribe status. Defaults to false

Generated example

{
  "description": "string",
  "folder": {
    "id": 123,
    "type": "Folder"
  },
  "name": "Example name",
  "operational": true
}

Referenced models

Source

Generated from swagger-asset.json.