Interface CreateInboxReplierOptions

Options for creating an inbox replier. Repliers can be attached to inboxes and send automated responses when an inbound email matches given criteria.

Export

Interface

CreateInboxReplierOptions

Hierarchy

  • CreateInboxReplierOptions

Properties

body?: string

Email body for reply

Memberof

CreateInboxReplierOptions

charset?: string

Email reply charset

Memberof

CreateInboxReplierOptions

Field to match against to trigger inbox replier for inbound email

Memberof

CreateInboxReplierOptions

from?: string

Send email from address

Memberof

CreateInboxReplierOptions

ignoreReplyTo?: boolean

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

Memberof

CreateInboxReplierOptions

inboxId: string

Inbox ID to attach replier to

Memberof

CreateInboxReplierOptions

isHTML?: boolean

Send HTML email

Memberof

CreateInboxReplierOptions

match: string

String or wildcard style match for field specified when evaluating reply rules. Use * to match anything.

Memberof

CreateInboxReplierOptions

name?: string

Name for replier

Memberof

CreateInboxReplierOptions

replyTo?: string

Reply-to email address when sending replying

Memberof

CreateInboxReplierOptions

subject?: string

Subject override when replying to email

Memberof

CreateInboxReplierOptions

templateId?: string

ID of template to use when sending a reply

Memberof

CreateInboxReplierOptions

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

Template variable values

Memberof

CreateInboxReplierOptions

Type declaration

  • [key: string]: object