MailSlurpAPI.Model.InboxReplierDto (mailslurp v15.17.22)
Inbox replier. Will automatically reply to inbound emails that match given field for an inbox.
Summary
Types
@type t() :: %MailSlurpAPI.Model.InboxReplierDto{ charset: String.t() | nil, createdAt: DateTime.t(), field: String.t(), from: String.t() | nil, id: String.t(), ignoreReplyTo: boolean(), inboxId: String.t(), isHTML: boolean(), 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 }