Interface ReplyToAliasEmailOptions

Options for replying to an alias email using the alias inbox

Export

Interface

ReplyToAliasEmailOptions

Hierarchy

  • ReplyToAliasEmailOptions

Properties

attachments?: string[]

List of uploaded attachments to send with the reply. Optional.

Memberof

ReplyToAliasEmailOptions

body: string

Body of the reply email you want to send

Memberof

ReplyToAliasEmailOptions

charset?: string

The charset that your message should be sent with. Optional. Default is UTF-8

Memberof

ReplyToAliasEmailOptions

customHeaders?: {
    [key: string]: string;
}

Optional custom headers

Memberof

ReplyToAliasEmailOptions

Type declaration

  • [key: string]: string
html?: boolean

Memberof

ReplyToAliasEmailOptions

isHTML: boolean

Is the reply HTML

Memberof

ReplyToAliasEmailOptions

sendStrategy?: SINGLE_MESSAGE

How an email should be sent based on its recipients

Memberof

ReplyToAliasEmailOptions

template?: string

Template ID to use instead of body. Will use template variable map to fill defined variable slots.

Memberof

ReplyToAliasEmailOptions

templateVariables?: {
    [key: string]: object;
}

Template variables if using a template

Memberof

ReplyToAliasEmailOptions

Type declaration

  • [key: string]: object
useInboxName?: boolean

Optionally use inbox name as display name for sender email address

Memberof

ReplyToAliasEmailOptions