Spatio.Model.ReplyEmailRequest (spatio_sdk v0.0.2)

Reply to a specific email. to/cc/bcc are optional — the platform falls back to the original sender / recipients when omitted.

Summary

Types

t()

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

Functions

decode(value)