EmailTemplate: MetadataWithContent & {
    apiVersion?: number | null;
    attachedDocuments: string[];
    attachments: Attachment[];
    available: boolean;
    description?: string | null;
    encodingKey: string;
    letterhead?: string | null;
    name: string;
    packageVersions: PackageVersion[];
    relatedEntityType?: string | null;
    style: string;
    subject?: string | null;
    textOnly?: string | null;
    type: string;
    uiType?: string | null;
}

Type declaration

  • Optional apiVersion?: number | null
  • attachedDocuments: string[]
  • attachments: Attachment[]
  • available: boolean
  • Optional description?: string | null
  • encodingKey: string
  • Optional letterhead?: string | null
  • name: string
  • packageVersions: PackageVersion[]
  • Optional relatedEntityType?: string | null
  • style: string
  • Optional subject?: string | null
  • Optional textOnly?: string | null
  • type: string
  • Optional uiType?: string | null