MailSlurpAPI.Model.CreateInboxReplierOptions (mailslurp v15.17.10)

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

Link to this section Summary

Link to this section Types

@type t() :: %MailSlurpAPI.Model.CreateInboxReplierOptions{
  body: String.t() | nil,
  charset: String.t() | nil,
  field: String.t(),
  from: String.t() | nil,
  ignoreReplyTo: boolean() | nil,
  inboxId: String.t(),
  isHTML: boolean() | nil,
  match: String.t(),
  name: String.t() | nil,
  replyTo: String.t() | nil,
  subject: String.t() | nil,
  templateId: String.t() | nil,
  templateVariables: %{optional(String.t()) => Map} | nil
}