Properties of a marketing email you can update via the API.

Constructors

Properties

activeDomain?: string

The active domain of the email.

archived?: boolean

Determines if the email is archived or not.

businessUnitId?: number
campaign?: string

The ID of the campaign this email is associated to.

jitterSendTime?: boolean
name?: string

The name of the email, as displayed on the email dashboard.

publishDate?: Date

The date and time the email is scheduled for, in ISO8601 representation. This is only used in local time or scheduled emails.

sendOnPublish?: boolean

Determines whether the email will be sent immediately on publish.

The email state.

The email subcategory.

subject?: string

The subject of the email.

subscriptionDetails?: PublicEmailSubscriptionDetails
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined
mapping: undefined | {
    [index: string]: string;
} = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]