Skip to content

EmailContentDTO

Type: object

Properties

Property Type Required Description Constraints
id string No
name string No
description string No
appType string No
headers model: EmailHeadersDTO No
metadata model: ContentMetadataDTO No
settings model: EmailSettingsResponseDTO No
status string No
state string No
virtualId string No
associatedStates array No
appData model: EmailAppDataResponseDTO No
templateId string No
externalId string No
editorContext model: EditorContextDto No
scriptEngine string No

Generated example

{
  "id": "123",
  "name": "Example name",
  "description": "string",
  "appType": "string",
  "headers": {
    "ccEmails": [
      "person@example.com"
    ],
    "fromEmail": "person@example.com",
    "fromName": "Example name",
    "preheader": "string",
    "replyEmail": "person@example.com",
    "subject": "string"
  },
  "metadata": {
    "createdBy": "string",
    "createdAt": "string",
    "createdById": "123",
    "createdByAepId": "123",
    "modifiedBy": "string",
    "modifiedAt": "string",
    "modifiedById": "123",
    "modifiedByAepId": "123"
  },
  "settings": {
    "isOperational": true,
    "isWebPageView": true,
    "isTextOnly": true,
    "disableOpenTracking": true,
    "enableUrlTracking": true
  },
  "status": "string",
  "state": "string",
  "virtualId": "123",
  "associatedStates": [
    {
      "contentId": "123",
      "externalId": "123",
      "state": "string"
    }
  ],
  "appData": {
    "editorType": "string",
    "workspaceId": "123",
    "folderId": "123",
    "programId": "123",
    "programName": "Example name",
    "programType": "string"
  },
  "templateId": "123",
  "externalId": "123",
  "editorContext": {
    "dynamicContent": {}
  },
  "scriptEngine": "string"
}

Referenced models

Source

Generated from swagger-asset.json.