Spatio.Model.SendEmailRequest (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.SendEmailRequest{
  accountId: String.t() | nil,
  attachments: [Spatio.Model.AttachmentInput.t()] | nil,
  bcc: [String.t()] | nil,
  body: String.t(),
  cc: [String.t()] | nil,
  html: boolean() | nil,
  inReplyTo: String.t() | nil,
  references: [String.t()] | nil,
  subject: String.t(),
  to: [String.t()]
}

Functions

decode(value)