A JSON object containing anything you want to override.

Constructors

Properties

_from?: string

The From header for the email.

bcc?: string[]

List of email addresses to send as Bcc.

cc?: string[]

List of email addresses to send as Cc.

replyTo?: string[]

List of Reply-To header values for the email.

sendId?: string

ID for a particular send. No more than one email will be sent per sendId.

to: string

The recipient of the email.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods