Interface UpdateInboxReplierOptions

Options for updating an inbox replier

Export

Interface

UpdateInboxReplierOptions

Hierarchy

  • UpdateInboxReplierOptions

Properties

body?: string

Email body for reply

Memberof

UpdateInboxReplierOptions

charset?: string

Email reply charset

Memberof

UpdateInboxReplierOptions

Field to match against to trigger inbox replier for inbound email

Memberof

UpdateInboxReplierOptions

from?: string

Send email from address

Memberof

UpdateInboxReplierOptions

ignoreReplyTo?: boolean

Ignore sender replyTo when responding. Send directly to the sender if enabled.

Memberof

UpdateInboxReplierOptions

inboxId: string

Inbox ID to attach replier to

Memberof

UpdateInboxReplierOptions

isHTML?: boolean

Send HTML email

Memberof

UpdateInboxReplierOptions

match: string

String or wildcard style match for field specified when evaluating reply rules

Memberof

UpdateInboxReplierOptions

name?: string

Name for replier

Memberof

UpdateInboxReplierOptions

replyTo?: string

Reply-to email address when sending replying

Memberof

UpdateInboxReplierOptions

subject?: string

Subject override when replying to email

Memberof

UpdateInboxReplierOptions

templateId?: string

ID of template to use when sending a reply

Memberof

UpdateInboxReplierOptions

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

Template variable values

Memberof

UpdateInboxReplierOptions

Type declaration

  • [key: string]: object