Skip to content

CreateEmailTemplateRequest

Type: object

Properties

Property Type Required Description Constraints
name string Yes Name of the Email Template. Must be unique under the parent folder.
folder model: Folder Yes JSON representation of parent folder, with members 'id', and 'type' which may be 'Folder' or 'Program'
description string No Description of the email template
content string Yes HTML content for template. Multipart file.

Generated example

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

Referenced models

Source

Generated from swagger-asset.json.